new files
This commit is contained in:
parent
86798097a1
commit
77338675b2
@ -22,30 +22,12 @@ class MWThesaurusParser(WordParser):
|
||||
[e.remove(ul) for ul in e.findall(".//ul")]
|
||||
d = ot(e)
|
||||
thes[d] = {"examples": examples}
|
||||
thes[d]["synonyms"] = [
|
||||
ot(li)
|
||||
for li in se.findall(
|
||||
".//span[@class='thes-list syn-list']/div[@class='thes-list-content synonyms_list']//li//a"
|
||||
)
|
||||
]
|
||||
thes[d]["related"] = [
|
||||
ot(li)
|
||||
for li in se.findall(
|
||||
".//span[@class='thes-list rel-list']/div[@class='thes-list-content synonyms_list']//li//a"
|
||||
)
|
||||
]
|
||||
thes[d]["near antonyms"] = [
|
||||
ot(li)
|
||||
for li in se.findall(
|
||||
".//span[@class='thes-list near-list']/div[@class='thes-list-content synonyms_list']//li//a"
|
||||
)
|
||||
]
|
||||
thes[d]["antonyms"] = [
|
||||
ot(li)
|
||||
for li in se.findall(
|
||||
".//span[@class='thes-list ant-list']/div[@class='thes-list-content synonyms_list']//li//a"
|
||||
)
|
||||
]
|
||||
thes[d]["synonyms"] = [ ot(li) for li in se.findall( ".//span[@class='thes-list syn-list']/div[@class='thes-list-content synonyms_list']//li//a") ]
|
||||
thes[d]["near synonyms"] = [ ot(li) for li in se.findall( ".//span[@class='thes-list rel-list']/div[@class='thes-list-content synonyms_list']//li//a") ]
|
||||
thes[d]["near synonyms"].extend([ ot(li) for li in se.findall( ".//span[@class='thes-list sim-list']/div[@class='thes-list-content synonyms_list']//li//a") ])
|
||||
thes[d]["near antonyms"] = [ ot(li) for li in se.findall( ".//span[@class='thes-list near-list']/div[@class='thes-list-content synonyms_list']//li//a") ]
|
||||
thes[d]["near antonyms"].extend([ ot(li) for li in se.findall( ".//span[@class='thes-list opp-list']/div[@class='thes-list-content synonyms_list']//li//a") ])
|
||||
thes[d]["antonyms"] = [ ot(li) for li in se.findall( ".//span[@class='thes-list ant-list']/div[@class='thes-list-content synonyms_list']//li//a") ]
|
||||
|
||||
return thes
|
||||
|
||||
|
30
analysis.py
30
analysis.py
@ -1,29 +1,23 @@
|
||||
# import matplotlib.pyplot as plt
|
||||
# from PIL import Image
|
||||
# from wordcloud import STOPWORDS, WordCloud
|
||||
from dict_dl import Dictionary, uq, uqall
|
||||
from dict_dl import Dictionary
|
||||
|
||||
d = Dictionary("en_merriam_webster/", "_mw.json")
|
||||
# d = Dictionary("en_MW_thesaurus/", "_mwt.json")
|
||||
# d = Dictionary("en_merriam_webster/", "_mw.json")
|
||||
d = Dictionary("en_MW_thesaurus/", "_mwt.json")
|
||||
# d = Dictionary("de_duden/", "_duden.json")
|
||||
print(f"{d.readtime:.06f}")
|
||||
perc = {k for k,v in d.items() if "%" in d[k].__repr__()}
|
||||
print(len(perc))
|
||||
|
||||
again = set()
|
||||
for k,v in d.items():
|
||||
for ke,di in v.items():
|
||||
if ke != "type":
|
||||
if "related" in di:
|
||||
again.add(k)
|
||||
print(again, len(again))
|
||||
with open(f"{d.dir_prefix}redo", "at") as f:
|
||||
f.write("\n".join(list(perc)))
|
||||
f.write("\n".join(list(again)))
|
||||
exit()
|
||||
# older than date
|
||||
# old = {k for k,v in d.items() if int(v["time_of_retrieval"][:8]) < 20220705}
|
||||
# with open(f"{d.dir_prefix}redo", "at") as f:
|
||||
# f.write('\n'.join(list(old)))
|
||||
# print(len(old))
|
||||
|
||||
# new synonym discussion
|
||||
new = {k for k, v in d.items() if not "synonym_discussion" in v}
|
||||
|
||||
print(len(new) / len(d))
|
||||
exit()
|
||||
|
||||
|
||||
def grey_color_func(
|
||||
word, font_size, position, orientation, random_state=None, **kwargs
|
||||
|
@ -1203,5 +1203,50 @@
|
||||
"time_of_retrieval":"20220707-192616",
|
||||
"type":"Suffix",
|
||||
"wendungen":[]
|
||||
},
|
||||
"_bedarf":{
|
||||
"type":"Suffix",
|
||||
"definitions":{
|
||||
"dr\u00fcckt in Bildungen mit Substantiven \u2013 selten mit Verben (Verbst\u00e4mmen) \u2013 aus, dass etwas ben\u00f6tigt wird, dass ein Verlangen nach etwas besteht":[
|
||||
"Beratungsbedarf, Handlungsbedarf, Harmoniebedarf"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144729"
|
||||
},
|
||||
"_manin":{
|
||||
"type":"Suffix",
|
||||
"definitions":{
|
||||
"weibliche Form zu -mane":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145533"
|
||||
},
|
||||
"__at_Zeichen_E_Mails":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{
|
||||
"meist als trennendes Zeichen in E-Mail-Adressen verwendetes Symbol":[
|
||||
"@ Schweinegrippe: sehe ich genauso \u2026"
|
||||
],
|
||||
"in Bezug auf (besonders in E-Mails, Chatrooms oder \u00c4hnlichem)":[],
|
||||
"((in E-Mails oder \u00c4hnlichem) Zeichen, das eine einzelne Person aus einer Gruppe mehrerer Adressaten adressiert)":[]
|
||||
},
|
||||
"pronounciation":"\u025bt",
|
||||
"synonyms":[
|
||||
"at",
|
||||
"At-Zeichen",
|
||||
"Klammeraffe"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"urspr\u00fcnglich auf amerikanischen Schreibmaschinentastaturen das Zeichen f\u00fcr \u201e(commercial) at\u201c = \u00e0"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152937"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -63100,5 +63100,929 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143643"
|
||||
},
|
||||
"Bioelektrizitaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit der elektrischen Vorg\u00e4nge in lebenden Organismen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bi\u02d0o\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143745"
|
||||
},
|
||||
"blutbesudelt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"blutbeschmiert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"blutig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143818"
|
||||
},
|
||||
"Brandy":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"englische Bezeichnung f\u00fcr: Weinbrand":[]
|
||||
},
|
||||
"pronounciation":"\u02c8br\u025bndi",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch brandy, kurz f\u00fcr \u00e4lter: brand(e)wine < niederl\u00e4ndisch brandewijn"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143856"
|
||||
},
|
||||
"Buerolistin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"B\u00fcroangestellte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Sekret\u00e4rin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143910"
|
||||
},
|
||||
"bergicht":{
|
||||
"type":"18./19. Jahrhundert",
|
||||
"definitions":{
|
||||
"bergig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144011"
|
||||
},
|
||||
"bereifen_mit_Reifen_versehen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"mit Reifen (1a, 2) versehen":[
|
||||
"ein Fass, ein Auto bereifen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144022"
|
||||
},
|
||||
"Bassgeiger":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Kontrabassist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144200"
|
||||
},
|
||||
"Bodenschaetze":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"im Erdboden vorhandene Anreicherungen meist mineralischer Rohstoffe, die abgebaut werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144212"
|
||||
},
|
||||
"Boersenwesen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"alles, was mit der B\u00f6rse (1) zusammenh\u00e4ngt, einschlie\u00dflich Funktion, Organisation und Verwaltung":[]
|
||||
},
|
||||
"pronounciation":"\u02c8b\u0153rzn\u0329ve\u02d0zn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144229"
|
||||
},
|
||||
"Badewasser":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Wasser zum Baden in der Wanne":[
|
||||
"das Badewasser einlassen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8ba\u02d0d\u0259vas\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144359"
|
||||
},
|
||||
"bakteriolytisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Bakterien zerst\u00f6rend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144433"
|
||||
},
|
||||
"Bergisch_Gladbach":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Stadt in Nordrhein-Westfalen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144602"
|
||||
},
|
||||
"bergschuessig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"reich an taubem Gestein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"",
|
||||
"Schuss (8)",
|
||||
""
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144700"
|
||||
},
|
||||
"Bleichsand":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"graublaue Sandschicht":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bla\u026a\u032f\u00e7zant",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144731"
|
||||
},
|
||||
"basaltig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"aus Basalt bestehend":[
|
||||
"basaltige Gebirgsmassen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144808"
|
||||
},
|
||||
"Bedenkentraeger":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die gegen\u00fcber einem Plan o. \u00c4. [\u00fcbertriebene] Bedenken hegt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"b\u0259\u02c8d\u025b\u014bkn\u0329tr\u025b\u02d0\u0261\u0250",
|
||||
"synonyms":[
|
||||
"Skeptiker",
|
||||
"Skeptikerin",
|
||||
"Bedenkentr\u00e4gerin",
|
||||
"Pessimist"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144938"
|
||||
},
|
||||
"Baufreiheit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Berechtigung, auf einem Grundst\u00fcck bauliche Anlagen zu errichten, bauliche Ver\u00e4nderungen vorzunehmen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144941"
|
||||
},
|
||||
"Befreiungsschein":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Urkunde, mit der best\u00e4tigt wird, dass die Vorschriften \u00fcber die Besch\u00e4ftigung von Ausl\u00e4nderinnen und Ausl\u00e4ndern f\u00fcr die betreffende Person nicht angewandt werden (Voraussetzung f\u00fcr eine Arbeitserlaubnis)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145049"
|
||||
},
|
||||
"Buergerladen":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"[gemeinn\u00fctzige] Begegnungsst\u00e4tte f\u00fcr die B\u00fcrgerinnen und B\u00fcrger einer Gemeinde, eines Stadtteils o. \u00c4.":[
|
||||
"der B\u00fcrgerladen organisiert verschiedene Veranstaltungen, z. B. einen Seniorennachmittag oder Schach"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145052"
|
||||
},
|
||||
"Boersenhaendlerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die B\u00f6rsenhandel betreibt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8b\u0153rzn\u0329h\u025bndl\u0259r\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145104"
|
||||
},
|
||||
"Bildungsplan":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Curriculum; Lehrplan":[]
|
||||
},
|
||||
"pronounciation":"\u02c8b\u026ald\u028a\u014bspla\u02d0n",
|
||||
"synonyms":[
|
||||
"Lehrplan",
|
||||
"Lehrprogramm",
|
||||
"Curriculum"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145230"
|
||||
},
|
||||
"blau_kariert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"mit blauen Karos versehen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bla\u028a\u032fkari\u02d0\u0250\u032ft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145336"
|
||||
},
|
||||
"Bratkartoffelverhaeltnis":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"von einem Mann bestimmter \u00e4u\u00dferer Annehmlichkeiten wegen unterhaltenes Verh\u00e4ltnis (3a) , bei dem von seiner Seite keine wirkliche Bindung besteht":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145406"
|
||||
},
|
||||
"barmherzig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"mitf\u00fchlend, mildt\u00e4tig gegen\u00fcber Notleidenden; Verst\u00e4ndnis f\u00fcr die Not anderer zeigend":[
|
||||
"eine barmherzige L\u00fcge",
|
||||
"sie war barmherzig und half ihm",
|
||||
"die Barmherzigen Br\u00fcder, Schwestern (Angeh\u00f6rige katholischer Orden, die sich besonders der Krankenpflege widmen)",
|
||||
"Ausruf in pl\u00f6tzlicher Angst: barmherziger Gott!, barmherziger Himmel!",
|
||||
"\u2329substantiviert:\u232a Barmherzige halfen ihr"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"glimpflich",
|
||||
"[grund]g\u00fctig",
|
||||
"milde",
|
||||
"mitf\u00fchlend"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch barmherze(c), althochdeutsch barmherzi, durch Einfluss von: irbarmen (",
|
||||
"erbarmen",
|
||||
") aus \u00e4lterem armherzi, nach (kirchen)lateinisch misericors = mitleidig, eigentlich = ein Herz f\u00fcr die Armen (habend)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145519"
|
||||
},
|
||||
"Bausumme":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"f\u00fcr das Errichten eines Baues (4) erforderliche Geldsumme":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ba\u028a\u032fz\u028am\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145617"
|
||||
},
|
||||
"Bobo_Narr":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Spa\u00dfmacher, Narr (2) im spanischen Theater":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"spanisch bobo, eigentlich = dumm, albern < lateinisch balbus = stotternd"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145623"
|
||||
},
|
||||
"Buiatrik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Lehre von den Rinderkrankheiten":[]
|
||||
},
|
||||
"pronounciation":"bu\u02c8ja\u02d0tr\u026ak",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145835"
|
||||
},
|
||||
"Brigadefuehrerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Brigadierin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145921"
|
||||
},
|
||||
"Bitttag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Montag, Dienstag und Mittwoch vor Christi Himmelfahrt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150011"
|
||||
},
|
||||
"Bundespresseamt":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"kurz f\u00fcr: Presse- und Informationsamt der Bundesregierung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150035"
|
||||
},
|
||||
"Baerwurz_Schnaps":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"klarer Wurzelschnaps aus dem Bayerischen Wald":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150115"
|
||||
},
|
||||
"Breitnase":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Neuweltaffe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150141"
|
||||
},
|
||||
"Buhrufer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die durch Buhrufe ihr Missfallen ausdr\u00fcckt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150244"
|
||||
},
|
||||
"Bomaetsche":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Schiffszieher":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"tschechisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150343"
|
||||
},
|
||||
"Bluechip":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"erstklassiges Wertpapier, Spitzenwert an der B\u00f6rse":[]
|
||||
},
|
||||
"pronounciation":"\u02c8blu\u02d0t\u0283\u026ap",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch blue chip = blaue Spielmarke im Poker"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150402"
|
||||
},
|
||||
"Bandscheibe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"knorpelige, zwischen je zwei Wirbeln der Wirbels\u00e4ule liegende Scheibe mit weichem, gallertartigem Kern":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bant\u0283a\u026a\u032fb\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150445"
|
||||
},
|
||||
"Biberach_an_der_Risz":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Stadt in Oberschwaben":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150528"
|
||||
},
|
||||
"Blutbildung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bildung roter Blutk\u00f6rperchen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150531"
|
||||
},
|
||||
"birnenfoermig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Form einer Birne (1) habend":[]
|
||||
},
|
||||
"pronounciation":"\u02c8b\u026arn\u0259nf\u0153rm\u026a\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150542"
|
||||
},
|
||||
"Betriebssportgemeinschaft":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"durch sportinteressierte Mitarbeiter eines Unternehmens begr\u00fcndete (und von diesem Unternehmen unterst\u00fctzte) Vereinigung zum Zweck gemeinsamer sportlicher Bet\u00e4tigung":[
|
||||
"die Betriebssportgemeinschaft der JVA D\u00fcsseldorf",
|
||||
"dem Dachverband der deutschen Betriebssportgemeinschaften beitreten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150651"
|
||||
},
|
||||
"Bergkaese":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"ein w\u00fcrziger Hartk\u00e4se aus den Alpen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150750"
|
||||
},
|
||||
"bereift":{
|
||||
"type":"\n Betonung \n \n \n ber ei ft \n \n \n",
|
||||
"definitions":{
|
||||
"mit Reif bedeckt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150759"
|
||||
},
|
||||
"Bettlade":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bettgestell":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151047"
|
||||
},
|
||||
"Bundestagswahlkampf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"anl\u00e4sslich einer bevorstehenden Bundestagswahl stattfindender Wahlkampf":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151103"
|
||||
},
|
||||
"besser_gehen":{
|
||||
"type":"unregelm\u00e4\u00dfiges Verb",
|
||||
"definitions":{
|
||||
"sich g\u00fcnstig (a) f\u00fcr jemanden, etwas entwickeln, entwickelt haben":[
|
||||
"seit dem Urlaub geht es ihnen k\u00f6rperlich und seelisch wieder besser",
|
||||
"da es der Wirtschaft nun besser geht, sind Lohnerh\u00f6hungen zu erwarten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151340"
|
||||
},
|
||||
"beatae_memoriae":{
|
||||
"type":"\n Betonung \n \n \n be a tae mem o riae \n \n \n",
|
||||
"definitions":{
|
||||
"seligen Angedenkens (von Verstorbenen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151354"
|
||||
},
|
||||
"Boulognerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung zu Boulogne-sur-Mer":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151527"
|
||||
},
|
||||
"Boersenguru":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"als Autorit\u00e4t anerkannter B\u00f6rsenexperte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151541"
|
||||
},
|
||||
"Bewohnbarkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Bewohnbarsein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151730"
|
||||
},
|
||||
"Bausparkasse":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kreditinstitut, das seinen Mitgliedern langfristige Darlehen zum Bau, Erwerb oder zur Renovierung von H\u00e4usern u. \u00c4. gew\u00e4hrt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ba\u028a\u032f\u0283pa\u02d0\u0250\u032fkas\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151804"
|
||||
},
|
||||
"Bettlaegerigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Bettl\u00e4gerigsein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151809"
|
||||
},
|
||||
"Botschaftsfluechtling":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"jemand, der in eine Botschaft (2b) fl\u00fcchtet, um dort politisches Asyl zu erlangen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bo\u02d0t\u0283aftsfl\u028f\u00e7tl\u026a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151846"
|
||||
},
|
||||
"Bekennerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die sich \u00f6ffentlich zu ihrer [religi\u00f6sen] \u00dcberzeugung bekennt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151922"
|
||||
},
|
||||
"buergerschaftlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die B\u00fcrgerschaft (1) betreffend, von ihr ausgehend":[
|
||||
"b\u00fcrgerschaftliches Engagement im sozialen Bereich f\u00f6rdern"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152008"
|
||||
},
|
||||
"Blepharitis":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Augenlidentz\u00fcndung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152011"
|
||||
},
|
||||
"Badlands":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"vegetationsarme, durch Rinnen, Furchen o. \u00c4. zerschnittene Landschaft":[]
|
||||
},
|
||||
"pronounciation":"\u02c8b\u025b(\u02d0)tl\u025bnds",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch; \u201eschlechte L\u00e4ndereien\u201c; nach dem gleichnamigen Gebiet in S\u00fcddakota"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152030"
|
||||
},
|
||||
"beschuppt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"mit Schuppen bedeckt":[
|
||||
"ein dick beschuppter Fisch"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152111"
|
||||
},
|
||||
"Balalaika":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"dreisaitiges russisches Saiteninstrument mit meist dreieckigem Klangk\u00f6rper und langem Hals":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"russisch balalajka, Herkunft ungekl\u00e4rt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152212"
|
||||
},
|
||||
"Bademode":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Badebekleidung":[
|
||||
"ein Gesch\u00e4ft f\u00fcr Dessous und Bademoden"
|
||||
],
|
||||
"die Badebekleidung betreffende Mode (1a)":[
|
||||
"die neue Bademode zeigt viel Haut"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152217"
|
||||
},
|
||||
"Betriebsprueferin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die Betriebspr\u00fcfungen durchf\u00fchrt (Berufsbezeichnung)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152417"
|
||||
},
|
||||
"BBk":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152428"
|
||||
},
|
||||
"Bleichwiese":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bleiche (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152430"
|
||||
},
|
||||
"biochemisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Biochemie betreffend, dazu geh\u00f6rend, darauf beruhend":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bi\u02d0o\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152535"
|
||||
},
|
||||
"Blogosphaere":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[gr\u00f6\u00dfere Gruppe oder] Gesamtheit der Weblogs im Internet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152617"
|
||||
},
|
||||
"bundesdeutsch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Bundesdeutschen, die Bundesrepublik Deutschland betreffend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152731"
|
||||
},
|
||||
"besserwisserisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"\u00fcberzeugt, alles besser zu wissen":[
|
||||
"er verh\u00e4lt sich besserwisserisch und unbelehrbar"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"rechthaberisch",
|
||||
"selbstgerecht"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152858"
|
||||
},
|
||||
"Breakdancerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die Breakdance tanzt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153025"
|
||||
},
|
||||
"beheizen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"(einen Raum o. \u00c4.) durch Heizen warm machen, durch oder mit etwas heizen":[
|
||||
"eine Wohnung mit Gas, mit \u00d6fen beheizen"
|
||||
],
|
||||
"(einer Sache) W\u00e4rme zuf\u00fchren, mit W\u00e4rme versorgen":[
|
||||
"die Scheibe wird elektrisch beheizt"
|
||||
]
|
||||
},
|
||||
"pronounciation":"b\u0259\u02c8ha\u026a\u032ftsn\u0329",
|
||||
"synonyms":[
|
||||
"einheizen",
|
||||
"erw\u00e4rmen",
|
||||
"heizen",
|
||||
"warm machen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153101"
|
||||
},
|
||||
"Berufsschule":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Schule, die neben der praktischen Berufsausbildung im Betrieb ein- bis zweimal w\u00f6chentlich (oder blockweise) besucht wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153201"
|
||||
},
|
||||
"Betriebspruefer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die Betriebspr\u00fcfungen durchf\u00fchrt (Berufsbezeichnung)":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153344"
|
||||
},
|
||||
"Braunbaer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"B\u00e4r mit hell- bis dunkelbraunem Fell":[]
|
||||
},
|
||||
"pronounciation":"\u02c8bra\u028a\u032fnb\u025b\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153418"
|
||||
},
|
||||
"Balzac":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"franz\u00f6sischer Schriftsteller":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8zak",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153658"
|
||||
},
|
||||
"Berechtigungswesen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"b\u00fcrokratische Ordnung, in der nur durch Pr\u00fcfungen erworbene amtliche Befugnisse gewertet werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153947"
|
||||
},
|
||||
"Betriebsratschefin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Betriebsratsvorsitzende":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154027"
|
||||
},
|
||||
"Biber_Lebkuchen":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Lebkuchen mit marzipan\u00e4hnlicher F\u00fcllung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Lebkuchen",
|
||||
"Honigkuchen",
|
||||
"Pfefferkuchen",
|
||||
"Printe"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"wohl mundartliche Umformung des 1. Bestandteils von",
|
||||
"Pimpernuss",
|
||||
"; die Fr\u00fcchte werden auch zum W\u00fcrzen von Backwerk verwendet"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154208"
|
||||
}
|
||||
}
|
@ -7194,5 +7194,235 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143313"
|
||||
},
|
||||
"Chinarestaurant":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Restaurant, in dem Gerichte der chinesischen K\u00fcche angeboten werden":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ki\u02d0nar\u025bstor\u0251\u0303\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144151"
|
||||
},
|
||||
"Cellophane":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"glasklare Folie":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch cellophane, Kunstwort aus",
|
||||
"Zellulose",
|
||||
"und griechisch diaphan\u1e17s = durchsichtig"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144402"
|
||||
},
|
||||
"Chorleiterin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Dirigentin eines Chors":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ko\u02d0\u0250\u032fla\u026a\u032ft\u0259r\u026an",
|
||||
"synonyms":[
|
||||
"Dirigent",
|
||||
"Dirigentin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144649"
|
||||
},
|
||||
"Choriambus":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"aus einem Choreus und einem Jambus bestehender Versfu\u00df (\u2013\u23d1 \u23d1\u2013)":[]
|
||||
},
|
||||
"pronounciation":"\u00e7\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144720"
|
||||
},
|
||||
"Coming_Man":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"jemand, von dem angenommen wird, dass er eine gro\u00dfe Karriere macht":[]
|
||||
},
|
||||
"pronounciation":"\u02c8k\u028cm\u026a\u014b \u02c8m\u00e6n",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145720"
|
||||
},
|
||||
"Cashcow":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unternehmen[szweig] oder Produkt, mit dem dauerhaft hohe Gewinne erzielt werden":[]
|
||||
},
|
||||
"pronounciation":"\u02c8k\u00e6\u0283ka\u028a\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch cashcow, eigentlich = Geldkuh"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145902"
|
||||
},
|
||||
"Chormusik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"f\u00fcr die Interpretation durch Ch\u00f6re geschriebene Komposition[en]":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ko\u02d0\u0250\u032fmuzi\u02d0k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145931"
|
||||
},
|
||||
"Chaine":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kettfaden":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0283\u025b\u02d0n(\u0259)",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch cha\u00eene, eigentlich = Kette < lateinisch catena"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150106"
|
||||
},
|
||||
"Clumberspaniel":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"englische Jagdhundrasse":[]
|
||||
},
|
||||
"pronounciation":"\u02c8kl\u028cmb\u0259\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach dem englischen Landsitz Clumber"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151042"
|
||||
},
|
||||
"Camoes":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"portugiesischer Dichter":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8m\u0254\u0303\u02d0\u026a\u0283",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151305"
|
||||
},
|
||||
"Combine_Painting":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Kunstrichtung, bei der Gegenst\u00e4nde des t\u00e4glichen Lebens und vorgefundene Materialien zu Bildern oder Assemblagen zusammengef\u00fcgt werden":[]
|
||||
},
|
||||
"pronounciation":"\u02c8k\u0254mba\u026a\u032fnp\u025b\u026a\u032fnt\u026a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151633"
|
||||
},
|
||||
"Camorra":{
|
||||
"type":"Substantiv, feminin (Eigenname)",
|
||||
"definitions":{
|
||||
"erpresserische Geheimorganisation in Neapel":[]
|
||||
},
|
||||
"pronounciation":"ka\u02c8m\u0254ra",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"italienisch camorra, Herkunft ungekl\u00e4rt; urspr\u00fcnglich Name eines politische Ziele verfolgenden terroristischen Geheimbundes im K\u00f6nigreich Neapel"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151721"
|
||||
},
|
||||
"Chirograf":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Vertragsurkunde, deren Beweiskraft nicht auf Zeugen, sondern auf der Handschrift des Verpflichteten beruht":[],
|
||||
"besondere Urkundenart im mittelalterlichen Recht":[],
|
||||
"p\u00e4pstliche Verlautbarung in Briefform mit eigenh\u00e4ndiger Unterschrift des Papstes":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152935"
|
||||
},
|
||||
"Clownismus":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"(bei verschiedenen psychopathischen Zust\u00e4nden auftretende) groteske K\u00f6rperverrenkungen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152944"
|
||||
},
|
||||
"Casino":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Geb\u00e4ude mit R\u00e4umen f\u00fcr gesellige Zusammenk\u00fcnfte":[],
|
||||
"Speiseraum f\u00fcr Offiziere":[],
|
||||
"Speiseraum in einem Betrieb, B\u00fcrohaus":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Klub[raum]",
|
||||
"Spielbank",
|
||||
"Spielh\u00f6lle"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152949"
|
||||
},
|
||||
"Couture":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{},
|
||||
"pronounciation":"ku\u02c8ty\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153357"
|
||||
},
|
||||
"Chlamydobakterien":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"Fadenbakterien, die eine Schicht auf Gew\u00e4ssern bilden":[]
|
||||
},
|
||||
"pronounciation":"kla\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch chlam\u00fds (Genitiv: chlam\u00fddos),",
|
||||
"Chlamys"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153510"
|
||||
},
|
||||
"Citylogistik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kooperation von (meist unabh\u00e4ngigen) Unternehmen zur Belieferung eines Stadtzentrums mit G\u00fctern":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153518"
|
||||
}
|
||||
}
|
@ -33875,5 +33875,366 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143352"
|
||||
},
|
||||
"Dreivierteltakt":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Taktma\u00df, bei dem der einzelne Takt aus Notenwerten von drei Vierteln besteht":[
|
||||
"im Dreivierteltakt"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8f\u026artl\u0329\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144310"
|
||||
},
|
||||
"Dies_Irae":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Sequenz in Totenmessen":[
|
||||
"das Dies Irae singen"
|
||||
],
|
||||
"Komposition, der der Text des Dies Irae (1) zugrunde liegt":[]
|
||||
},
|
||||
"pronounciation":"\u2026r\u025b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittellateinisch = Tag des Zorns; Anfang eines lateinischen Hymnus auf das Weltgericht, zu lateinisch dies = Tag und ira = Zorn"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144507"
|
||||
},
|
||||
"Defizient":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Dienstunf\u00e4higer":[],
|
||||
"durch Alter und Krankheit geschw\u00e4chter katholischer Geistlicher":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145054"
|
||||
},
|
||||
"Duftkerze":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kerze, die beim Brennen einen bestimmten Duft verstr\u00f6mt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145152"
|
||||
},
|
||||
"Drumcomputer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"elektronisches Schlagzeug":[]
|
||||
},
|
||||
"pronounciation":"\u02c8dram\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145254"
|
||||
},
|
||||
"Drehbeginn":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Beginn der Dreharbeiten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145331"
|
||||
},
|
||||
"Dengelzeug":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Werkzeug, Ger\u00e4t zum Dengeln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145536"
|
||||
},
|
||||
"dreizeilig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"aus drei Zeilen (1) bestehend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145544"
|
||||
},
|
||||
"dissoziativ":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Dissoziation betreffend, auf Dissoziation beruhend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145603"
|
||||
},
|
||||
"Depilatorium":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Enthaarungsmittel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145741"
|
||||
},
|
||||
"Dulzinea":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Geliebte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Flamme",
|
||||
"Geliebte",
|
||||
"Schatz"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"nach Dulcinea del Toboso, der Angebeteten des",
|
||||
"Don",
|
||||
"Quichotte, zu spanisch dulce = s\u00fc\u00df, lieblich < lateinisch dulcis"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150014"
|
||||
},
|
||||
"Duftlampe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"mit offener Flamme oder elektrisch betriebene Lampe, die durch die Verdampfung eines hinzugef\u00fcgten \u00e4therischen \u00d6ls einen bestimmten Duft verstr\u00f6mt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150132"
|
||||
},
|
||||
"Dachfusz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"tiefstliegende, waagerechte Dachkante":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150839"
|
||||
},
|
||||
"Dollpunkt":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"von jemandem immer wieder aufgegriffenes Thema, umstrittener Punkt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"eigentlich = Punkt, an dem die",
|
||||
"Dolle",
|
||||
"angebracht ist"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150900"
|
||||
},
|
||||
"Deutschenhasserin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die die Deutschen hasst":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151228"
|
||||
},
|
||||
"Deplacement":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Wasserverdr\u00e4ngung eines Schiffes":[]
|
||||
},
|
||||
"pronounciation":"deplas\u02c8m\u0251\u0303\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151324"
|
||||
},
|
||||
"Datenkompression":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ver\u00e4nderung von Daten oder Zeichen mit dem Ziel, den Bedarf an Speicherplatz zu verringern oder die \u00dcbertragungsgeschwindigkeit zu erh\u00f6hen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151524"
|
||||
},
|
||||
"draufklicken":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"auf etwas klicken (2a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"anklicken",
|
||||
"klicken"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151547"
|
||||
},
|
||||
"Depigmentierung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Entfernung oder Verlust des [Haut]farbstoffes":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151647"
|
||||
},
|
||||
"Druckfestigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"maximale Widerstandsf\u00e4higkeit eines Werkstoffes gegen Druck (1)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8dr\u028akf\u025bst\u026a\u00e7ka\u026a\u032ft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151946"
|
||||
},
|
||||
"devitalisieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"[die Pulpa ] abt\u00f6ten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152136"
|
||||
},
|
||||
"Dancefloor":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Tanzfl\u00e4che einer Diskothek":[],
|
||||
"in Diskotheken gespielte Tanzmusik verschiedener Musikstile":[]
|
||||
},
|
||||
"pronounciation":"\u02c8d\u0251\u02d0nsfl\u0254\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch dancefloor = Tanzfl\u00e4che, Tanzboden (da diese Musik zum Tanzen gut geeignet ist), aus: dance = Tanz (< altfranz\u00f6sisch dance) und floor = (Fu\u00df)boden"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152150"
|
||||
},
|
||||
"Denkprozess":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Prozess des Denkens":[]
|
||||
},
|
||||
"pronounciation":"\u02c8d\u025b\u014bkprots\u025bs",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152759"
|
||||
},
|
||||
"dreiundzwanzig":{
|
||||
"type":"Zahlwort",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152954"
|
||||
},
|
||||
"Diakonisse":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"in einer Schwesterngemeinschaft lebende, in der Diakonie t\u00e4tige Frau":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"kirchenlateinisch diaconissa = (Kirchen)dienerin < sp\u00e4tgriechisch diakon\u00edssa"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153132"
|
||||
},
|
||||
"Dy":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{
|
||||
"chemisches Zeichen f\u00fcr Dysprosium":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153148"
|
||||
},
|
||||
"Diensttaetigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"T\u00e4tigkeit, Arbeit im Dienst":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153339"
|
||||
},
|
||||
"Dolerit":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"grobk\u00f6rnige Basaltart":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8r\u026at",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153653"
|
||||
},
|
||||
"Drakorubin":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"rotbrauner Farbstoff des Drachenbluts (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153656"
|
||||
},
|
||||
"Diplomand":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die sich auf eine Diplompr\u00fcfung vorbereitet":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153729"
|
||||
}
|
||||
}
|
@ -57721,5 +57721,926 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143555"
|
||||
},
|
||||
"Elternmitbestimmung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Mitbestimmung der Eltern in Fragen der Erziehung und Ausbildung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143759"
|
||||
},
|
||||
"Erzmarschall":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Marschall (1) am K\u00f6nigshof":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143952"
|
||||
},
|
||||
"Einwohne":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Bewohnen als Einlieger (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"einwohnen (1)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144000"
|
||||
},
|
||||
"Ev_":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144058"
|
||||
},
|
||||
"ethnisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die [einheitliche] Kultur- und Lebensgemeinschaft einer Volksgruppe bezeugend, betreffend":[
|
||||
"ethnische Eigent\u00fcmlichkeiten",
|
||||
"ethnische S\u00e4uberung ( S\u00e4uberung 2 )",
|
||||
"ein ethnisch [un]einheitliches Volk"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8e\u02d0tn\u026a\u0283",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch ethnik\u00f3s = zum Volk geh\u00f6rend, ihm eigent\u00fcmlich"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144100"
|
||||
},
|
||||
"Elektronenblitzer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Elektronenblitzger\u00e4t":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144242"
|
||||
},
|
||||
"Eigenheim":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"vom Eigent\u00fcmer selbst bewohntes [einfacheres] Haus mit ein oder zwei Wohnungen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8a\u026a\u032f\u0261n\u0329ha\u026a\u032fm",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144248"
|
||||
},
|
||||
"Ermittlungsgruppe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gruppe von polizeilichen Ermittlern":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144257"
|
||||
},
|
||||
"Ex_Mann":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Mann, der von einer anderen Person geschieden ist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u025bksman",
|
||||
"synonyms":[
|
||||
"Verflossener",
|
||||
"Verflossene",
|
||||
"Ex-Freund",
|
||||
"Ex-Freundin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144315"
|
||||
},
|
||||
"einplanen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"in seinen Plan, seine Pl\u00e4ne einbeziehen; in der Planung ber\u00fccksichtigen":[
|
||||
"eine Assistentenstelle einplanen",
|
||||
"(scherzhaft) diese Panne war nicht eingeplant"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"beachten",
|
||||
"bedenken",
|
||||
"ber\u00fccksichtigen",
|
||||
"einberechnen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144349"
|
||||
},
|
||||
"ergo_bibamus":{
|
||||
"type":"\n Betonung \n \n \n e rgo bib a mus \n \n \n",
|
||||
"definitions":{
|
||||
"also lasst uns trinken! (Kehrreim von [mittelalterlichen] Trinkliedern)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144428"
|
||||
},
|
||||
"Erfolgsgeschichte":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"besonders erfolgreiche Entwicklung; besonders erfolgreicher Verlauf, Werdegang":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144436"
|
||||
},
|
||||
"errackern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"durch schwere Arbeit erwerben, erringen":[
|
||||
"ich hatte [mir] mit vielen \u00dcberstunden das Geld f\u00fcr die Reise errackert"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144527"
|
||||
},
|
||||
"eisklueftig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"eine oder mehrere Eiskl\u00fcfte aufweisend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144626"
|
||||
},
|
||||
"Eibildung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bildung des Eies im Eierstock":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144805"
|
||||
},
|
||||
"einkacheln":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"stark heizen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"beheizen",
|
||||
"einheizen",
|
||||
"heizen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"Kachelofen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144844"
|
||||
},
|
||||
"Experimentalpsychologie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"experimentelle Psychologie":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144957"
|
||||
},
|
||||
"einkopieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"kopieren und an einer anderen Stelle einf\u00fcgen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145121"
|
||||
},
|
||||
"Embryonalorgan":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"nur beim Embryo vorhandenes Organ, das sich sp\u00e4ter zur\u00fcckbildet oder abgeworfen wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145246"
|
||||
},
|
||||
"entwirken":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"sich entwickeln, sich entfalten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145307"
|
||||
},
|
||||
"Einphasen_Wechselstromsystem":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"mit einphasigem Wechselstrom betriebenes elektrisches System":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145408"
|
||||
},
|
||||
"EM_Finale":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Finale einer Europameisterschaft":[]
|
||||
},
|
||||
"pronounciation":"e\u02d0\u02c8\u0294\u025bmfina\u02d0l\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145414"
|
||||
},
|
||||
"Embryom":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Teratom aus Gewebe, das sich noch im Entwicklungszustand befindet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145431"
|
||||
},
|
||||
"Einpinselung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Einpinseln, Eingepinseltwerden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145439"
|
||||
},
|
||||
"europaeid":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"den Europ\u00e4ern \u00e4hnlich":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch -eid\u1e17s = -gestaltig"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145504"
|
||||
},
|
||||
"Erholungskur":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"der Erholung dienende Kur":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145512"
|
||||
},
|
||||
"Ekphorie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"durch Reizung des Zentralnervensystems hervorgerufene Reproduktion von Dingen oder Vorg\u00e4ngen; Vorgang des Sicherinnerns":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145515"
|
||||
},
|
||||
"euhedral":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"idiomorph":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145655"
|
||||
},
|
||||
"Enkomiast":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Lobredner":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145709"
|
||||
},
|
||||
"Extruder":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Maschine zur Herstellung von Formst\u00fccken aus thermoplastischem Material":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch extruder"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145753"
|
||||
},
|
||||
"Endlosbauweise":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bauweise, die eine Aneinanderreihung beliebig vieler Elemente (z. B. einer Schrankwand) erm\u00f6glicht":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145859"
|
||||
},
|
||||
"exaggerieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"Krankheitserscheinungen unangemessen \u00fcbertrieben darstellen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch exaggerare = st\u00e4rker hervorheben, vergr\u00f6\u00dfern, eigentlich = hoch aufsch\u00fctten, zu: aggere = aufsch\u00fctten, zu: agger = Erde, Aufsch\u00fcttungsmaterial"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150018"
|
||||
},
|
||||
"Entlueftungsventil":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Ventil zum Ablassen von [Druck]luft":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150024"
|
||||
},
|
||||
"Embryonalkatarakt":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"feine, punktf\u00f6rmige Tr\u00fcbung an den N\u00e4hten der embryonalen Anlage der Augenlinse":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150144"
|
||||
},
|
||||
"Ermland":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Landschaft im ehemaligen Ostpreu\u00dfen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150253"
|
||||
},
|
||||
"Erntemaschine":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Maschine zum Einbringen der Ernte (2)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u025brnt\u0259ma\u0283i\u02d0n\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150301"
|
||||
},
|
||||
"erkaeltet_sein":{
|
||||
"type":"\n Betonung \n \n \n erk \u00e4 ltet sein \n \n \n",
|
||||
"definitions":{
|
||||
"eine Infektion der oberen Luftwege haben":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"den Pips haben",
|
||||
"es auf der Plauze haben"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150322"
|
||||
},
|
||||
"einparken":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"in eine Parkl\u00fccke hineinfahren":[
|
||||
"er kann nicht gut einparken",
|
||||
"in eine L\u00fccke einparken"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150332"
|
||||
},
|
||||
"Eifersuchtsdrama":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150338"
|
||||
},
|
||||
"enttaeuschungsreich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"voller Entt\u00e4uschungen":[]
|
||||
},
|
||||
"pronounciation":"\u025bnt\u02c8t\u0254\u026a\u032f\u0283\u028a\u014bsra\u026a\u032f\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150711"
|
||||
},
|
||||
"Eheglueck":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gl\u00fcck in der Ehe":[]
|
||||
},
|
||||
"pronounciation":"\u02c8e\u02d0\u0259\u0261l\u028fk",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150714"
|
||||
},
|
||||
"Enveloppe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"H\u00fclle":[],
|
||||
"Futteral":[],
|
||||
"Decke":[],
|
||||
"[Brief]umschlag":[],
|
||||
"bestimmte (einh\u00fcllende) Kurve einer gegebenen Kurvenschar; Kurve, die alle Kurven einer gegebenen Schar (einer Vielzahl von Kurven) ber\u00fchrt und umgekehrt in jedem ihrer Punkte von einer Kurve der Schar ber\u00fchrt wird":[],
|
||||
"Anfang des 19. Jahrhunderts \u00fcbliches schmales, mantel\u00e4hnliches Kleid":[]
|
||||
},
|
||||
"pronounciation":"\u0251\u0303v\u0259\u02c8l\u0254p(\u0259)",
|
||||
"synonyms":[
|
||||
"Umschlag",
|
||||
"Briefumschlag",
|
||||
"H\u00fclle"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150717"
|
||||
},
|
||||
"Ethnografin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wissenschaftlerin auf dem Gebiet der Ethnografie":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"vgl.",
|
||||
"Ethnograf",
|
||||
"zu griechisch gr\u00e1phein = schreiben"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150733"
|
||||
},
|
||||
"ergebnisorientiert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"konsequent auf ein zu erzielendes Ergebnis hin ausgerichtet":[
|
||||
"eine ergebnisorientierte Diskussion"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u025b\u0250\u032f\u02c8\u0261e\u02d0pn\u026as\u0294ori\u032f\u025bnti\u02d0\u0250\u032ft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150745"
|
||||
},
|
||||
"Endodontie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Lehre vom normalen Aufbau und von den Krankheiten des Zahninneren":[],
|
||||
"Behandlung des erkrankten Zahninneren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150903"
|
||||
},
|
||||
"Elsaesserin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Form zu Els\u00e4sser (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150951"
|
||||
},
|
||||
"Eskapistin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"sich eskapistisch verhaltende weibliche Person":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151014"
|
||||
},
|
||||
"Ersterwerb":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"erster Erwerb einer bestimmten Sache durch jemanden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151058"
|
||||
},
|
||||
"Eurogeld":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151203"
|
||||
},
|
||||
"Ermittlungsstand":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Stand der Ermittlungen (b)":[]
|
||||
},
|
||||
"pronounciation":"\u025b\u0250\u032f\u02c8m\u026atl\u028a\u014bs\u0283tant",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151219"
|
||||
},
|
||||
"Einkaufsgenossenschaft":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Genossenschaft, zu der sich Einzelhandels-, Handwerks- und Landwirtschaftsbetriebe zusammenschlie\u00dfen, um durch gemeinsamen Einkauf (2a) die Kosten zu verringern":[]
|
||||
},
|
||||
"pronounciation":"\u02c8a\u026a\u032fnka\u028a\u032ffs\u0261\u0259n\u0254sn\u0329\u0283aft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151321"
|
||||
},
|
||||
"Eugenol":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Nelkenriechstoff, Hauptbestandteil des Nelken\u00f6ls":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151348"
|
||||
},
|
||||
"Emigrierter":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die emigriert ist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151400"
|
||||
},
|
||||
"Echappe":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Sprung aus der geschlossenen Position der F\u00fc\u00dfe (bei der sie mit den Fersen aneinanderstehen) in eine offene (bei der sie auseinanderstehen)":[]
|
||||
},
|
||||
"pronounciation":"e\u0283a\u02c8pe\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch \u00e9chapp\u00e9, zu: \u00e9chapper,",
|
||||
"echappieren"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151437"
|
||||
},
|
||||
"Elision":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Aussto\u00dfung eines unbetonten Vokals im Inneren oder am Ende eines Wortes (z. B. ew'ge, glaub [statt glaube] ich)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch elisio = das Heraussto\u00dfen, zu: elisum, 2. Partizip von: elidere,",
|
||||
"elidieren"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151442"
|
||||
},
|
||||
"Eichamt":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"unterste Eichbeh\u00f6rde":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151554"
|
||||
},
|
||||
"Einbruchstal":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Tal, das durch tektonische Senkung des Untergrunds oder Auslaugung dort lagernder l\u00f6slicher Steine entstanden ist":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151718"
|
||||
},
|
||||
"Emmentalerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151724"
|
||||
},
|
||||
"erlebnishungrig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"von Erlebnishunger erf\u00fcllt":[
|
||||
"die erlebnishungrige Jugend"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u025b\u0250\u032f\u02c8le\u02d0pn\u026ash\u028a\u014br\u026a\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151743"
|
||||
},
|
||||
"entraffen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"entrei\u00dfen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"entrei\u00dfen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152152"
|
||||
},
|
||||
"Erfolgsquote":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Anteil derjenigen, die eine Sache erfolgreich beenden":[],
|
||||
"Anteil des bei etwas Bestimmtem erzielten erfolgreichen Abschlusses o. \u00c4. im Vergleich zum Gesamtumfang":[],
|
||||
"Erfolgsaussicht":[]
|
||||
},
|
||||
"pronounciation":"\u025b\u0250\u032f\u02c8f\u0254lkskvo\u02d0t\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152310"
|
||||
},
|
||||
"entjungfern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"jemanden zum ersten Mal Geschlechtsverkehr haben lassen":[
|
||||
"eine Nachbarin hatte den damals 18-J\u00e4hrigen entjungfert",
|
||||
"ein M\u00e4dchen entjungfern"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u025bnt\u02c8j\u028a\u014bf\u0250n",
|
||||
"synonyms":[
|
||||
"deflorieren"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153005"
|
||||
},
|
||||
"Europarecht":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"\u00fcberstaatliches Recht Europas":[
|
||||
"die Europarechte an einem Film erwerben",
|
||||
"der Verband hat die Europarechte f\u00fcr Wimbledon (die Rechte, das Tennisturnier in Wimbledon zu vermarkten)"
|
||||
],
|
||||
"auf europ\u00e4ischer Ebene geltende, exklusive Nutzungsrechte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153126"
|
||||
},
|
||||
"Entgegensetzung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Entgegensetzen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Konfrontation",
|
||||
"Gegen\u00fcberstellung",
|
||||
"Konfrontierung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153244"
|
||||
},
|
||||
"Eka_Element":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"noch nicht entdecktes, aber als theoretisch existierend angenommenes chemisches Element":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu sanskritisch \u00e9ka = eins"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153302"
|
||||
},
|
||||
"Eisenbahnschaffner":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Schaffner, der bei der Eisenbahn (c) besch\u00e4ftigt ist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8a\u026a\u032fzn\u0329ba\u02d0n\u0283afn\u0250",
|
||||
"synonyms":[
|
||||
"Schaffner",
|
||||
"Schaffnerin",
|
||||
"Zugbegleiterin",
|
||||
"Eisenbahnschaffnerin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153313"
|
||||
},
|
||||
"Erstfilm":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"erster Film eines Regisseurs o. \u00c4.; Erstlingsfilm":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153633"
|
||||
},
|
||||
"entlangwandern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"auf einem bestimmten Weg in eine bestimmte Richtung wandern (1)":[
|
||||
"einen schattigen Waldweg entlangwandern",
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a sie lie\u00df ihre Augen an den Regalen der Buchhandlung entlangwandern"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153715"
|
||||
},
|
||||
"Erstarrung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Erstarren; das Starrwerden":[
|
||||
"sich aus seiner Erstarrung l\u00f6sen"
|
||||
],
|
||||
"Starrsein, Starrheit, Regungslosigkeit":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Leerlauf",
|
||||
"Ruhe",
|
||||
"Starrheit"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153726"
|
||||
},
|
||||
"Entwicklungszusammenarbeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Entwicklungshilfe (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153811"
|
||||
},
|
||||
"Exekutivvollmacht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Vollmacht zur Durchf\u00fchrung von Beschl\u00fcssen, Gesetzen o. \u00c4.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153830"
|
||||
},
|
||||
"Exsudat":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"eiwei\u00dfhaltige Fl\u00fcssigkeit, die bei Entz\u00fcndungen aus den Gef\u00e4\u00dfen austritt; Ausschwitzung":[
|
||||
"entz\u00fcndliches Exsudat"
|
||||
],
|
||||
"Dr\u00fcsenabsonderung bei Insekten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu lateinisch exsudatum, 2. Partizip von: exsudare = ausschwitzen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153930"
|
||||
},
|
||||
"Entflechtung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Entflechten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Aufgliederung",
|
||||
"Aufteilung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154200"
|
||||
}
|
||||
}
|
@ -44192,5 +44192,731 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143640"
|
||||
},
|
||||
"feiertags":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"an Feiertagen":[
|
||||
"der Zug f\u00e4hrt auch sonn- und feiertags"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143922"
|
||||
},
|
||||
"Fabrikanlage":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit von Geb\u00e4uden, Einrichtungen und dem Gel\u00e4nde einer Fabrik":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Fabrik",
|
||||
"Werk",
|
||||
"Werkhalle"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143955"
|
||||
},
|
||||
"Franzosenkraut":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Samenkraut mit gegenst\u00e4ndigen Bl\u00e4ttern und kleinen Bl\u00fctenk\u00f6rbchen in Dolden, die in solchem \u00dcberma\u00df Samen hervorbringen, dass Kulturpflanzen teilweise \u00fcberwuchert werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"die Pflanze wurde um 1700 angeblich aus Frankreich eingeschleppt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144215"
|
||||
},
|
||||
"funktionalisieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"dem Gesichtspunkt der Funktion (1c) entsprechend gestalten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144340"
|
||||
},
|
||||
"Freistosztrick":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"bei der Ausf\u00fchrung eines Freisto\u00dfes angewandter Trick":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144346"
|
||||
},
|
||||
"Faehrgeld":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"f\u00fcr die Benutzung einer F\u00e4hre zu entrichtender Geldbetrag":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144405"
|
||||
},
|
||||
"finalisieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"fertigstellen":[
|
||||
"das Projekt, den Text zeitnah finalisieren"
|
||||
],
|
||||
"(einen optischen Datentr\u00e4ger) abschlie\u00dfend beschreiben, sodass keine weiteren Schreibvorg\u00e4nge mehr m\u00f6glich sind":[
|
||||
"der Umbau der neuen Filiale wurde finalisiert"
|
||||
],
|
||||
"endg\u00fcltig vereinbaren, verbindlich beschlie\u00dfen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144414"
|
||||
},
|
||||
"Friedenswirtschaft":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wirtschaft [eines Staates] in Friedenszeiten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144615"
|
||||
},
|
||||
"Finanzstabilitaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Stabilit\u00e4t eines Finanzsystems; Finanzmarktstabilit\u00e4t":[
|
||||
"die Finanzstabilit\u00e4t gew\u00e4hrleisten",
|
||||
"die Vergabe von Krediten bei schwacher Konjunktur kann die Finanzstabilit\u00e4t gef\u00e4hrden"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144718"
|
||||
},
|
||||
"feministisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"verschiedene Str\u00f6mungen, die sich f\u00fcr Gleichberechtigung, Selbstbestimmung und Freiheit aller Geschlechter, v. a. von Frauen, und gegen Sexismus einsetzen, betreffend":[
|
||||
"feministische Literatur, Theologie"
|
||||
],
|
||||
"den Feminismus (2) betreffend, weibisch":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144723"
|
||||
},
|
||||
"Fachkennerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die Fachkenntnis besitzt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8faxk\u025bn\u0259r\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144726"
|
||||
},
|
||||
"Friedhofswaerter":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"W\u00e4rter auf einem Friedhof":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144823"
|
||||
},
|
||||
"Flockseide":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00e4u\u00dfere Schicht des Seidenkokons":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fl\u0254kza\u026a\u032fd\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144959"
|
||||
},
|
||||
"fow":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145032"
|
||||
},
|
||||
"Feldmauser":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"jemand, der auf den Feldern mit Fallen Feldm\u00e4use und Maulw\u00fcrfe f\u00e4ngt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145046"
|
||||
},
|
||||
"fuffzehn":{
|
||||
"type":"Zahlwort",
|
||||
"definitions":{
|
||||
"f\u00fcnfzehn":[
|
||||
"'ne Fuffzehn machen (die Arbeit unterbrechen, eine Pause machen; eigentlich = f\u00fcnfzehn Minuten Pause machen)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"'ne Fuffzehn machen (die Arbeit unterbrechen, eine Pause machen; eigentlich = f\u00fcnfzehn Minuten Pause machen)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-145126"
|
||||
},
|
||||
"Fuenfzigerjahre":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"zwischen f\u00fcnfzigstem und sechzigstem Geburtstag liegendes Lebensjahrzehnt":[],
|
||||
"die Jahre 50 bis 59 eines bestimmten Jahrhunderts umfassendes Jahrzehnt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u028fnf\u2026\u02c8ja\u02d0\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145600"
|
||||
},
|
||||
"Feluke":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"im Mittelmeer verwendetes K\u00fcstenfahrzeug mit zwei Masten und einem dreieckigen Segel":[],
|
||||
"kleines Kriegsschiff in Form einer Galeere":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch felouque < spanisch falucho, zu: fal\u00faa =",
|
||||
"Gig (1)",
|
||||
", vielleicht aus dem Arabischen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145634"
|
||||
},
|
||||
"froissieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"kr\u00e4nken, verletzen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"verletzen",
|
||||
"verunglimpfen",
|
||||
"verwunden",
|
||||
"wehtun"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145704"
|
||||
},
|
||||
"Friedhofsweg":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"zwischen den Gr\u00e4bern eines Friedhofs verlaufender Weg":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145728"
|
||||
},
|
||||
"Flammenstil":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Flamboyantstil":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145816"
|
||||
},
|
||||
"Finanzdinge":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"Geldmittel betreffende Dinge":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145819"
|
||||
},
|
||||
"Feminitaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Femininsein, feminine (1) Art":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145910"
|
||||
},
|
||||
"Fernreise":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[Urlaubs]reise mit einem weit entfernten Ziel":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u025brnra\u026a\u032fz\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145950"
|
||||
},
|
||||
"Flaggenparade":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das feierliche Hissen der Dienst- oder Nationalflagge bei Sonnenaufgang und das Niederholen bei Sonnenuntergang":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150126"
|
||||
},
|
||||
"Fuszballtennis":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"im Training betriebenes Spiel, bei dem sich die Spielenden zweier Mannschaften den Ball mit Kopf, K\u00f6rper und F\u00fc\u00dfen \u00fcber eine Leine zuspielen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fu\u02d0sbalt\u025bn\u026as",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150150"
|
||||
},
|
||||
"Franchisegeberin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unternehmerin, die ihre Produkte im Rahmen von Franchise durch selbstst\u00e4ndige Lizenzh\u00e4ndler[innen] verkaufen l\u00e4sst":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150204"
|
||||
},
|
||||
"Falbel":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"gef\u00e4ltelter oder gekrauster Besatz an Kleidern; R\u00fcsche":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Besatz"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch falbala, zu altfranz\u00f6sisch felpe, frepe = Franse"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150258"
|
||||
},
|
||||
"Fulpmes":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Ort in Tirol":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150738"
|
||||
},
|
||||
"Freiluftschule":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[Heim]schule f\u00fcr gesundheitlich gef\u00e4hrdete Kinder, in der Unterricht im Freien stattfindet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150943"
|
||||
},
|
||||
"Fortdauer":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Fortdauern":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u0254rtda\u028a\u032f\u0250",
|
||||
"synonyms":[
|
||||
"[Aufrecht]erhaltung",
|
||||
"Best\u00e4ndigkeit",
|
||||
"Fortbestand"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150949"
|
||||
},
|
||||
"Frise_Textil":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Kr\u00e4usel- oder Frottierstoff aus [Kunst]seide":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8ze\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151000"
|
||||
},
|
||||
"Finalistin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Teilnehmerin an einem Finale (3a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151050"
|
||||
},
|
||||
"Fuhrunternehmerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Inhaberin eines Fuhrunternehmens":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Spediteur",
|
||||
"Spediteurin",
|
||||
"Transportunternehmer",
|
||||
"Transportunternehmerin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151316"
|
||||
},
|
||||
"Fischereibetrieb":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Fischerei (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151448"
|
||||
},
|
||||
"Fischbroetchen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"meist mit Hering, Aal oder Lachs belegtes Br\u00f6tchen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u026a\u0283br\u00f8\u02d0t\u00e7\u0259n",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151622"
|
||||
},
|
||||
"Finanzbudget":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Finanzplan":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151824"
|
||||
},
|
||||
"Fruehform":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Form, die jemand oder etwas im Anfangsstadium oder zu Beginn eines Vorgangs oder Ablaufs hat":[
|
||||
"die Fr\u00fchform einer Krankheit"
|
||||
],
|
||||
"gute k\u00f6rperliche Verfassung unmittelbar vor oder zu Beginn der Saison":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151841"
|
||||
},
|
||||
"Federbein":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"der Federung dienendes teleskopartiges Bauteil im Fahrwerk von Flugzeugen und Kraftfahrzeugen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fe\u02d0d\u0250ba\u026a\u032fn",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151918"
|
||||
},
|
||||
"Fabriksanlage":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit von Geb\u00e4uden, Einrichtungen und dem Gel\u00e4nde einer Fabrik":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152116"
|
||||
},
|
||||
"Forschungsbibliothek":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bibliothek, die institutions\u00fcbergreifend der Forschung auf einem bestimmten Fachgebiet dient":[
|
||||
"eine digitale, internationale, renommierte Forschungsbibliothek"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152226"
|
||||
},
|
||||
"Flagellation":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gei\u00dfelung und Z\u00fcchtigung mittels einer Riemen- oder Strickpeitsche als sexuelles Reizmittel (Form des Sadismus bzw. Masochismus)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152231"
|
||||
},
|
||||
"Finkennapf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"sehr kleines Gef\u00e4\u00df":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152419"
|
||||
},
|
||||
"Fischerstechen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"(in manchen Gegenden noch lebendiger) Brauch der Fischer, bei dem diese versuchen, in leichten Booten stehend sich gegenseitig mit langen Stangen ins Wasser zu sto\u00dfen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u026a\u0283\u0250\u0283t\u025b\u00e7n\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152641"
|
||||
},
|
||||
"fladerig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"gemasert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152825"
|
||||
},
|
||||
"Flaggensignal":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Signal, das mithilfe einer Flagge gegeben wird":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fla\u0261n\u0329z\u026a\u0261na\u02d0l",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153003"
|
||||
},
|
||||
"Flottillenfischerei":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Fischerei in einer Flottille (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153017"
|
||||
},
|
||||
"Freiheitsgrad":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Grad an Freiheit und Unabh\u00e4ngigkeit":[],
|
||||
"Bewegungsm\u00f6glichkeit eines K\u00f6rpers im dreidimensionalen Raum":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153146"
|
||||
},
|
||||
"Fingerknoechel":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"mittleres Fingergelenk":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u026a\u014b\u0250kn\u0153\u00e7l\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153412"
|
||||
},
|
||||
"Fingerfarbe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Malfarbe f\u00fcr Kinder, die unmittelbar mit den Fingern aufgetragen wird":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u026a\u014b\u0250farb\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153603"
|
||||
},
|
||||
"Filmindustrie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit der Filmgesellschaften, die sich mit der Produktion von Filmen (3a) befassen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8f\u026alm\u0294\u026and\u028astri\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153612"
|
||||
},
|
||||
"Flickarbeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"in Flicken, [notd\u00fcrftigem] Ausbessern bestehende Arbeit":[
|
||||
"Flickarbeiten ausf\u00fchren"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153734"
|
||||
},
|
||||
"Faschingsscherz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Scherz, der f\u00fcr den Fasching (1) typisch ist":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fa\u0283\u026a\u014bs\u0283\u025brts",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153754"
|
||||
},
|
||||
"feinmechanisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"zur Feinmechanik geh\u00f6rend":[
|
||||
"feinmechanische Ger\u00e4te"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8fa\u026a\u032fnme\u00e7a\u02d0n\u026a\u0283",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153757"
|
||||
},
|
||||
"Franz_Franzoesischunterricht":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Franz\u00f6sisch (b) (als Unterrichtsfach)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"kurz f\u00fcr: Franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154046"
|
||||
},
|
||||
"flickschustern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"nicht koordiniert, ohne Gesamtkonzept und fundierte Sachkenntnis (und deshalb st\u00fcmperhaft und ohne akzeptables Ergebnis) arbeiten, vorgehen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154049"
|
||||
},
|
||||
"Federbusch":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"B\u00fcschel mehrerer in Gr\u00f6\u00dfe und Farbe vom \u00fcbrigen Gefieder abstechender Federn auf dem Kopf eines Vogels":[],
|
||||
"B\u00fcschel von Federn (1) als Zierde auf Hut oder Helm":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154052"
|
||||
},
|
||||
"Freikarte":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"kostenlos abgegebene Eintrittskarte zu einer Veranstaltung":[]
|
||||
},
|
||||
"pronounciation":"\u02c8fra\u026a\u032fkart\u0259",
|
||||
"synonyms":[
|
||||
"Freibillett"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154127"
|
||||
},
|
||||
"Fernsehsprecherin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Fernsehansagerin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154146"
|
||||
},
|
||||
"Famulatur":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Praktikum, das Studierende der Medizin oder Pharmazie im Rahmen ihrer Ausbildung ableisten m\u00fcssen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154221"
|
||||
}
|
||||
}
|
@ -54880,5 +54880,831 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143645"
|
||||
},
|
||||
"Geplapper":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"[dauerndes] Plappern; naives, nichtssagendes Gerede":[
|
||||
"das Geplapper des Kindes"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Gefasel",
|
||||
"Gelaber",
|
||||
"Gerede",
|
||||
"Geschw\u00e4tz"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143736"
|
||||
},
|
||||
"Gesellschaftspolitik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Sozialpolitik":[
|
||||
"eine gerechte Gesellschaftspolitik",
|
||||
"Gesellschaftspolitik betreiben"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8z\u025bl\u0283aftspoliti\u02d0k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143824"
|
||||
},
|
||||
"Groszbank":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"gro\u00dfe Bank mit weitverzweigtem Filialnetz":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261ro\u02d0sba\u014bk",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143830"
|
||||
},
|
||||
"Gerebelter":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"Wein aus einzeln abgenommenen Trauben":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"rebeln"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143912"
|
||||
},
|
||||
"Glukosurie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ausscheidung von Traubenzucker im Harn":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"Glukose",
|
||||
"und griechisch o\u0169ron = Harn"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143924"
|
||||
},
|
||||
"Grundbucheintrag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Eintrag im Grundbuch":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144044"
|
||||
},
|
||||
"Gehirntaetigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Arbeit, T\u00e4tigkeit des Gehirns":[]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8h\u026arnt\u025b\u02d0t\u026a\u00e7ka\u026a\u032ft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144103"
|
||||
},
|
||||
"gGmbH":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144144"
|
||||
},
|
||||
"gleichdenkend":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die gleiche Meinung vertretend":[
|
||||
"gleichdenkende Politiker"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"gleich gesinnt",
|
||||
"einig",
|
||||
"einm\u00fctig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144218"
|
||||
},
|
||||
"Grieche":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung":[
|
||||
"er ist Grieche"
|
||||
],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261ri\u02d0\u00e7\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144250"
|
||||
},
|
||||
"Gerichtsverhandlung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Verhandlung \u00fcber einen Rechtsstreit, ein Strafverfahren o. \u00c4. vor Gericht":[
|
||||
"an einer Gerichtsverhandlung teilnehmen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8r\u026a\u00e7tsf\u025b\u0250\u032fhandl\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144321"
|
||||
},
|
||||
"Germanist":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Wissenschaftler auf dem Gebiet der Germanistik; m\u00e4nnliche Person, die sich wissenschaftlich mit der deutschen Sprache und Literatur befasst":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144525"
|
||||
},
|
||||
"gegenstimmig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"als Gegenstimme (2) [verlaufend]":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144946"
|
||||
},
|
||||
"gez_":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144952"
|
||||
},
|
||||
"Gehirnentzuendung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Entz\u00fcndung der Gehirnsubstanz":[]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8h\u026arn\u0294\u025bntts\u028fnd\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144954"
|
||||
},
|
||||
"Gerichtsmedizinerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gerichts\u00e4rztin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145005"
|
||||
},
|
||||
"Glockenblume":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"(in vielen Arten vorkommende) Pflanze mit glockenf\u00f6rmigen, meist blauen Bl\u00fcten":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261l\u0254kn\u0329blu\u02d0m\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145241"
|
||||
},
|
||||
"Geigenlauf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"auf- oder absteigende schnelle Folge durch kleine Intervalle getrennt gespielter Griffe auf der Geige":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145315"
|
||||
},
|
||||
"Geschworenengericht":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Schwurgericht":[],
|
||||
"Gericht, das \u00fcber schwere Verbrechen und politische Straftaten zusammen mit Geschworenen (2a) entscheidet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145433"
|
||||
},
|
||||
"Gebrauchtmoebel":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"nicht fabrikneues, sondern bereits gebrauchtes M\u00f6belst\u00fcck; M\u00f6bel aus zweiter Hand":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145509"
|
||||
},
|
||||
"Georgette_weiblicher_Vorname":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"weiblicher Vorname":[]
|
||||
},
|
||||
"pronounciation":"\u0292\u0254r\u02c8\u0292\u025bt",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145522"
|
||||
},
|
||||
"Goetterspeise":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ambrosia (1)":[],
|
||||
"k\u00f6stliche Speise":[],
|
||||
"aus Gelatine mit Aromastoffen oder unter Verwendung von Fruchtsaft hergestellte S\u00fc\u00dfspeise":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145612"
|
||||
},
|
||||
"Gewerkschaftler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Gewerkschafter":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145723"
|
||||
},
|
||||
"gestohlen":{
|
||||
"type":"\n Betonung \n \n \n gest o hlen \n \n \n",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145830"
|
||||
},
|
||||
"gewunderig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"neugierig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145956"
|
||||
},
|
||||
"glanzerfuellt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"bedeckt, ausgef\u00fcllt mit Glanz, mit Leuchten":[
|
||||
"sein Gesicht war glanzerf\u00fcllt"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150130"
|
||||
},
|
||||
"Gasgesetz":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"physikalisches Gesetz, das das Verhalten von Gasen (1) beschreibt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261a\u02d0s\u0261\u0259z\u025bts",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150201"
|
||||
},
|
||||
"gefuellt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"angef\u00fcllt, voll":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"ausgef\u00fcllt"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150230"
|
||||
},
|
||||
"Gruenlandwirtschaft":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"auf der Grundlage der Bewirtschaftung von Gr\u00fcnland arbeitende Landwirtschaft":[
|
||||
"Gr\u00fcnlandwirtschaft betreiben"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150316"
|
||||
},
|
||||
"Gehweg":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"B\u00fcrgersteig":[
|
||||
"den Gehweg zwischen den Feldern benutzen"
|
||||
],
|
||||
"Fu\u00dfweg (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"B\u00fcrgersteig",
|
||||
"Fu\u00dfg\u00e4ngerweg",
|
||||
"Gehsteig",
|
||||
"Trottoir"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150405"
|
||||
},
|
||||
"Gravitationswirkung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wirkung der Gravitation":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150414"
|
||||
},
|
||||
"Groszhirnrinde":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"mit zahlreichen Nervenzellen ausgestattete Partie an der Oberfl\u00e4che des Gro\u00dfhirns":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150442"
|
||||
},
|
||||
"Giftspritze":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Injektionsspritze, mit der einem zum Tode Verurteilten bei der Hinrichtung das t\u00f6dliche Gift injiziert wird":[],
|
||||
"Giftnudel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Bei\u00dfzange",
|
||||
"Hexe",
|
||||
"Intrigant",
|
||||
"Intrigantin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151003"
|
||||
},
|
||||
"Guckkasten":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Vorrichtung zum Betrachten von Bildern, bei der das Bild durch Verwendung von Linsen und Spiegeln unter vergr\u00f6\u00dfertem Gesichtswinkel (in scheinbar nat\u00fcrlicher Entfernung) erscheint":[],
|
||||
"Fernseher":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151247"
|
||||
},
|
||||
"Geomorphologin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wissenschaftlerin auf dem Gebiet der Geomorphologie":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8lo\u02d0\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151552"
|
||||
},
|
||||
"Genomprojekt":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"das Bestreben, das Genom eines Organismus umfassend aufzukl\u00e4ren (z. B. das Genom des Menschen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151638"
|
||||
},
|
||||
"Gespraechsgegenstand":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Gespr\u00e4chsthema":[
|
||||
"der bevorzugte Gespr\u00e4chsgegenstand sind M\u00e4dchen und Partys"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8\u0283pr\u025b\u02d0\u00e7s\u0261e\u02d0\u0261n\u0329\u0283tant",
|
||||
"synonyms":[
|
||||
"Gegenstand",
|
||||
"Diskussionsgegenstand",
|
||||
"Diskussionsthema",
|
||||
"Gespr\u00e4chsthema"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151701"
|
||||
},
|
||||
"Giftstengel":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Zigarette":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151857"
|
||||
},
|
||||
"Geruestbauer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"vgl. Bauer":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151940"
|
||||
},
|
||||
"Geldausgabe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Ausgeben (2a) von Geld":[
|
||||
"bei diesem Automaten geht die Geldausgabe z\u00fcgig voran"
|
||||
],
|
||||
"ausgegebenes (2a) Geld":[],
|
||||
"das Aush\u00e4ndigen, Abgeben von Geld":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Investition",
|
||||
"Aufwendung",
|
||||
"Kosten",
|
||||
"Spesen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151942"
|
||||
},
|
||||
"gewann":{
|
||||
"type":"\n Betonung \n \n \n gew a nn \n \n \n",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152038"
|
||||
},
|
||||
"guckerscheckert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sommersprossig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152055"
|
||||
},
|
||||
"Gottseligkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Seligsein in Gott":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152236"
|
||||
},
|
||||
"Gefluegelmast":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das M\u00e4sten von Gefl\u00fcgel (1)":[]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8fly\u02d0\u0261l\u0329mast",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152328"
|
||||
},
|
||||
"Gehirnanhangdruese":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Hypophyse":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152549"
|
||||
},
|
||||
"Groszglocknermassiv":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"\u00f6sterreichisches Gebirgsmassiv":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152611"
|
||||
},
|
||||
"Geschaeftszentrum":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesch\u00e4ftsviertel":[]
|
||||
},
|
||||
"pronounciation":"\u0261\u0259\u02c8\u0283\u025bftsts\u025bntr\u028am",
|
||||
"synonyms":[
|
||||
"City",
|
||||
"Downtown",
|
||||
"Gesch\u00e4ftsviertel",
|
||||
"Innenstadt"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152625"
|
||||
},
|
||||
"Graph_Darstellung_Mathematik":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"grafische Darstellung (z. B. von Relationen) in Form von [markierten] Knoten[punkten] und verbindenden Linien (Kanten)":[]
|
||||
},
|
||||
"pronounciation":"\u0261ra\u02d0f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch gr\u00e1phein = schreiben"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152729"
|
||||
},
|
||||
"Gehweise":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Art und Weise, wie jemand geht":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152737"
|
||||
},
|
||||
"Gasquelle":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Strom von Gasen (1) , die an einer Stelle im Gel\u00e4nde bzw. Erdinnern anhaltend austreten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152830"
|
||||
},
|
||||
"Geotherapie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"klimatische Heilbehandlung":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8pi\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152901"
|
||||
},
|
||||
"Geiernase":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"gro\u00dfe, stark nach unten gebogene Nase (eines Menschen)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261a\u026a\u032f\u0250na\u02d0z\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152946"
|
||||
},
|
||||
"Geige":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"hell klingendes Streichinstrument mit vier in Quinten gestimmten Saiten; Violine":[
|
||||
"Geige spielen",
|
||||
"er m\u00f6chte das St\u00fcck auf seiner neuen Geige spielen",
|
||||
"er spielt im Orchester [die] erste, zweite Geige (er spielt auf der Geige die erste, zweite Stimme)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Violine",
|
||||
"Wimmerholz",
|
||||
"Fiedel"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch g\u012bge, sp\u00e4talthochdeutsch g\u012bga, Herkunft ungekl\u00e4rt"
|
||||
],
|
||||
"wendungen":[
|
||||
"die erste Geige spielen (umgangssprachlich: die f\u00fchrende Rolle spielen, tonangebend sein)",
|
||||
"die zweite Geige spielen (umgangssprachlich: eine untergeordnete Rolle spielen)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-153254"
|
||||
},
|
||||
"gehaltlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"das Gehalt betreffend":[
|
||||
"eine gehaltliche Aufbesserung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153421"
|
||||
},
|
||||
"Gemuetsfetzen":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"r\u00fchrseliges Theaterst\u00fcck, r\u00fchrseliger Film":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Schnulze"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153444"
|
||||
},
|
||||
"Gaensehaut":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"durch K\u00e4ltereiz oder durch psychische Faktoren (Schreck, Angst, Ergriffenheit) bewirkte Ver\u00e4nderung des Aussehens der Haut, auf der die Haarb\u00e4lge hervortreten und die Haare sich aufrichten":[
|
||||
"eine G\u00e4nsehaut bekommen",
|
||||
"der Anblick verursachte ihm eine G\u00e4nsehaut"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"H\u00fchnerhaut",
|
||||
"Dermatospasmus"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"nach der \u00c4hnlichkeit mit der Haut einer gerupften Gans"
|
||||
],
|
||||
"wendungen":[
|
||||
"jemandem l\u00e4uft eine G\u00e4nsehaut \u00fcber den R\u00fccken (umgangssprachlich: etwas l\u00e4sst jemanden [vor Angst, Entsetzen] schaudern)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-153450"
|
||||
},
|
||||
"Geomagnetismus":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"magnetische Erscheinungen eines Himmelsk\u00f6rpers, besonders der Erde":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch; lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153523"
|
||||
},
|
||||
"Geomatiker":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Wissenschaftler auf dem Gebiet der Geomatik":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153538"
|
||||
},
|
||||
"Girl":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"M\u00e4dchen":[],
|
||||
"einer Tanzgruppe, einer Revue (1b) angeh\u00f6rende T\u00e4nzerin":[]
|
||||
},
|
||||
"pronounciation":"\u0261\u0153\u02d0\u0250\u032fl",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch girl, vielleicht verwandt mit",
|
||||
"G\u00f6r"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153641"
|
||||
},
|
||||
"Gruendonnerstag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Donnerstag vor Ostern (als Tag des letzten Abendmahls Christi begangen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch gr\u00fcene donerstac; Herkunft ungekl\u00e4rt, wohl nach dem weitverbreiteten Brauch, an diesem Tag gr\u00fcnes Gem\u00fcse zu essen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153742"
|
||||
},
|
||||
"geflochten":{
|
||||
"type":"\n Betonung \n \n \n gefl o chten \n \n \n",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153939"
|
||||
},
|
||||
"Geldanlage":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Objekt, in dem jemand sein Geld gewinnbringend anlegen kann":[
|
||||
"Grundst\u00fccke sind eine sichere Geldanlage"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0261\u025blt\u0294anla\u02d0\u0261\u0259",
|
||||
"synonyms":[
|
||||
"Kapitalanlage",
|
||||
"Investierung",
|
||||
"Investition",
|
||||
"Placement"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154016"
|
||||
},
|
||||
"graduieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"einen akademischen Grad, Titel verleihen":[
|
||||
"jemanden [zum Ingenieur] graduieren"
|
||||
],
|
||||
"einen akademischen Grad, Titel erwerben":[
|
||||
"in einem Fach graduieren"
|
||||
],
|
||||
"gradweise abstufen":[],
|
||||
"mit Gradeinteilung versehen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"wohl unter Einfluss von franz\u00f6sisch graduer < mittellateinisch graduare"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154112"
|
||||
},
|
||||
"gottverflucht":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"gottverdammt":[
|
||||
"das ist wirklich eine gottverfluchte Schweinerei"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154124"
|
||||
}
|
||||
}
|
@ -48005,5 +48005,772 @@
|
||||
"auf hundertachtzig kommen/sein (umgangssprachlich: sehr \u00e4rgerlich werden, erbost sein; in Wut geraten/sein; nach der Geschwindigkeit eines Kraftfahrzeugs)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-143651"
|
||||
},
|
||||
"Herrgottskaefer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Marienk\u00e4fer":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Marienk\u00e4fer"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"nach altem Volksglauben werden bestimmte K\u00e4fer, die weitverbreitet und beliebt sind, mit g\u00f6ttlichen, heiligen oder himmlischen Wesen in Verbindung gebracht und oft als Mittler zu Gottheiten und himmlischen M\u00e4chten angesehen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143659"
|
||||
},
|
||||
"hinweglesen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"etwas nur fl\u00fcchtig lesen und ihm keine besondere Beachtung schenken":[]
|
||||
},
|
||||
"pronounciation":"h\u026an\u02c8v\u025bkle\u02d0zn\u0329",
|
||||
"synonyms":[
|
||||
"\u00fcberlesen",
|
||||
"\u00fcbersehen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143727"
|
||||
},
|
||||
"Hemingway":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"amerikanischer Schriftsteller":[]
|
||||
},
|
||||
"pronounciation":"\u2026w\u025b\u026a\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143748"
|
||||
},
|
||||
"hinsprechen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"nur so nebenbei, unverbindlich sprechen; dahinsagen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143841"
|
||||
},
|
||||
"Hedrozele":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bruch, der durch eine L\u00fccke im Beckenboden zwischen After und Skrotum bzw. Vagina austritt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143927"
|
||||
},
|
||||
"Haltestange":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Stange, an der man sich halten kann":[],
|
||||
"Stange, die etwas h\u00e4lt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143933"
|
||||
},
|
||||
"hinbekommen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"hinkriegen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"bew\u00e4ltigen",
|
||||
"erreichen",
|
||||
"fertigbekommen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144125"
|
||||
},
|
||||
"Heidenspasz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"sehr gro\u00dfer Spa\u00df":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Spa\u00df",
|
||||
"Zerstreuung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144128"
|
||||
},
|
||||
"hochkantig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"hochkant (1)":[
|
||||
"jemanden hochkantig hinauswerfen/rausschmei\u00dfen ( hochkant 2 )"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"jemanden hochkantig hinauswerfen/rausschmei\u00dfen ( hochkant 2 )"
|
||||
],
|
||||
"time_of_retrieval":"20220708-144157"
|
||||
},
|
||||
"Heerschar":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Teil eines Feldheeres; Truppe":[
|
||||
"germanische Heerscharen",
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a auf die Anzeige hin meldeten sich ganze Heerscharen (umgangssprachlich; eine gro\u00dfe Menge ) von Bewerbern",
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a die himmlischen Heerscharen (biblisch; die Engel )"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8he\u02d0\u0250\u032f\u0283a\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch herschar"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144354"
|
||||
},
|
||||
"hochkoennen":{
|
||||
"type":"unregelm\u00e4\u00dfiges Verb",
|
||||
"definitions":{
|
||||
"nach oben gehen, -kommen, -fahren usw. k\u00f6nnen":[
|
||||
"aus diesem Sessel kann ich nicht hoch"
|
||||
],
|
||||
"hochkommen (1b) k\u00f6nnen":[
|
||||
"hinten nicht mehr hochk\u00f6nnen (umgangssprachlich: 1. in einer schwierigen wirtschaftlichen o. \u00e4. Lage sein. 2. [alt und] k\u00f6rperlich am Ende sein.)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"hinten nicht mehr hochk\u00f6nnen (umgangssprachlich: 1. in einer schwierigen wirtschaftlichen o. \u00e4. Lage sein. 2. [alt und] k\u00f6rperlich am Ende sein.)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-144431"
|
||||
},
|
||||
"heida":{
|
||||
"type":"Interjektion",
|
||||
"definitions":{
|
||||
"hei":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ha\u026a\u032fda",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144457"
|
||||
},
|
||||
"heraufholen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"von dort unten hierher nach oben holen (1a, b)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"heben",
|
||||
"ausgraben",
|
||||
"bergen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144515"
|
||||
},
|
||||
"hangeln":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"sich im Hang (3) fortbewegen, wobei die H\u00e4nde abwechselnd weitergreifen":[
|
||||
"am Reck hangeln",
|
||||
"\u2329hangeln + sich; hat:\u232a er hat sich an einem \u00fcber den Bach gespannten Seil ans andere Ufer gehangelt"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144733"
|
||||
},
|
||||
"hungern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"Hunger leiden, ertragen":[
|
||||
"viele Jahre hindurch hungern m\u00fcssen"
|
||||
],
|
||||
"sich durch [teilweisen] Verzicht auf Nahrung in einen bestimmten Zustand bringen":[
|
||||
"sich zu Tode hungern"
|
||||
],
|
||||
"nach Nahrung verlangen":[
|
||||
"mich hungert/es hungert mich seit Langem"
|
||||
],
|
||||
"heftiges Verlangen nach etwas haben":[
|
||||
"nach Liebe hungern",
|
||||
"\u2329auch unpers\u00f6nlich:\u232a ihn hungerte/es hungerte ihn nach Anerkennung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch hungern, althochdeutsch hungiren"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144817"
|
||||
},
|
||||
"Hueferl":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Rindfleisch von der H\u00fcfte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144854"
|
||||
},
|
||||
"Handelsbank":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bank, die sich mit der Finanzierung und Abwicklung von Gesch\u00e4ften besonders im Bereich des Au\u00dfenhandels befasst":[]
|
||||
},
|
||||
"pronounciation":"\u02c8handl\u0329sba\u014bk",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144935"
|
||||
},
|
||||
"Histologin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00c4rztin und Wissenschaftlerin auf dem Gebiet der Histologie (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"vgl.",
|
||||
"Histologe",
|
||||
"zu",
|
||||
"histo-",
|
||||
", Histo- und \u2191",
|
||||
"-loge"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145206"
|
||||
},
|
||||
"Hauptaktionaerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Aktion\u00e4rin, der die meisten Aktien einer Aktiengesellschaft geh\u00f6ren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145304"
|
||||
},
|
||||
"Handtuchgestell":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gestell, auf dem man in Gebrauch befindliche Handt\u00fccher ablegt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145326"
|
||||
},
|
||||
"handyfrei":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Benutzung von Handys nicht erlaubend":[
|
||||
"handyfreie Zonen (Zonen, in denen das Handy nicht benutzt werden darf)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145517"
|
||||
},
|
||||
"homofonisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"auf die Homofonie bezogen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145631"
|
||||
},
|
||||
"Hedoniker":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Hedonist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145725"
|
||||
},
|
||||
"hoefisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"dem Leben, den Sitten an einem F\u00fcrstenhof entsprechend":[
|
||||
"h\u00f6fische Manieren",
|
||||
"sich h\u00f6fisch benehmen"
|
||||
],
|
||||
"von Geist und Kultur der ritterlichen Gesellschaft des hohen Mittelalters gepr\u00e4gt, hervorgebracht":[
|
||||
"h\u00f6fische Dichtung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch h\u00f6vesch = hofgem\u00e4\u00df, fein, gesittet und gebildet, unterhaltend; Lehn\u00fcbersetzung von altfranz\u00f6sisch corteis, mit romanisierender Endung zu",
|
||||
"Hof (3a)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145843"
|
||||
},
|
||||
"Hyazinthenglas":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Glas, in dem die Zwiebel einer Hyazinthe im Winter zum Austreiben und Bl\u00fchen gebracht wird":[]
|
||||
},
|
||||
"pronounciation":"hya\u02c8ts\u026antn\u0329\u0261la\u02d0s",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145913"
|
||||
},
|
||||
"Handlungsfaehigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Handlungsf\u00e4higsein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145923"
|
||||
},
|
||||
"Hilum":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Stelle, an der der Same am Fruchtknoten angewachsen war; Nabel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch hilum = kleines Ding"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150156"
|
||||
},
|
||||
"Haengeleuchte":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"H\u00e4ngelampe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150548"
|
||||
},
|
||||
"Halle__Westfalen_":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Stadt am Teutoburger Wald":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150728"
|
||||
},
|
||||
"hippeln":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"kleine [unregelm\u00e4\u00dfige] Spr\u00fcnge machen, sich h\u00fcpfend hin und her bewegen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"Nebenform von niederdeutsch, ostmitteldeutsch hippeln, wohl ablautende Bildung zu",
|
||||
"hoppeln"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150906"
|
||||
},
|
||||
"Hoeflichkeitsphrase":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"H\u00f6flichkeitsfloskel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150932"
|
||||
},
|
||||
"hallisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"hallesch":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150946"
|
||||
},
|
||||
"Hofkamarilla":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"am Hof (3a) eines F\u00fcrsten herrschende Kamarilla":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151020"
|
||||
},
|
||||
"Halbfinale":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Spielrunde bei einem Wettbewerb, f\u00fcr die sich vier Spielende oder Mannschaften qualifiziert haben und aus der die Teilnehmenden am Finale ermittelt werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151126"
|
||||
},
|
||||
"Hochseilakt":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Balanceakt auf dem Hochseil":[
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a vor einem finanziellen Hochseilakt zur\u00fcckschrecken"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151236"
|
||||
},
|
||||
"hinstreichen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"hinfahren (4a)":[
|
||||
"der Vogel streicht am Waldrand hin"
|
||||
],
|
||||
"sich ganz nah \u00fcber, an usw. etwas, jemandem hinbewegen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"hinfahren",
|
||||
"wischen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151538"
|
||||
},
|
||||
"Handelszentrum":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Handelsmetropole":[
|
||||
"das Forum wird im internationalen Handelszentrum der Stadt abgehalten"
|
||||
],
|
||||
"Geb\u00e4ude, in dem Handel getrieben wird":[]
|
||||
},
|
||||
"pronounciation":"\u02c8handl\u0329sts\u025bntr\u028am",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151656"
|
||||
},
|
||||
"Haustenn":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Tenne eines Hauses":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151727"
|
||||
},
|
||||
"Heidenchristin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"(im Ur- und Fr\u00fchchristentum im Unterschied zur Judenchristin) Christin nicht j\u00fcdischer Herkunft":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ha\u026a\u032fdn\u0329kr\u026ast\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151838"
|
||||
},
|
||||
"Histon":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"zu den Proteinen geh\u00f6render Eiwei\u00dfk\u00f6rper":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"histo-",
|
||||
", Histo-"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151900"
|
||||
},
|
||||
"Huminsaeure":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"in Mutterboden, Torf und Braunkohle vorkommende, aus abgestorbenem pflanzlichem Material entstandene S\u00e4ure, die als N\u00e4hrstofftr\u00e4ger des Bodens von gro\u00dfer Bedeutung ist":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"Humus"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151928"
|
||||
},
|
||||
"huegelauf":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"den H\u00fcgel hinauf":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152000"
|
||||
},
|
||||
"Handschriftendruck":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Faksimile einer Handschrift (3)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152005"
|
||||
},
|
||||
"herumschwimmen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"(in etwas) schwimmen (1a)":[
|
||||
"er schwimmt im Pool herum"
|
||||
],
|
||||
"(in etwas) schwimmen (4a)":[
|
||||
"was schwimmt denn da in der Suppe herum?"
|
||||
],
|
||||
"im Bogen, im Kreis (um jemanden, etwas) schwimmen (1a)":[
|
||||
"im Kreis herumschwimmen",
|
||||
"um ein Hindernis herumschwimmen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152449"
|
||||
},
|
||||
"Hughesapparat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Telegraf , der am Empf\u00e4nger direkt Buchstaben ausdruckt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8hju\u02d0s\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach dem englischen Physiker D. E. Hughes (1831\u20131900)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152530"
|
||||
},
|
||||
"heimstark":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"bei Wettk\u00e4mpfen, Spielen auf eigenem Platz, in eigener Halle o. \u00c4. meist besonders gut und erfolgreich":[
|
||||
"die schottischen Klubs sind als heimstark gef\u00fcrchtet"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152600"
|
||||
},
|
||||
"Hochfrequenzstrom":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Strom mit hoher Frequenz":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152701"
|
||||
},
|
||||
"Huehnerdreck":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Kot von H\u00fchnern":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152929"
|
||||
},
|
||||
"Hochkaraeter":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Edelstein von hohem Karat":[
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a (salopp) der Pr\u00e4sident und andere Hochkar\u00e4ter"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153123"
|
||||
},
|
||||
"haspeln":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"auf eine oder von einer Haspel winden; spulen, ab-, aufwickeln":[
|
||||
"den Faden auf die Spule, von der Spule haspeln"
|
||||
],
|
||||
"hastig, \u00fcberst\u00fcrzt sprechen":[
|
||||
"in ihrer Aufregung haspelt sie"
|
||||
],
|
||||
"hastig, \u00fcberst\u00fcrzt arbeiten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"aufspulen",
|
||||
"aufwickeln",
|
||||
"spulen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"sp\u00e4tmittelhochdeutsch haspelen = Garn wickeln"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153225"
|
||||
},
|
||||
"Haupttaetigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"wichtigste T\u00e4tigkeit":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ha\u028a\u032fptt\u025b\u02d0t\u026a\u00e7ka\u026a\u032ft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153406"
|
||||
},
|
||||
"hundertfach":{
|
||||
"type":"Zahlwort",
|
||||
"definitions":{
|
||||
"hundertmal genommen, ausgef\u00fchrt u. \u00c4.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"x-fach",
|
||||
"mehrmalig",
|
||||
"tausendfach",
|
||||
"vielfach"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153546"
|
||||
},
|
||||
"Homotoxikologie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"naturheilkundliche Lehre, die alle Krankheitserscheinungen im menschlichen Organismus auf die Wirkung von Homotoxinen zur\u00fcckf\u00fchrt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch; griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153745"
|
||||
},
|
||||
"Hauskauf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Kauf eines Hauses":[
|
||||
"sich f\u00fcr einen Hauskauf verschulden"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153800"
|
||||
},
|
||||
"Handtuchrolle":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"zu einer dicken Rolle aufgerolltes Handtuch":[]
|
||||
},
|
||||
"pronounciation":"\u02c8hanttu\u02d0xr\u0254l\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154024"
|
||||
},
|
||||
"Haemmerlein":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Verkleinerungsform zu Hammer":[
|
||||
"Meister H\u00e4mmerlein (1. Teufel. 2. Scharfrichter)"
|
||||
],
|
||||
"Kobold, b\u00f6ser Geist; Teufel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Schreckgespenst",
|
||||
"Alb[traum]",
|
||||
"Butzemann"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154109"
|
||||
},
|
||||
"hundertstens":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"als hundertster Punkt, an hundertster Stelle":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154155"
|
||||
}
|
||||
}
|
@ -18190,5 +18190,559 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143605"
|
||||
},
|
||||
"installieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"(eine technische Vorrichtung, Anlage o. \u00c4.) anschlie\u00dfen, einbauen, einrichten":[
|
||||
"eine elektrische Leitung, eine Heizung, ein Modem installieren",
|
||||
"Software, ein Computerprogramm installieren",
|
||||
"einen Service im firmeneigenen Intranet installieren"
|
||||
],
|
||||
"in ein Amt, eine Stellung einf\u00fchren, einsetzen":[
|
||||
"in einem Land ein Marionettenregime installieren"
|
||||
],
|
||||
"irgendwo einrichten, in etwas unterbringen":[
|
||||
"er hat seinen kleinen Laden in einem Keller installiert"
|
||||
],
|
||||
"sich irgendwo [h\u00e4uslich] niederlassen, sich irgendwo, in einem Raum, in einer Stellung o. \u00c4. einrichten":[
|
||||
"es dauerte eine Weile, bis sie sich in den neuen R\u00e4umen installiert hatten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"anbringen",
|
||||
"anschlie\u00dfen",
|
||||
"befestigen",
|
||||
"einarbeiten"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143915"
|
||||
},
|
||||
"Infizierter":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die sich angesteckt (3b) hat":[
|
||||
"Kontakt mit einem Infizierten",
|
||||
"die steigende Zahl Infizierter"
|
||||
],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144017"
|
||||
},
|
||||
"innewerden":{
|
||||
"type":"unregelm\u00e4\u00dfiges Verb",
|
||||
"definitions":{
|
||||
"sich einer Sache bewusst werden, sie in ihrer Bedeutung erkennen, sie gewahr werden, begreifen":[
|
||||
"erst jetzt wurde er seiner Schuld inne",
|
||||
"zu sp\u00e4t wurde sie inne, dass sie ihn gekr\u00e4nkt hatte"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"begreifen",
|
||||
"bemerken",
|
||||
"entdecken"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144245"
|
||||
},
|
||||
"interessenspolitisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Interessenpolitik betreffend, darauf beruhend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144305"
|
||||
},
|
||||
"Industriegeografie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Teilgebiet der Wirtschaftsgeografie, das sich mit der Erforschung der Industriestandorte und -gebiete, ihrer Standortbestimmungen und Standortwirkungen, der funktionalen Verflechtung der Industrie im Wirtschaftsraum und ihrer Bedeutung f\u00fcr die L\u00e4nder der Erde befasst":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144420"
|
||||
},
|
||||
"Impresariat":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesch\u00e4ftsf\u00fchrung k\u00fcnstlerischer Unternehmungen und einzelner K\u00fcnstler":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144538"
|
||||
},
|
||||
"Introjektion":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"unbewusste Einbeziehung fremder Anschauungen, Motive o. \u00c4. in das eigene Ich, in den subjektiven Interessenkreis":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144541"
|
||||
},
|
||||
"Industriekletterer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die Arbeiten an nur mit Kletterausr\u00fcstung erreichbaren Geb\u00e4ude- oder Maschinenteilen ausf\u00fchrt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144604"
|
||||
},
|
||||
"Intervenientin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die sich in [Rechts]streitigkeiten [als Mittelsfrau] einmischt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144811"
|
||||
},
|
||||
"Italianistin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Romanistin, die sich auf die italienische Sprache und Literatur spezialisiert hat":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144908"
|
||||
},
|
||||
"in_effectu":{
|
||||
"type":"bildungssprachlich",
|
||||
"definitions":{
|
||||
"in der Tat; wirklich":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"auch",
|
||||
"effektiv",
|
||||
"tats\u00e4chlich",
|
||||
"wahrhaftig"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"lateinisch, zu: effectus,",
|
||||
"Effekt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144916"
|
||||
},
|
||||
"Impedanzrelais":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Distanzrelais":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145109"
|
||||
},
|
||||
"Indikatorpapier":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"mit einem bestimmten Indikator (2) getr\u00e4nkter Papierstreifen, der beim Eintauchen in die zu untersuchende Fl\u00fcssigkeit eine Farbver\u00e4nderung erf\u00e4hrt, die den S\u00e4ure- bzw. den Basengehalt der Fl\u00fcssigkeit anzeigt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145139"
|
||||
},
|
||||
"Inselhuepfen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Inselhopping":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145222"
|
||||
},
|
||||
"Industriegut":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Investitionsgut":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145609"
|
||||
},
|
||||
"indemnisieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"entsch\u00e4digen, verg\u00fcten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145645"
|
||||
},
|
||||
"i__R_":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150052"
|
||||
},
|
||||
"Intensivhaltung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"intensive (4) Viehhaltung":[],
|
||||
"Betrieb, in dem Vieh gehalten wird; Einrichtung, in der Vieh auf eine bestimmte Art und Weise gehalten wird":[]
|
||||
},
|
||||
"pronounciation":"\u026ant\u025bn\u02c8zi\u02d0fhalt\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150109"
|
||||
},
|
||||
"impr_":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150456"
|
||||
},
|
||||
"Industrieausstellung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ausstellung, auf der Maschinen und Erzeugnisse der Industrie gezeigt werden":[]
|
||||
},
|
||||
"pronounciation":"\u026and\u028as\u02c8tri\u02d0\u0294a\u028a\u032fs\u0283t\u025bl\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150458"
|
||||
},
|
||||
"Ideation":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"terminologische Bestimmung von Grundtermini der Geometrie , der Kinematik und der Dynamik 1":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch ideation, zu neulateinisch ideatus = einer Idee entsprechend"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150910"
|
||||
},
|
||||
"Irokesin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Angeh\u00f6rige einer nordamerikanischen indigenen Bev\u00f6lkerungsgruppe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150923"
|
||||
},
|
||||
"Ikonodule":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Bilderverehrer":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150957"
|
||||
},
|
||||
"Investitionsvolumen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesamtheit, Volumen der Investitionen (1) in einem bestimmten Bereich, in einem bestimmten Zeitraum":[]
|
||||
},
|
||||
"pronounciation":"\u026anv\u025bsti\u02c8tsi\u032fo\u02d0nsvolu\u02d0m\u0259n",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151034"
|
||||
},
|
||||
"Introitis":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Entz\u00fcndung des Scheideneinganges":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151209"
|
||||
},
|
||||
"Immobilienkrise":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"die Immobilienbranche betreffende, insbesondere durch Kreditausf\u00e4lle hervorgerufene wirtschaftliche Krise (1)":[
|
||||
"die iberische, weltweite Immobilienkrise",
|
||||
"FBI-Ermittlungen im Zusammenhang mit der amerikanischen Finanz- und Immobilienkrise"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151741"
|
||||
},
|
||||
"Integrationskurs":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"der Vermittlung von Deutschkenntnissen dienender Sprachkurs":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151830"
|
||||
},
|
||||
"Impfschein":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Impfausweis":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u026ampf\u0283a\u026a\u032fn",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151844"
|
||||
},
|
||||
"Insektenmehl":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Mehl aus gemahlenen Insekten":[
|
||||
"mit Insektenmehl kochen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152223"
|
||||
},
|
||||
"Immoralitaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unmoral, Unsittlichkeit":[],
|
||||
"Gleichg\u00fcltigkeit gegen\u00fcber moralischen Grunds\u00e4tzen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u026am\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152323"
|
||||
},
|
||||
"Infrarotstrahler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"als Heizger\u00e4t oder f\u00fcr medizinische Zwecke verwendetes Elektroger\u00e4t, das infrarote W\u00e4rmestrahlen aussendet":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8ro\u02d0t\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152505"
|
||||
},
|
||||
"italophil":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Italien, seinen Bewohnern und seiner Kultur besonders aufgeschlossen gegen\u00fcberstehend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch phile\u0129n = lieben"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153209"
|
||||
},
|
||||
"Investitionsstau":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"starke Zur\u00fcckhaltung beim T\u00e4tigen von f\u00e4lligen Investitionen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153400"
|
||||
},
|
||||
"Instrukteur":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die andere anleitet, unterweist, ihnen Instruktionen (a) erteilt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8t\u00f8\u02d0\u0250\u032f",
|
||||
"synonyms":[
|
||||
"Auftraggeber",
|
||||
"Auftraggeberin",
|
||||
"Ausbilder",
|
||||
"Ausbilderin"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch instructeur"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153502"
|
||||
},
|
||||
"indurieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"sich verh\u00e4rten (in Bezug auf Haut, Muskeln oder Gewebe)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153557"
|
||||
},
|
||||
"Impedanz":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wechselstromwiderstand":[],
|
||||
"Scheinwiderstand":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu lateinisch impedire = verstricken, hemmen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153628"
|
||||
},
|
||||
"ineinanderschieben":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"eins ins andere schieben":[],
|
||||
"sich durch Geschobenwerden ineinanderf\u00fcgen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153752"
|
||||
},
|
||||
"Intelligenzlerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Angeh\u00f6rige der Intelligenz (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Akademiker",
|
||||
"Akademikerin",
|
||||
"Gelehrte",
|
||||
"Gelehrter"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153822"
|
||||
},
|
||||
"Internethandel":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"mithilfe des Internets abgewickelter Handel mit Waren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153859"
|
||||
},
|
||||
"Infizierte":{
|
||||
"type":"substantiviertes Adjektiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die sich angesteckt (3b) hat":[
|
||||
"Blutwerte einer symptomfreien Infizierten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153924"
|
||||
},
|
||||
"Instauration":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Erneuerung; Wiederer\u00f6ffnung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153959"
|
||||
},
|
||||
"IT_basiert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"vgl. IT":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154033"
|
||||
},
|
||||
"Isozym":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Enzym mit ann\u00e4hernd gleicher Funktion wie andere Enzyme, aber von mehr oder weniger verschiedenem Bau":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zusammengezogen aus",
|
||||
"iso-",
|
||||
"und",
|
||||
"Enzym"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154152"
|
||||
}
|
||||
}
|
@ -5670,5 +5670,82 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143024"
|
||||
},
|
||||
"juhe":{
|
||||
"type":"\n Betonung \n \n \n juh e \n \n \n",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144747"
|
||||
},
|
||||
"Jungwild":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"zum Wild (1a) z\u00e4hlendes Jungtier":[]
|
||||
},
|
||||
"pronounciation":"\u02c8j\u028a\u014bv\u026alt",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152312"
|
||||
},
|
||||
"Januarausgabe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ausgabe (5a) f\u00fcr den Januar (eines bestimmten Jahres)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152712"
|
||||
},
|
||||
"Jugurtha":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"K\u00f6nig von Numidien":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152715"
|
||||
},
|
||||
"Jobvermittlung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Vermittlung von [kurzzeitigen, befristeten] Besch\u00e4ftigungsverh\u00e4ltnissen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153247"
|
||||
},
|
||||
"Jasperware":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"farbiges [mit wei\u00dfen Reliefs verziertes] englisches Steingut aus T\u00f6pferton und pulverisiertem Feuerstein":[]
|
||||
},
|
||||
"pronounciation":"\u02c8d\u0292\u025bsp\u0250\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"semitisch-griechisch-lateinisch-franz\u00f6sisch-englisch; deutsch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153623"
|
||||
},
|
||||
"Justizdienst":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Dienst (1c) im Justizbereich":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154054"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -30517,5 +30517,867 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143629"
|
||||
},
|
||||
"Lektionar":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"liturgisches Buch mit den Bibelabschnitten f\u00fcr den christlichen Gottesdienst":[],
|
||||
"Lesepult, an dem die Verlesung der nach der kirchlichen Ordnung vorgeschriebenen Bibelabschnitte vorgenommen wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"kirchenlateinisch lectionarium, zu lateinisch lectio, \u2191 Lektion"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143813"
|
||||
},
|
||||
"Laufrad":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"mit Schaufeln versehenes, radf\u00f6rmiges Teil an Turbinen":[],
|
||||
"nicht angetriebenes Rad an [Trieb]fahrzeugen":[],
|
||||
"Rad einer Laufkatze, eines Fahrwerks o. \u00c4.":[],
|
||||
"Draisine (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143844"
|
||||
},
|
||||
"Lehenswesen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesamtheit der Dinge, die mit den Lehen und deren Vergabe zusammenh\u00e4ngen":[
|
||||
"die Geschichte des Lehnswesens"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143919"
|
||||
},
|
||||
"Leica":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kurzwort f\u00fcr Leitz-Camera [der Firma Ernst Leitz]":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143930"
|
||||
},
|
||||
"Leichenfledderin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die Leichen fleddert (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144028"
|
||||
},
|
||||
"Lebensgebiet":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Lebensbereich":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144226"
|
||||
},
|
||||
"Landruecken":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"lang gestreckter Bergr\u00fccken, H\u00f6henr\u00fccken":[]
|
||||
},
|
||||
"pronounciation":"\u02c8lantr\u028fkn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144234"
|
||||
},
|
||||
"Lehrberuf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Ausbildungsberuf":[],
|
||||
"Beruf des Lehrers":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144343"
|
||||
},
|
||||
"Liedlohn":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Lidlohn":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch lit-, lidl\u014dn = Dienstbotenlohn, vielleicht eigentlich = der nach Beendigung der Arbeit (beim Weggang) gezahlte Lohn, vgl. althochdeutsch l\u012bdan = gehen, fahren (",
|
||||
"leiden",
|
||||
")"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144836"
|
||||
},
|
||||
"Lebensreformerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Anh\u00e4ngerin der Lebensreform":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144924"
|
||||
},
|
||||
"Laufschrift":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[durch gesteuertes Ein- und Ausschalten von verschiedenen Lampen] sich optisch vorw\u00e4rtsbewegende Schrift [als Reklame o. \u00c4. an Fassaden, auf dem Fernsehbildschirm o. \u00c4.]":[]
|
||||
},
|
||||
"pronounciation":"\u02c8la\u028a\u032ff\u0283r\u026aft",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145018"
|
||||
},
|
||||
"Laubkaefer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Blattk\u00e4fer":[],
|
||||
"(in zahlreichen Arten vorkommender) laubfressender K\u00e4fer, dessen Larven als Engerlinge in der Erde leben":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145107"
|
||||
},
|
||||
"LED_Beleuchtung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"auf dem Einsatz von Leuchtdioden basierende Beleuchtungseinrichtung":[
|
||||
"auf LED-Beleuchtung umstellen",
|
||||
"die Dimensionierung von LED-Beleuchtungen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u025bl\u0294e\u02d0\u02c8de\u02d0\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145238"
|
||||
},
|
||||
"Lichtsignalanlage":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Verkehrsampel":[
|
||||
"an dem bisherigen Unfallschwerpunkt wird k\u00fcnftig eine neue Lichtsignalanlage den Kreuzungsverkehr optimieren",
|
||||
"\u00fcberfl\u00fcssige Lichtsignalanlagen zur\u00fcckbauen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Ampel"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145244"
|
||||
},
|
||||
"lexikologisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Lexikologie betreffend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145447"
|
||||
},
|
||||
"lokalisierbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich lokalisieren (1, 2) lassend":[
|
||||
"der Schmerz ist in der Lendengegend lokalisierbar"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145639"
|
||||
},
|
||||
"Lizenziat_akademischer_Grad":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"im Mittelalter dem Bakkalaureat folgender, heute noch in der Schweiz, sonst nur noch im Bereich der katholischen Theologie verliehener akademischer Grad":[
|
||||
"Lizenziat der Theologie"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145651"
|
||||
},
|
||||
"Lidice":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"tschechischer Ort":[]
|
||||
},
|
||||
"pronounciation":"\u02c8lidjits\u025b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145749"
|
||||
},
|
||||
"Leitplanke":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"seitliche Planke aus Stahl, Beton o. \u00c4., die von der Fahrbahn abkommende Fahrzeuge aufhalten soll":[
|
||||
"der Wagen prallte gegen, fuhr in die Leitplanke"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Leitschiene",
|
||||
"Schutzplanke"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145756"
|
||||
},
|
||||
"Lokale":{
|
||||
"type":"substantiviertes Adjektiv, Neutrum",
|
||||
"definitions":{
|
||||
"Nachrichten aus dem Ort (in Zeitungen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145918"
|
||||
},
|
||||
"Lettersetdruck":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Hochdruckverfahren, bei dem der Abdruck zun\u00e4chst auf einen Gummizylinder und von hier auf das Papier erfolgt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150047"
|
||||
},
|
||||
"Luftschutz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Gesamtheit der Ma\u00dfnahmen zum Schutz der Zivilbev\u00f6lkerung bei Luftangriffen im Krieg":[],
|
||||
"f\u00fcr den Luftschutz (a) gebildete Organisation":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150049"
|
||||
},
|
||||
"LKR":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{
|
||||
"W\u00e4hrungscode f\u00fcr: sri-lankische Rupie":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150210"
|
||||
},
|
||||
"Linksfront":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Zusammenschluss linksgerichteter Parteien und Gruppierungen":[
|
||||
"die Kandidaten der Linksfront",
|
||||
"Gespr\u00e4che zwischen Linksfront und Gr\u00fcnen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150304"
|
||||
},
|
||||
"lehrbuchmaeszig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"so beschaffen, wie etwas im Lehrbuch steht":[
|
||||
"ein lehrbuchm\u00e4\u00dfiger Krankheitsverlauf",
|
||||
"ihre Aufschl\u00e4ge waren lehrbuchm\u00e4\u00dfig"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150351"
|
||||
},
|
||||
"Lektin":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"in Pflanzen und Tieren vorkommender biosynthetischer Schutzstoff, der normale, aber auch entartete Zellen und Bakterien agglutiniert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150453"
|
||||
},
|
||||
"langkoepfig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Langk\u00f6pfigkeit aufweisend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150617"
|
||||
},
|
||||
"laestern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"sich \u00fcber jemanden [der abwesend ist], \u00fcber etwas abf\u00e4llig, mit kritischen oder ein wenig boshaften Kommentaren \u00e4u\u00dfern":[
|
||||
"die Kollegen l\u00e4sterten \u00fcber den Chef",
|
||||
"in der Pause l\u00e4sterten sie \u00fcber die Inszenierung",
|
||||
"h\u00f6r doch auf zu l\u00e4stern!"
|
||||
],
|
||||
"schm\u00e4hen":[
|
||||
"die G\u00f6tter, Gott l\u00e4stern",
|
||||
"die viel gel\u00e4sterten Rituale"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8l\u025bst\u0250n",
|
||||
"synonyms":[
|
||||
"schlechtmachen",
|
||||
"sich mokieren"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch lestern, althochdeutsch lastir\u014dn = schm\u00e4hen, beschimpfen, zu",
|
||||
"Laster",
|
||||
"in der urspr\u00fcnglichen Bedeutung \u201eSchm\u00e4hung\u201c"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150624"
|
||||
},
|
||||
"Liebesdienst":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"aus Freundlichkeit erwiesene Hilfe, Gef\u00e4lligkeit":[
|
||||
"jemandem einen Liebesdienst erweisen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8li\u02d0b\u0259sdi\u02d0nst",
|
||||
"synonyms":[
|
||||
"Dienstleistung",
|
||||
"Freundlichkeit",
|
||||
"Gefallen",
|
||||
"Verbindlichkeit"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150654"
|
||||
},
|
||||
"Lokalblatt":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"kleine Zeitung mit r\u00e4umlich begrenztem Verbreitungsgebiet":[],
|
||||
"Lokalteil einer Zeitung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150658"
|
||||
},
|
||||
"Lai":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"gereimte Kurzerz\u00e4hlung in der altfranz\u00f6sischen Literatur":[],
|
||||
"Instrumentalst\u00fcck in der altfranz\u00f6sischen Musik":[],
|
||||
"(formal dem Leich entsprechendes) liedhaftes Gedicht in der altfranz\u00f6sischen Literatur":[]
|
||||
},
|
||||
"pronounciation":"la\u026a\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"gallisch-franz\u00f6sisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150700"
|
||||
},
|
||||
"Lippfisch":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"(in tropischen und gem\u00e4\u00dfigten Meeren vorkommender) barsch\u00e4hnlicher Knochenfisch mit dicken Lippen und kr\u00e4ftigen Z\u00e4hnen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150814"
|
||||
},
|
||||
"Liliazee":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Liliengew\u00e4chs":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu sp\u00e4tlateinisch liliaceus = aus Lilien, Lilien-, zu lateinisch lilia,",
|
||||
"Lilie"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150822"
|
||||
},
|
||||
"Lesestoff":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Texte, B\u00fccher zum Lesen":[
|
||||
"sich mit Lesestoff versorgen, eindecken"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8le\u02d0z\u0259\u0283t\u0254f",
|
||||
"synonyms":[
|
||||
"Lekt\u00fcre",
|
||||
"Literatur"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150920"
|
||||
},
|
||||
"Luftabzug":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"das Abziehen der Luft durch einen Schacht, Kamin o. \u00c4.":[
|
||||
"der Luftabzug ist schlecht, funktioniert nicht"
|
||||
],
|
||||
"Entl\u00fcftung (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150954"
|
||||
},
|
||||
"La_Ola_Welle":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"La Ola":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151225"
|
||||
},
|
||||
"Lernprogramm":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Lerninhalte vermittelndes Programm (3)":[],
|
||||
"Lernsoftware":[]
|
||||
},
|
||||
"pronounciation":"\u02c8l\u025brnpro\u0261ram",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151319"
|
||||
},
|
||||
"lichtundurchlaessig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"undurchl\u00e4ssig f\u00fcr Licht":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151403"
|
||||
},
|
||||
"Lieferin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Lieferantin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151439"
|
||||
},
|
||||
"La_Tene_Stil":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"in der La-T\u00e8ne-Zeit entstandene Stilrichtung der bildenden Kunst, die durch stilisierte pflanzliche und abstrakte Ornamentik, Tiergestalten und menschliche Maskenk\u00f6pfe gekennzeichnet ist":[]
|
||||
},
|
||||
"pronounciation":"la\u02c8t\u025b\u02d0n\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach dem Schweizer Fundort La T\u00e8ne"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151508"
|
||||
},
|
||||
"Lappin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Angeh\u00f6rige eines Volksstammes in Nordeuropa":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151704"
|
||||
},
|
||||
"Legionaer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Soldat einer Legion (2) , der Fremdenlegion":[],
|
||||
"[Fu\u00dfball]spieler, der f\u00fcr einen ausl\u00e4ndischen Verein spielt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch l\u00e9gionnaire, zu: l\u00e9gion < lateinisch legio,",
|
||||
"Legion"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151835"
|
||||
},
|
||||
"Langwellensender":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"[Radio]sender, der mit Langwellen sendet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151849"
|
||||
},
|
||||
"Laufschiene":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Schiene, auf der ein Gegenstand hin und her bewegt werden kann":[]
|
||||
},
|
||||
"pronounciation":"\u02c8la\u028a\u032ff\u0283i\u02d0n\u0259",
|
||||
"synonyms":[
|
||||
"Schiene",
|
||||
"Gleitschiene",
|
||||
"F\u00fchrungsschiene"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151933"
|
||||
},
|
||||
"Legionaerskrankheit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Infektionskrankheit mit starkem Fieber, Anzeichen einer Lungenentz\u00fcndung oder schweren Grippe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"Lehn\u00fcbersetzung von englisch legionnaires' disease; nach dem ersten Auftreten 1976 bei einem Veteranentreffen der \u201eAmerican Legion\u201c in den USA"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152103"
|
||||
},
|
||||
"Landeshoheit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"oberste Regierungsgewalt eines Landesherrn":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152158"
|
||||
},
|
||||
"Laugenhoernchen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"vor dem Backen in kochende Natronlauge getauchtes und mit groben Salzk\u00f6rnern bestreutes H\u00f6rnchen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152203"
|
||||
},
|
||||
"Latrie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"die Gott und Christus allein zustehende Verehrung, Anbetung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Anbetung",
|
||||
"Verehrung"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"sp\u00e4tlateinisch latria < griechisch latre\u00eda = (Opfer)dienst, zu: latre\u00faein = einem Gott (mit Gebet und Opfer) dienen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152239"
|
||||
},
|
||||
"Landeszuweisung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Zuweisung von Geldmitteln durch ein Bundesland":[
|
||||
"steigende, sinkende Landeszuweisungen",
|
||||
"eine Landeszuweisung erhalten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152242"
|
||||
},
|
||||
"Loewenstimme":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"besonders laute, kr\u00e4ftige Stimme":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152508"
|
||||
},
|
||||
"Lastfuhre":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[schwere] Wagenladung":[],
|
||||
"Fahrt, bei der Lasten (1a) bef\u00f6rdert werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152541"
|
||||
},
|
||||
"Lions_Club":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Lions International":[],
|
||||
"zu Lions International geh\u00f6render \u00f6rtlicher Klub":[]
|
||||
},
|
||||
"pronounciation":"\u02c8la\u026a\u032f\u0259nz \u02c8kl\u028cb",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch Lions Club"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152557"
|
||||
},
|
||||
"Lizenzverstosz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Verletzung von Nutzungsrechten":[
|
||||
"einen Lizenzversto\u00df nachweisen",
|
||||
"Lizenzverst\u00f6\u00dfe verfolgen, ahnden"
|
||||
],
|
||||
"Verletzung bestimmter sportrechtlicher Regeln und Vorschriften":[
|
||||
"Minuspunkte nach Lizenzversto\u00df",
|
||||
"der Klub konnte Lizenzverst\u00f6\u00dfe vermeiden"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152619"
|
||||
},
|
||||
"Latitudinarierin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Anh\u00e4ngerin des Latitudinarismus":[],
|
||||
"weibliche Person, die nicht allzu strenge Grunds\u00e4tze hat, die duldsam, tolerant ist":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"Latitudinarier",
|
||||
"englisch latitudinarian, zu lateinisch latitudo = Breite"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152856"
|
||||
},
|
||||
"Lakritzensaft":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153117"
|
||||
},
|
||||
"Lipa":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Untereinheit der W\u00e4hrungseinheit von Kroatien (100 Lipa = 1 Kuna)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"kroatisch lipa, eigentlich = Lindenbaum, nach dem M\u00fcnzbild"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153120"
|
||||
},
|
||||
"Lese_Rechtschreib_Stoerung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Legasthenie":[
|
||||
"Kinder mit einer Lese-Rechtschreib-St\u00f6rung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153134"
|
||||
},
|
||||
"Lias":{
|
||||
"type":"Substantiv, maskulin, oder Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00e4lteste Abteilung (2d) des Jura":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch lias < englisch lias, zu franz\u00f6sisch liais = feink\u00f6rniger Sandstein"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153204"
|
||||
},
|
||||
"Lehnszins":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"f\u00fcr ein Lehen zu entrichtender Grundzins":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153239"
|
||||
},
|
||||
"Luftschlag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"milit\u00e4rischer Angriff mit Flugzeugen [und Hubschraubern]":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153311"
|
||||
},
|
||||
"Lufttorpedo":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Torpedo, der von einem Flugzeug aus abgeschossen wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153325"
|
||||
},
|
||||
"Landesmittel":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"die von einem Land (5b) zur Verf\u00fcgung gestellten finanziellen Mittel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153425"
|
||||
},
|
||||
"Livius":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"r\u00f6mischer Geschichtsschreiber":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153428"
|
||||
},
|
||||
"LinkedIn":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"soziales Netzwerk (4) f\u00fcr berufliche Kontakte":[
|
||||
"bei LinkedIn angemeldet sein"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8l\u026a\u014bkt\u0294\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch linked in = verlinkt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153532"
|
||||
},
|
||||
"Lektorat":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Lehrauftrag eines Lektors (1) , einer Lektorin":[],
|
||||
"[Verlags]abteilung, in der die Lektorinnen und Lektoren (2) arbeiten":[],
|
||||
"Gutachten (eines Lektors, einer Lektorin), in dem die Pr\u00fcfung und Beurteilung eines Manuskripts, Buchs o. \u00c4. zusammengefasst wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153835"
|
||||
},
|
||||
"Lizenztraeger":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, der eine Lizenz (a) erteilt worden ist":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"li\u02c8ts\u025bntstr\u025b\u02d0\u0261\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153905"
|
||||
},
|
||||
"Luftwiderstandsbeiwert":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"c w -Wert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154137"
|
||||
}
|
||||
}
|
@ -37758,5 +37758,961 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143525"
|
||||
},
|
||||
"Mailbombe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"die Mailbox eines Benutzers \u00fcberflutende Menge nutzloser Daten, die den Absturz des Computers verursachen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u025b\u026a\u032fl\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"aus gleichbedeutend englisch mail bomb"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143742"
|
||||
},
|
||||
"Musikerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die beruflich Musik (1b) , eine T\u00e4tigkeit im musikalischen Bereich aus\u00fcbt (Berufsbezeichnung)":[],
|
||||
"weibliches Mitglied eines Orchesters; Orchestermusikerin (Berufsbezeichnung)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Instrumentalist",
|
||||
"Instrumentalistin",
|
||||
"Musikant",
|
||||
"Musikantin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143839"
|
||||
},
|
||||
"matschkern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"schimpfen, kritisieren":[
|
||||
"die k\u00f6nnen nur matschkern!",
|
||||
"sie matschkerte vom Balkon",
|
||||
"matschkernde Pensionisten, Studenten"
|
||||
],
|
||||
"[Tabak] kauen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"maulen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"zu tschechisch mo\u010dka, mo\u010d\u016fvka,",
|
||||
"Matschker"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144014"
|
||||
},
|
||||
"Menschenfreund":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die Menschen mag, gernhat; Philanthrop":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u025bn\u0283n\u0329fr\u0254\u026a\u032fnt",
|
||||
"synonyms":[
|
||||
"Philanthrop",
|
||||
"Philanthropin",
|
||||
"Menschenfreundin",
|
||||
"Wohlt\u00e4ter"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144042"
|
||||
},
|
||||
"Megalithikerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Tr\u00e4gerin der Megalithkultur":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144114"
|
||||
},
|
||||
"mexikanisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Mexiko, die Mexikaner betreffend; von den Mexikanern stammend, zu ihnen geh\u00f6rend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144302"
|
||||
},
|
||||
"Magnetberg":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"(nach der Vorstellung in der Antike und im Mittelalter) Berg, der durch magnetische Kr\u00e4fte Schiffe anzieht und an sich zerschellen l\u00e4sst":[]
|
||||
},
|
||||
"pronounciation":"ma\u02c8\u0261ne\u02d0tb\u025brk",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144329"
|
||||
},
|
||||
"Meisterschaftskampf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Wettkampf um die Meisterschaft (2b)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ma\u026a\u032fst\u0250\u0283aftskampf",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144332"
|
||||
},
|
||||
"Munkelei":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[dauerndes] Munkeln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Gerede",
|
||||
"Geschw\u00e4tz",
|
||||
"Tratsch"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144439"
|
||||
},
|
||||
"Militaergeografie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Zweig der Geografie und der Milit\u00e4rwissenschaft, der sich mit der Verwendung geografischer Kenntnisse f\u00fcr milit\u00e4rische Zwecke befasst":[]
|
||||
},
|
||||
"pronounciation":"mili\u02c8t\u025b\u02d0\u0250\u032f\u0261eo\u0261rafi\u02d0",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144513"
|
||||
},
|
||||
"mattlila":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"von einem nicht leuchtenden, nicht intensiven Lila":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144530"
|
||||
},
|
||||
"Muskatellertraube":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Muskateller (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144533"
|
||||
},
|
||||
"Muschik":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Bauer im zaristischen Russland":[]
|
||||
},
|
||||
"pronounciation":"m\u028a\u02c8\u0283\u026ak",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"russisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144657"
|
||||
},
|
||||
"maulwurfgrau":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"schwarzgrau wie das Fell des Maulwurfs":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144949"
|
||||
},
|
||||
"Meisterschaftslauf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Lauf (2) um die Meisterschaft":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145035"
|
||||
},
|
||||
"Marktstudie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Studie \u00fcber die Marktlage, Marktentwicklung, \u00fcber die wirtschaftlichen M\u00f6glichkeiten f\u00fcr den Absatz bestimmter Produkte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145101"
|
||||
},
|
||||
"Meereskueste":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"K\u00fcste des Meeres":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145149"
|
||||
},
|
||||
"Markka":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Finnmark":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"finnisch markka < schwedisch mark < altnordisch mark"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145155"
|
||||
},
|
||||
"Marmeladenschnitte":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Marmeladenbrot":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145214"
|
||||
},
|
||||
"Mussehe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ehe, die geschlossen wird, weil die Frau ein Kind erwartet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145347"
|
||||
},
|
||||
"Milreis":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"W\u00e4hrungseinheit in Portugal und Brasilien (= 1 000 Reis)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-portugiesisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145403"
|
||||
},
|
||||
"musisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die sch\u00f6nen K\u00fcnste betreffend, darauf gerichtet":[
|
||||
"die musischen F\u00e4cher (Kunsterziehung, Musik als Schulf\u00e4cher)"
|
||||
],
|
||||
"k\u00fcnstlerisch begabt; den K\u00fcnsten gegen\u00fcber aufgeschlossen":[
|
||||
"ein musischer Mensch"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8mu\u02d0z\u026a\u0283",
|
||||
"synonyms":[
|
||||
"feinsinnig",
|
||||
"kunstliebend",
|
||||
"kunstverst\u00e4ndig"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"griechisch mousik\u00f3s, zu: mo\u0169sa,",
|
||||
"Muse"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145642"
|
||||
},
|
||||
"Mandelbaum":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"kleiner Baum mit wei\u00dfen oder rosa, vor den Bl\u00e4ttern erscheinenden Bl\u00fcten und abgeflacht eif\u00f6rmigen Steinfr\u00fcchten mit einem Steinkern, der die Mandel (1a) enth\u00e4lt":[],
|
||||
"(aus China stammender) oft als Hochstamm veredelter Zierstrauch mit kleinen gef\u00fcllten rosa Bl\u00fcten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150032"
|
||||
},
|
||||
"Maternitaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Mutterschaft":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150040"
|
||||
},
|
||||
"Motivsammlerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Briefmarkensammlerin, die die Briefmarken nach bestimmten Bildmotiven ordnet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150213"
|
||||
},
|
||||
"Motorboot":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Boot, das durch einen Motor angetrieben wird":[]
|
||||
},
|
||||
"pronounciation":"mo\u02c8to\u02d0\u0250\u032fbo\u02d0t",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150310"
|
||||
},
|
||||
"Malierin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung zu Mali":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150340"
|
||||
},
|
||||
"Mitsingkonzert":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Konzert, bei dem das Publikum mitsingen darf und soll":[
|
||||
"die j\u00e4hrlichen Mitsingkonzerte des Rundfunkchores",
|
||||
"ein Mitsingkonzert besuchen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150346"
|
||||
},
|
||||
"marklos":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"kraftlos":[]
|
||||
},
|
||||
"pronounciation":"\u02c8marklo\u02d0s",
|
||||
"synonyms":[
|
||||
"kraftlos",
|
||||
"saftlos",
|
||||
"schlapp",
|
||||
"schwach"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150357"
|
||||
},
|
||||
"Museumskaefer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"sehr kleiner, schwarz-gelber K\u00e4fer, der als Sch\u00e4dling u. a. an Pelzen und Wolle auftritt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150501"
|
||||
},
|
||||
"Metapsychologie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"(von S. Freud begr\u00fcndete) psychologische Lehre in ihrer ausschlie\u00dflich theoretischen Dimension":[],
|
||||
"Parapsychologie":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u025b\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150556"
|
||||
},
|
||||
"Ministerialrat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Beamter des h\u00f6heren Dienstes in einem Ministerium oder in einer obersten Bundesbeh\u00f6rde [mit den Aufgaben eines Ministerialdirigenten]":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150622"
|
||||
},
|
||||
"Mammutknochen":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"erhaltener Knochen eines Mammuts":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150646"
|
||||
},
|
||||
"mosten":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"Most machen":[
|
||||
"morgen wollen wir anfangen zu mosten"
|
||||
],
|
||||
"zu Most verarbeiten":[
|
||||
"\u00c4pfel mosten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150708"
|
||||
},
|
||||
"medium":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"(von Fleisch) nicht ganz durchgebraten":[],
|
||||
"mittelgro\u00df (als Kleidergr\u00f6\u00dfe)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8me\u02d0di\u032f\u028am",
|
||||
"synonyms":[
|
||||
"mittelgro\u00df"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150735"
|
||||
},
|
||||
"Militaerpflicht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wehrpflicht":[]
|
||||
},
|
||||
"pronounciation":"mili\u02c8t\u025b\u02d0\u0250\u032fpfl\u026a\u00e7t",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150817"
|
||||
},
|
||||
"Morphologie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wissenschaft, Lehre von den Gestalten, Formen (besonders hinsichtlich ihrer Eigenarten, Entwicklungen, Gesetzlichkeiten)":[],
|
||||
"Wissenschaft, Lehre von der \u00e4u\u00dferen Gestalt, Form der Lebewesen, der Organismen und ihrer Teile":[],
|
||||
"Formenlehre":[],
|
||||
"Teilgebiet der Soziologie, das sich mit der Struktur der Gesellschaft befasst":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"",
|
||||
"-logie",
|
||||
""
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151214"
|
||||
},
|
||||
"Mitbestimmung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Mitbestimmen, Teilhaben, Beteiligtsein an einem Entscheidungsprozess (besonders die Teilnahme der Arbeitnehmerinnen und Arbeitnehmer an Entscheidungsprozessen in der Wirtschaft)":[
|
||||
"eine einfache, qualifizierte, parit\u00e4tische Mitbestimmung",
|
||||
"die betriebliche Mitbestimmung (Mitbestimmung innerhalb eines Unternehmens)",
|
||||
"Mitbestimmung am Arbeitsplatz, im Betrieb"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Mitbestimmungsrecht",
|
||||
"Mitsprache[recht]"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151250"
|
||||
},
|
||||
"Maifest":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"im Mai traditionsgem\u00e4\u00df stattfindendes Volksfest":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ma\u026a\u032ff\u025bst",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151252"
|
||||
},
|
||||
"Mazedonisch":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"die mazedonische Sprache":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151302"
|
||||
},
|
||||
"Mutagen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"chemischer oder physikalischer Faktor, der Mutationen (1) ausl\u00f6st":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151357"
|
||||
},
|
||||
"missbilligen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"sein Unverst\u00e4ndnis, sein ablehnendes Urteil in Bezug auf etwas deutlich, meist in Form eines Tadels, zum Ausdruck bringen":[
|
||||
"jemandes Verhalten [scharf] missbilligen",
|
||||
"jemanden missbilligend ansehen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"ablehnen",
|
||||
"beanstanden",
|
||||
"bem\u00e4ngeln"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151502"
|
||||
},
|
||||
"Maximum_Minimum_Thermometer":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Thermometer, das jeweils die tiefste und die h\u00f6chste gemessene Temperatur festh\u00e4lt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151532"
|
||||
},
|
||||
"Maischbottich":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151636"
|
||||
},
|
||||
"Militaerkonzert":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"von einer Milit\u00e4rkapelle aufgef\u00fchrtes Konzert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151755"
|
||||
},
|
||||
"Marktrecht":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"einem Ort verliehenes Recht, Markt (1) abzuhalten":[],
|
||||
"f\u00fcr die Abhaltung des Marktes (1) geltende Rechtsbestimmungen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152058"
|
||||
},
|
||||
"moshen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"(zu Punk-, Techno- und Heavy-Metal-Musik) auf charakteristische Weise (u. a. mit Headbanging ) tanzen":[
|
||||
"die Fans beginnen zu moshen",
|
||||
"es wird gemosht, als w\u00e4re es das letzte Mal"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u0254\u0283n\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch, Herkunft ungekl\u00e4rt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152245"
|
||||
},
|
||||
"Marktbeherrschung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"herrschende Stellung auf dem Markt (3) mit der Macht, die Preise zu diktieren":[]
|
||||
},
|
||||
"pronounciation":"\u02c8marktb\u0259h\u025br\u0283\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152347"
|
||||
},
|
||||
"Marmorbild":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Standbild, Plastik aus Marmor":[]
|
||||
},
|
||||
"pronounciation":"\u02c8marmo\u02d0\u0250\u032fb\u026alt",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152354"
|
||||
},
|
||||
"Mediokritaet":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Mittelm\u00e4\u00dfigkeit":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch m\u00e9diocrit\u00e9 < lateinisch mediocritas"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152516"
|
||||
},
|
||||
"Meeresufer":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Strand":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152519"
|
||||
},
|
||||
"Malesche":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unannehmlichkeit":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Anstand",
|
||||
"\u00c4rger"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch malaise; vgl. Malaise"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152555"
|
||||
},
|
||||
"meerumschlungen":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"auf [fast] allen Seiten von Meer umgeben":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152628"
|
||||
},
|
||||
"Millionen_Mal":{
|
||||
"type":"\n Betonung \n \n \n Milli o nen Mal \n \n \n",
|
||||
"definitions":{
|
||||
"s. Million (2a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152926"
|
||||
},
|
||||
"machinieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"Intrigen spinnen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"intrigieren"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"lateinisch machinari,",
|
||||
"Machination"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153047"
|
||||
},
|
||||
"Malazie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Erweichung, Aufl\u00f6sung der Struktur eines Organs oder Gewebes (z. B. der Knochen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153106"
|
||||
},
|
||||
"MD_Musikdirektor_Maximaldosis":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153111"
|
||||
},
|
||||
"Medina_Stadtteil_Viertel_Gesamtheit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit der alten islamischen Stadtteile nordafrikanischer St\u00e4dte im Gegensatz zu den Europ\u00e4ervierteln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"arabisch med\u012bna = Stadt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153305"
|
||||
},
|
||||
"Manilafaser":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"wei\u00dfe bis ockerfarbene Hartfaser aus einer philippinischen Faserpflanze von hoher Rei\u00dffestigkeit, die besonders zur Herstellung von Seilen, Tauen, Netzen und S\u00e4cken verwendet wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach der philippinischen Hafenstadt Manila"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153336"
|
||||
},
|
||||
"Malice":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Bosheit":[],
|
||||
"boshafte \u00c4u\u00dferung":[]
|
||||
},
|
||||
"pronounciation":"ma\u02c8li\u02d0s\u0259",
|
||||
"synonyms":[
|
||||
"Boshaftigkeit",
|
||||
"Geh\u00e4ssigkeit",
|
||||
"Gemeinheit",
|
||||
"Gift"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch malice < lateinisch malitia,",
|
||||
"malizi\u00f6s"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153423"
|
||||
},
|
||||
"Mailclient":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Programm (4) zum Lesen, Schreiben, Versenden und Empfangen von E-Mails":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u025b\u026a\u032flkla\u026a\u032f\u0259nt",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153437"
|
||||
},
|
||||
"menschenaehnlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"einem Menschen \u00e4hnlich":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u025bn\u0283n\u0329\u0294\u025b\u02d0nl\u026a\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153543"
|
||||
},
|
||||
"Moerderkohle":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"sehr viel Geld":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153552"
|
||||
},
|
||||
"Missionschefin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Leiterin einer Mission (3)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153555"
|
||||
},
|
||||
"mildtaetig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich Notleidender tatkr\u00e4ftig annehmend":[]
|
||||
},
|
||||
"pronounciation":"\u02c8m\u026altt\u025b\u02d0t\u026a\u00e7",
|
||||
"synonyms":[
|
||||
"gro\u00dfm\u00fctig",
|
||||
"[grund]g\u00fctig",
|
||||
"karitativ"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153712"
|
||||
},
|
||||
"Munitionstransport":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Transport (1, 2) von Munition":[]
|
||||
},
|
||||
"pronounciation":"muni\u02c8tsi\u032fo\u02d0nstransp\u0254rt",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153808"
|
||||
},
|
||||
"Machismo":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"\u00fcbersteigertes Gef\u00fchl m\u00e4nnlicher \u00dcberlegenheit und Vitalit\u00e4t":[]
|
||||
},
|
||||
"pronounciation":"ma\u02c8t\u0283\u026asmo",
|
||||
"synonyms":[
|
||||
"Chauvinismus",
|
||||
"Sexismus",
|
||||
"Androzentrismus",
|
||||
"M\u00e4nnlichkeitswahn"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"spanisch machismo, zu: macho < lateinisch masculus = m\u00e4nnlich"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153816"
|
||||
},
|
||||
"Malefikus":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Malefikant":[],
|
||||
"ein Unheil bringender Planet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153843"
|
||||
},
|
||||
"Moewenkolonie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kolonie (4) von M\u00f6wen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153849"
|
||||
},
|
||||
"Marktmacht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"durch eine beherrschende Stellung bedingte Macht (1) eines Unternehmens auf einem Markt (3a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153852"
|
||||
},
|
||||
"Methodik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wissenschaft von der Verfahrensweise einer Wissenschaft":[
|
||||
"sie ist Professorin f\u00fcr Methodik und Didaktik"
|
||||
],
|
||||
"Wissenschaft von den Lehr- und Unterrichtsmethoden":[
|
||||
"die politische Methodik"
|
||||
],
|
||||
"festgelegte Art des Vorgehens":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch methodik\u1e17 (t\u00e9chn\u0113) = Kunst des planm\u00e4\u00dfigen Vorgehens, zu: methodik\u00f3s,",
|
||||
"methodisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153854"
|
||||
},
|
||||
"Marktuebersicht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00dcbersicht \u00fcber die in einem bestimmten Bereich auf dem Markt (3a) befindlichen Produkte o. \u00c4.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154030"
|
||||
},
|
||||
"Marko":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"m\u00e4nnlicher Vorname":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154057"
|
||||
},
|
||||
"Ministerriege":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit der Minister eines Kabinetts":[]
|
||||
},
|
||||
"pronounciation":"mi\u02c8n\u026ast\u0250ri\u02d0\u0261\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154100"
|
||||
}
|
||||
}
|
@ -20008,5 +20008,362 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143228"
|
||||
},
|
||||
"Nebenbau":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Nebengeb\u00e4ude":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ne\u02d0bn\u0329ba\u028a\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143807"
|
||||
},
|
||||
"Nobody":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"jemand, der [noch] ein Niemand ist":[
|
||||
"was hat ein solcher Nobody in der Nationalmannschaft verloren?",
|
||||
"in knapp 60 Minuten hatte Nobody Roder den Titelverteidiger besiegt"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8n\u0254\u028a\u032fb\u0254di",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch nobody"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143827"
|
||||
},
|
||||
"Naumburger_Adjektiv_Naumburg":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144450"
|
||||
},
|
||||
"Naturapotheke":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"in der Natur vorkommende Heilmittel":[
|
||||
"Baldrian ist ein bew\u00e4hrtes Mittel aus der Naturapotheke"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144502"
|
||||
},
|
||||
"Nahversorgung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Versorgung der Bev\u00f6lkerung mit Waren und Dienstleistungen in kurzer Entfernung von der Wohnung, vom Wohnort":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144736"
|
||||
},
|
||||
"Nachfeier":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"nachtr\u00e4gliche Feier (a)":[],
|
||||
"zus\u00e4tzliche, zweite Feier (a) , die einige Zeit nach der eigentlichen Feier stattfindet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144911"
|
||||
},
|
||||
"Nebending":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"etwas Nebens\u00e4chliches, nicht sehr Wichtiges":[
|
||||
"sich nicht zu lange mit Nebendingen aufhalten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144927"
|
||||
},
|
||||
"Neuankoemmling":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"gerade erst Ankommende[r], Angekommene[r]":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145637"
|
||||
},
|
||||
"Nationalauswahl":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Auswahl der in einer Sportart besten Sportler[innen] eines Landes f\u00fcr internationale Wettk\u00e4mpfe; Nationalmannschaft":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145653"
|
||||
},
|
||||
"Normverbrauchsabgabe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"bei Kauf eines Kraftfahrzeugs anfallende Steuer, deren H\u00f6he nach dem Treibstoffverbrauch des Fahrzeugs berechnet wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145736"
|
||||
},
|
||||
"nachahmungswuerdig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nachahmenswert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"exemplarisch",
|
||||
"vorbildlich"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145846"
|
||||
},
|
||||
"Nahrungstrieb":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Trieb, Nahrung aufzunehmen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150055"
|
||||
},
|
||||
"North":{
|
||||
"type":"Substantiv ohne Artikel",
|
||||
"definitions":{
|
||||
"englische Bezeichnung f\u00fcr Norden":[]
|
||||
},
|
||||
"pronounciation":"n\u0254\u02d0\u03b8",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150219"
|
||||
},
|
||||
"noch_mal":{
|
||||
"type":"umgangssprachlich",
|
||||
"definitions":{
|
||||
"ein weiteres Mal, noch einmal":[
|
||||
"lass uns noch mal klingeln",
|
||||
"du solltest noch mal von vorn anfangen"
|
||||
],
|
||||
"dr\u00fcckt aus, dass ein Vorgang, Zustand unterbrochen, eine schon abgeschlossene Angelegenheit wieder aufgenommen wird":[
|
||||
"sie war schon im Flur, da kam sie noch mal zur\u00fcck"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"abermals",
|
||||
"erneut",
|
||||
"nochmals",
|
||||
"wieder"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150324"
|
||||
},
|
||||
"neppen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"durch \u00fcberh\u00f6hte Preisforderungen \u00fcbervorteilen":[
|
||||
"in dem Lokal wird man geneppt"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"betr\u00fcgen",
|
||||
"prellen",
|
||||
"\u00fcbervorteilen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"aus der Gaunersprache, Herkunft ungekl\u00e4rt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150742"
|
||||
},
|
||||
"na__nein":{
|
||||
"type":"Interjektion",
|
||||
"definitions":{
|
||||
"nein!":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151117"
|
||||
},
|
||||
"Niedrigloehnerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Besch\u00e4ftigte, die Niedriglohn erh\u00e4lt":[
|
||||
"diesen Job erledigen vor allem Niedrigl\u00f6hnerinnen",
|
||||
"die deutsche Niedrigl\u00f6hnerin galt fr\u00fcher zumeist als Zuverdienerin des Ehemannes",
|
||||
"sie war viele Jahre Niedrigl\u00f6hnerin"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151738"
|
||||
},
|
||||
"Naturheilkunde":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Heilkunde, die Therapien mit nat\u00fcrlichen Mitteln, [weitgehend] ohne pharmazeutische Arzneimittel vertritt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151758"
|
||||
},
|
||||
"neu_eroeffnet":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"gerade erst er\u00f6ffnet":[],
|
||||
"erneut er\u00f6ffnet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151851"
|
||||
},
|
||||
"Nockenscheibe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"mit einer oder mehreren Nocken versehene Scheibe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151854"
|
||||
},
|
||||
"Nobelherberge":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Nobelhotel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152109"
|
||||
},
|
||||
"Nationalbibliothek":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"staatlich unterhaltene Bibliothek, die das Schrifttum eines Staates sammelt":[]
|
||||
},
|
||||
"pronounciation":"natsi\u032fo\u02c8na\u02d0lbibliote\u02d0k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152357"
|
||||
},
|
||||
"Neogotik":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Stil der Kunst und Architektur des 19. Jahrhunderts, der an die Gotik ankn\u00fcpfte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152405"
|
||||
},
|
||||
"Nationalstaatsgedanke":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Idee (2) , dass die Bev\u00f6lkerung eines Staates ethnisch homogen sein sollte":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152734"
|
||||
},
|
||||
"Nachtdienst":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Dienst (1a) w\u00e4hrend der Nacht":[]
|
||||
},
|
||||
"pronounciation":"\u02c8naxtdi\u02d0nst",
|
||||
"synonyms":[
|
||||
"Bereitschaftsdienst",
|
||||
"Nachtwache",
|
||||
"Notdienst",
|
||||
"Rufbereitschaft"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153227"
|
||||
},
|
||||
"Nadelloch":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Nadel\u00f6hr":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153639"
|
||||
},
|
||||
"Nervenaerztin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Neurologin":[]
|
||||
},
|
||||
"pronounciation":"\u02c8n\u025brfn\u0329\u0294\u025b\u02d0\u0250\u032ftst\u026an",
|
||||
"synonyms":[
|
||||
"Psychiater",
|
||||
"Psychiaterin",
|
||||
"Seelenarzt",
|
||||
"Seelen\u00e4rztin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154008"
|
||||
},
|
||||
"Neuston":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesamtheit mikroskopisch kleiner Lebewesen auf dem Oberfl\u00e4chenh\u00e4utchen stehender Gew\u00e4sser (z. B. die sogenannten Wasserbl\u00fcten)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch; \u201edas Schwimmende\u201c"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154143"
|
||||
}
|
||||
}
|
@ -10108,5 +10108,383 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143654"
|
||||
},
|
||||
"Operationsfeld":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"(freigelegter) Bereich, in dem die Operation vorgenommen wird":[],
|
||||
"Bereich f\u00fcr bestimmte Operationen (2b)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143756"
|
||||
},
|
||||
"Oberliga":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Spielklasse in zahlreichen Sportarten":[],
|
||||
"h\u00f6chste Spielklasse [im Fu\u00dfball] in der DDR":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144609"
|
||||
},
|
||||
"Osning":{
|
||||
"type":"Substantiv, maskulin (Eigenname)",
|
||||
"definitions":{
|
||||
"mittlerer Teil des Teutoburger Waldes":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145350"
|
||||
},
|
||||
"Opportunistin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die sich aus N\u00fctzlichkeitserw\u00e4gungen schnell und bedenkenlos der jeweils gegebenen Lage anpasst":[],
|
||||
"Anh\u00e4ngerin, Vertreterin des Opportunismus (2)":[]
|
||||
},
|
||||
"pronounciation":"\u0254p\u0254rtu\u02c8n\u026ast\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"vgl.",
|
||||
"Opportunist",
|
||||
"franz\u00f6sisch opportuniste, zu: opportun,",
|
||||
"Opportunismus"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145712"
|
||||
},
|
||||
"Ofenroehre":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Backofen":[
|
||||
"in die Ofenr\u00f6hre gucken ( R\u00f6hre 3 )"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8o\u02d0fn\u0329r\u00f8\u02d0r\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"in die Ofenr\u00f6hre gucken ( R\u00f6hre 3 )"
|
||||
],
|
||||
"time_of_retrieval":"20220708-145837"
|
||||
},
|
||||
"Ombudsmann":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Mann, der die Rechte der B\u00fcrgerinnen und B\u00fcrger gegen\u00fcber den Beh\u00f6rden wahrnimmt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"schwedisch ombudsman, eigentlich = Treuh\u00e4nder"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150103"
|
||||
},
|
||||
"Ortsausgangsschild":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"am Ortsausgang stehendes Ortsschild":[
|
||||
"laut Ortsausgangsschild sind es noch sieben Kilometer",
|
||||
"Blitzer an Ortsausgangsschildern"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150423"
|
||||
},
|
||||
"outrieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"\u00fcbertreiben":[
|
||||
"eine outrierte Theatralik"
|
||||
]
|
||||
},
|
||||
"pronounciation":"u\u02c8tri\u02d0r\u0259n",
|
||||
"synonyms":[
|
||||
"aufbauschen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch outrer, zu: outre = \u00fcber \u2026 hinaus"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150630"
|
||||
},
|
||||
"Offizierin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die den Dienstgrad eines Offiziers (1a) innehat":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"vgl.",
|
||||
"Offizier",
|
||||
"franz\u00f6sisch officier < mittellateinisch officiarius = Beamter; Bediensteter, zu: officiare = ein Amt versehen, zu lateinisch officium,",
|
||||
"Offizium"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151011"
|
||||
},
|
||||
"Onlineausgabe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"im Internet ver\u00f6ffentlichte Ausgabe [einer Zeitung]":[
|
||||
"die Onlineausgabe des Blattes erreicht immer mehr Leser"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151053"
|
||||
},
|
||||
"Osternacht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Nacht zum Ostersonntag":[],
|
||||
"gottesdienstliche Feier in der Osternacht (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151453"
|
||||
},
|
||||
"Ombudsperson":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Ombudsfrau oder Ombudsmann":[
|
||||
"geeignete Ombudspersonen",
|
||||
"Ombudspersonen benennen, einsetzen",
|
||||
"sich an die neutrale Ombudsperson wenden"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151611"
|
||||
},
|
||||
"Officium":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"lateinische Form von Offizium":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151624"
|
||||
},
|
||||
"Optometrie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Messung der Sehweite mithilfe eines Optometers":[],
|
||||
"Pr\u00fcfung der optimalen Sehsch\u00e4rfe durch Vorsetzen von unterschiedlichen Linsen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"",
|
||||
"-metrie",
|
||||
""
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151906"
|
||||
},
|
||||
"Onlinebetruegerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die mithilfe des Internets andere auf kriminelle Weise t\u00e4uscht, hintergeht":[
|
||||
"eine mutma\u00dfliche Onlinebetr\u00fcgerin",
|
||||
"zwei Onlinebetr\u00fcgerinnen zu Haftstrafen verurteilen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151957"
|
||||
},
|
||||
"Oestrongruppe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gruppe der Follikelhormone":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch; deutsch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152022"
|
||||
},
|
||||
"Ortsverband":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"auf \u00f6rtlicher Ebene bestehende organisatorische Einheit einer Partei, eines Vereins o. \u00c4.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152114"
|
||||
},
|
||||
"oekologisieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"umweltgerecht[er] machen, \u00f6kologisch (3) gestalten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152402"
|
||||
},
|
||||
"Ostler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Bewohner Ostdeutschlands, der DDR":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152410"
|
||||
},
|
||||
"Oekonomierat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Ehrentitel f\u00fcr einen verdienten Landwirt":[],
|
||||
"Tr\u00e4ger dieses Titels":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152748"
|
||||
},
|
||||
"Ostkueste":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00f6stliche K\u00fcste":[
|
||||
"die Ostk\u00fcste Schottlands, des Mittelmeers"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152833"
|
||||
},
|
||||
"oligomer":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"eine geringere als die normale Gliederzahl aufweisend (von Bl\u00fctenkreisen)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152842"
|
||||
},
|
||||
"Ostfale":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Angeh\u00f6riger eines alts\u00e4chsischen Volksstammes":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152957"
|
||||
},
|
||||
"Osmose":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Hindurchdringen eines L\u00f6sungsmittels (z. B. Wasser) durch eine durchl\u00e4ssige, feinporige Scheidewand in eine gleichartige, aber st\u00e4rker konzentrierte L\u00f6sung":[
|
||||
"die Osmose in pflanzlichen Zellen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch \u014dsm\u00f3s = Sto\u00df, Schub"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153137"
|
||||
},
|
||||
"Offshore_Auftrag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Auftrag der USA (zur Lieferung an andere L\u00e4nder), der zwar von den Vereinigten Staaten finanziert, jedoch au\u00dferhalb der USA vergeben wird":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u0254f\u0283\u0254\u02d0\u0250\u032f\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch; deutsch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153322"
|
||||
},
|
||||
"Oberrat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"akademischer Oberrat":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153441"
|
||||
},
|
||||
"osmophor":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Geruchsempfindungen hervorrufend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153838"
|
||||
},
|
||||
"Operationsbericht":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Aufzeichnung des Arztes \u00fcber Art, Verlauf und erreichtes Ziel der von ihm durchgef\u00fchrten Operation (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154002"
|
||||
},
|
||||
"Ortsausfahrt":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Stra\u00dfe, die aus einem Ortsbereich hinausf\u00fchrt; Ausfallstra\u00dfe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154224"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -2159,5 +2159,29 @@
|
||||
"time_of_retrieval":"20220707-015549",
|
||||
"type":"schwaches Verb",
|
||||
"wendungen":[]
|
||||
},
|
||||
"Quadratfusz":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"der Fl\u00e4che eines Quadrats (1) mit der Seitenl\u00e4nge 1 Fu\u00df (4) entsprechende Ma\u00dfeinheit der Fl\u00e4che":[
|
||||
"10 Quadratfu\u00df"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144519"
|
||||
},
|
||||
"Qualitaetsbewusstsein":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"qualit\u00e4tsbewusste Einstellung":[]
|
||||
},
|
||||
"pronounciation":"kvali\u02c8t\u025b\u02d0tsb\u0259v\u028astza\u026a\u032fn",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144852"
|
||||
}
|
||||
}
|
69557
de_duden/queue
69557
de_duden/queue
File diff suppressed because it is too large
Load Diff
@ -36374,5 +36374,699 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143612"
|
||||
},
|
||||
"Ruecktrittsgesuch":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Gesuch [eines Ministers, einer Ministerin] um Bewilligung des R\u00fccktritts":[]
|
||||
},
|
||||
"pronounciation":"\u02c8r\u028fktr\u026ats\u0261\u0259zu\u02d0x",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144009"
|
||||
},
|
||||
"reffen_gierig_nehmen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"raffen (1, 2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch reffen, Nebenform von: raffen,",
|
||||
"raffen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144307"
|
||||
},
|
||||
"Raumfahrt":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Gesamtheit der wissenschaftlichen und technischen Bestrebungen des Menschen, mithilfe von Flugk\u00f6rpern in den Weltraum vorzudringen":[],
|
||||
"Raumflug":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144638"
|
||||
},
|
||||
"Rechnungskammer":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Kammer, die mit der Rechnungspr\u00fcfung (2) betraut ist":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144651"
|
||||
},
|
||||
"Rassenkampf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Kampf zwischen Rassen, ethnischen Gruppen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144834"
|
||||
},
|
||||
"Reisenecessaire":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Beutel, Tasche o. \u00c4. mit F\u00e4chern zum Unterbringen von Waschzeug und sonstigen Toilettenartikeln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145024"
|
||||
},
|
||||
"Raspelhaus":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Zuchthaus mit Arbeitszwang, in dem die H\u00e4ftlinge mit gro\u00dfen Raspeln (1) [Hart]holz bearbeiten m\u00fcssen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145043"
|
||||
},
|
||||
"Rueckschlagspiel":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Spiel aus Sicht des Spielers, der nicht den Aufschlag hat":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145128"
|
||||
},
|
||||
"Remplerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die rempelt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145158"
|
||||
},
|
||||
"Regietheater":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Theater, bei dem die Regie (1) im Sinne einer Interpretation der St\u00fccke durch den Regisseur ein gro\u00dfes Gewicht erh\u00e4lt":[]
|
||||
},
|
||||
"pronounciation":"re\u02c8\u0292i\u02d0tea\u02d0t\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145203"
|
||||
},
|
||||
"Roemernase":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Adlernase":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145227"
|
||||
},
|
||||
"Raumanzug":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Schutzanzug der Astronauten":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ra\u028a\u032fm\u0294antsu\u02d0k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145312"
|
||||
},
|
||||
"restringiert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"wenig differenziert":[
|
||||
"restringierter Kode ( Code 3 )"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145420"
|
||||
},
|
||||
"Releasecenter":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"zentrale (2) Einrichtung, in der Rauschgifts\u00fcchtige geheilt werden sollen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu englisch to release \u201ebefreien\u201c und",
|
||||
"Center"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145428"
|
||||
},
|
||||
"Rh_negativ":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"(im Blut) den Rhesusfaktor nicht aufweisend":[
|
||||
"eine Rh-negative Mutter"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8n\u025b\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145549"
|
||||
},
|
||||
"Reservekapital":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"R\u00fccklagen (1b)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"R\u00fccklage"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145730"
|
||||
},
|
||||
"Reisschnaps":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Reisbranntwein":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ra\u026a\u032fs\u0283naps",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150001"
|
||||
},
|
||||
"Rostow":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Name zweier St\u00e4dte in Russland":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8t\u0254f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150029"
|
||||
},
|
||||
"Rundruf":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Ruf (durch Telefon, Funk o. \u00c4.), der an alle innerhalb einer bestimmten Gruppe ergeht":[
|
||||
"eine Terminverschiebung durch einen telefonischen Rundruf bekannt machen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8r\u028antru\u02d0f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150158"
|
||||
},
|
||||
"reinschlingen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"hineinschlingen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150225"
|
||||
},
|
||||
"Ritzhaerte":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"bestimmte H\u00e4rte eines Stoffes, die durch Ritzen mit einem [Schneid]diamanten gepr\u00fcft wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150627"
|
||||
},
|
||||
"Reakt":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Antworthandlung auf Verhaltensweisen der Mitmenschen als Erwiderung, Ablehnung, Mitmachen o. \u00c4.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu lateinisch re- = wieder, zur\u00fcck und",
|
||||
"Akt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150638"
|
||||
},
|
||||
"Residualharn":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Restharn":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150640"
|
||||
},
|
||||
"Rezeptur":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Zubereitung von Arzneimitteln nach Rezept":[
|
||||
"Kenntnisse in der Rezeptur"
|
||||
],
|
||||
"Arbeitsraum in einer Apotheke zur Herstellung von Arzneimitteln":[],
|
||||
"Zusammensetzung eines Arznei-, Pflege-, Nahrungs-, Genussmittels o. \u00c4. nach bestimmter Anweisung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150722"
|
||||
},
|
||||
"Religionsausuebung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Aus\u00fcbung einer bestimmten Religion (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150829"
|
||||
},
|
||||
"Raenkeschmiedin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die R\u00e4nke schmiedet":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Intrigant",
|
||||
"Intrigantin",
|
||||
"Giftspritze",
|
||||
"Kabalist"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150934"
|
||||
},
|
||||
"Reorganisatorin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Neugestalterin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151017"
|
||||
},
|
||||
"Rosenkrieg":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"heftige, sich steigernde Auseinandersetzung bis zur Selbstzerfleischung in der Ehe; Ehekrieg":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach dem deutschen Titel des amerikanischen Spielfilms \u201eThe War of the Roses\u201c (1989), in dem ein Ehekrieg sich bis zum gegenseitigen Mord der Ehepartner steigert; vgl. die Bezeichnung \u201eRosenkriege\u201c (englisch the Wars of the Roses) f\u00fcr die Dynastenkriege 1455\u20131485 zwischen den beiden Plantagenet-Seitenlinien Lancaster (rote Rose im Wappen) und York (wei\u00dfe Rose) um die englische Krone"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151028"
|
||||
},
|
||||
"Rebekka":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"weiblicher Vorname":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151239"
|
||||
},
|
||||
"Realtime_Clock":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[in den Computer integrierte] Echtzeituhr":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ri\u02d0\u0259lta\u026a\u032fmkl\u0254k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151307"
|
||||
},
|
||||
"Rokokomalerei":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Malerei im Stil des Rokoko (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151451"
|
||||
},
|
||||
"risen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"veredeln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu niederdeutsch r\u012bs =",
|
||||
"2",
|
||||
"Reis"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151513"
|
||||
},
|
||||
"Rauchspeck":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"ger\u00e4ucherter Speck":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151659"
|
||||
},
|
||||
"Regenrohr":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Abflussrohr der Regenrinne":[]
|
||||
},
|
||||
"pronounciation":"\u02c8re\u02d0\u0261n\u0329ro\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151707"
|
||||
},
|
||||
"Revolutionsarchitektur":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Richtung der Baukunst in Frankreich in der Zeit vor der Franz\u00f6sischen Revolution mit der Tendenz, den Bau auf einfache geometrische Formen zu reduzieren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152133"
|
||||
},
|
||||
"Repetitorin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die Studierende [der juristischen Fakult\u00e4t] durch Wiederholung des Lehrstoffs auf das Examen vorbereitet":[],
|
||||
"Hilfslehrerin am Gymnasium":[],
|
||||
"Korrepetitorin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"vgl.",
|
||||
"Repetitor",
|
||||
"sp\u00e4tlateinisch repetitor = Wiederholer"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152522"
|
||||
},
|
||||
"repetatur":{
|
||||
"type":"\n \u2592 \u2591\u2591\u2591\u2591 \n",
|
||||
"definitions":{
|
||||
"soll erneuert werden (auf \u00e4rztlichen Rezepten)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152606"
|
||||
},
|
||||
"Rumaenisch":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"die rum\u00e4nische Sprache":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152743"
|
||||
},
|
||||
"Rucola_Salat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"als Salat gegessene Bl\u00e4tter der Rucola":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152756"
|
||||
},
|
||||
"Rosenmontagszug":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"am Rosenmontag stattfindender Karnevalsumzug":[]
|
||||
},
|
||||
"pronounciation":"ro\u02d0zn\u0329\u02c8mo\u02d0nta\u02d0kstsu\u02d0k",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152813"
|
||||
},
|
||||
"Ruestbaum":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"R\u00fcstbalken":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152853"
|
||||
},
|
||||
"Repraesentationsraum":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Raum, der Repr\u00e4sentationszwecken dient":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153036"
|
||||
},
|
||||
"Rentenbank":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"\u00f6ffentlich-rechtliches Kreditinstitut zur Pflege des Realkredits f\u00fcr landwirtschaftliche Siedlungen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8r\u025bntn\u0329ba\u014bk",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153219"
|
||||
},
|
||||
"Reisebegleiterin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die einen anderen [als Betreuer] auf einer Reise begleitet oder die zuf\u00e4llig das gleiche Reiseziel hat":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ra\u026a\u032fz\u0259b\u0259\u0261la\u026a\u032ft\u0259r\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153454"
|
||||
},
|
||||
"Rentenbeitrag":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Beitrag zur Rentenversicherung":[
|
||||
"steigende Rentenbeitr\u00e4ge"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153515"
|
||||
},
|
||||
"rankriegen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"an jemanden gro\u00dfe Anforderungen stellen; jemandem eine Arbeit o. \u00c4. \u00fcbertragen, bei der er sich sehr anstrengen muss":[],
|
||||
"jemanden zwingen, f\u00fcr etwas aufzukommen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153549"
|
||||
},
|
||||
"renovationsbeduerftig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"renovierungsbed\u00fcrftig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153606"
|
||||
},
|
||||
"Rauchopfer":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Brandopfer (1)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ra\u028a\u032fx\u0294\u0254pf\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153631"
|
||||
},
|
||||
"Raphia":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"vielgestaltige, oft baumf\u00f6rmige Palme mit langen fiederartigen Bl\u00e4ttern":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"madagassisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153650"
|
||||
},
|
||||
"Redakteurin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die f\u00fcr eine Zeitung oder Zeitschrift, f\u00fcr Rundfunk oder Fernsehen, f\u00fcr ein [wissenschaftliches] Sammelwerk o. \u00c4. Beitr\u00e4ge ausw\u00e4hlt, bearbeitet oder selbst schreibt (Berufsbezeichnung)":[
|
||||
"Redakteurin f\u00fcr Politik und Gesellschaft"
|
||||
]
|
||||
},
|
||||
"pronounciation":"redak\u02c8t\u00f8\u02d0r\u026an",
|
||||
"synonyms":[
|
||||
"Redaktor",
|
||||
"Redaktorin",
|
||||
"Schriftleiter"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153827"
|
||||
},
|
||||
"realsatirisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Realsatire betreffend, zu ihr geh\u00f6rend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153832"
|
||||
},
|
||||
"Reduzent":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"(in der Nahrungskette) Lebewesen (z. B. Bakterie, Pilz), das organische Stoffe wieder in anorganische \u00fcberf\u00fchrt, sie mineralisiert":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu lateinisch reducens (Genitiv: reducentis), 1. Partizip von: reducere,",
|
||||
"reduzieren"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153856"
|
||||
},
|
||||
"removieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"entfernen, absetzen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"entfernen",
|
||||
"streichen",
|
||||
"wegmachen",
|
||||
"wegschaffen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"lateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153908"
|
||||
},
|
||||
"Raubkopierer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die Raubkopien anfertigt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153921"
|
||||
},
|
||||
"Realisationswert":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Wert eines Gutes, der bei seinem Verkauf tats\u00e4chlich erzielt wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153936"
|
||||
},
|
||||
"Realpraesenz":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"wirkliche Gegenwart Christi in Brot und Wein beim Abendmahl":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154005"
|
||||
},
|
||||
"Reproduktionsverfahren":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"drucktechnisches Verfahren zur Wiedergabe von Druckvorlagen":[
|
||||
"mechanische Reproduktionsverfahren"
|
||||
]
|
||||
},
|
||||
"pronounciation":"reprod\u028ak\u02c8tsi\u032fo\u02d0nsf\u025b\u0250\u032ffa\u02d0r\u0259n",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154038"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,30 @@
|
||||
Dollbord
|
||||
Sozialreformismus
|
||||
Zusatzgeraet
|
||||
unbetraechtlich
|
||||
Atomkraft
|
||||
Flitz
|
||||
einmal
|
||||
Scheidegg
|
||||
Arbeitsnachfrage
|
||||
leidsam
|
||||
Endobiose
|
||||
zurueckrudern
|
||||
Agenda_21
|
||||
Ausfaellung
|
||||
Flattertier
|
||||
Brandsilber
|
||||
Staatssklave
|
||||
Taetzchen
|
||||
geostatisch
|
||||
Ebur
|
||||
Sanitaerin
|
||||
Packfilm
|
||||
Traegermaterial
|
||||
Strafkammer
|
||||
Tanja
|
||||
Vermietung
|
||||
professorenmaeszig
|
||||
verwurzeln
|
||||
Ebur
|
||||
Staatssklave
|
||||
Ausfaellung
|
||||
Sozialreformismus
|
||||
Basiszinssatz
|
||||
Agenda_21
|
||||
professorenmaeszig
|
||||
Dollbord
|
||||
Scheidegg
|
||||
geostatisch
|
||||
Strafkammer
|
||||
Flattertier
|
||||
Zusatzgeraet
|
||||
Atomkraft
|
||||
Brandsilber
|
||||
Endobiose
|
||||
Mittelalterfest
|
||||
Traegermaterial
|
||||
einmal
|
||||
Vermietung
|
||||
zurueckrudern
|
||||
Tanja
|
||||
Arbeitsnachfrage
|
||||
Flitz
|
||||
unbetraechtlich
|
@ -30282,5 +30282,637 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143559"
|
||||
},
|
||||
"Troedler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die [st\u00e4ndig] tr\u00f6delt (1a)":[],
|
||||
"m\u00e4nnliche Person, die mit Tr\u00f6del (1) handelt; Gebraucht-, Altwarenh\u00e4ndler":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Altwarenh\u00e4ndler",
|
||||
"Altwarenh\u00e4ndlerin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143750"
|
||||
},
|
||||
"Talkshow":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unterhaltungssendung, in der ein Gespr\u00e4chsleiter [bekannte] Personen durch Fragen zu \u00c4u\u00dferungen \u00fcber private, berufliche und allgemein interessierende Dinge anregt":[
|
||||
"eine Talkshow mit mehreren Teilnehmern",
|
||||
"eine Talkshow moderieren"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8t\u0254\u02d0k\u0283\u0254\u028a\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch talk show, aus: talk (",
|
||||
"Talk",
|
||||
") und show,",
|
||||
"Show"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143859"
|
||||
},
|
||||
"Tenesmus":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"andauernder schmerzhafter Stuhl- oder Harndrang":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143902"
|
||||
},
|
||||
"Teeglas":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Glas , aus dem man Tee trinkt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8te\u02d0\u0261la\u02d0s",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144047"
|
||||
},
|
||||
"textkritisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"mit den Methoden der Textkritik [erstellt]":[]
|
||||
},
|
||||
"pronounciation":"\u02c8t\u025bkstkri\u02d0t\u026a\u0283",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144052"
|
||||
},
|
||||
"tutti_quanti":{
|
||||
"type":"bildungssprachlich",
|
||||
"definitions":{
|
||||
"alle zusammen, ohne Ausnahme":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"allerseits",
|
||||
"zusammen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"italienisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144448"
|
||||
},
|
||||
"Teamplayer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die (insbesondere beim Sport oder der Arbeit) teamf\u00e4hig ist":[
|
||||
"die Rolle des Teamplayers ernst nehmen",
|
||||
"Einzelk\u00e4mpfer zu Teamplayern erziehen"
|
||||
],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ti\u02d0mpl\u025b\u026a\u032f\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch team player, aus team = Mannschaft, (Arbeits)gruppe und player = Spieler"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144505"
|
||||
},
|
||||
"triggern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"einen [Schalt]vorgang mittels eines Triggers ausl\u00f6sen":[
|
||||
"Musik triggert Erinnerungen"
|
||||
],
|
||||
"aktivieren":[],
|
||||
"ausl\u00f6sen, erzeugen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"ausl\u00f6sen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"englisch to trigger"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144741"
|
||||
},
|
||||
"twerken":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"im Stil des Twerk tanzen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8tw\u0153\u02d0\u0250\u032fkn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144849"
|
||||
},
|
||||
"Trittbrettfahrer":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die an Unternehmungen anderer Anteil hat, davon zu profitieren versucht, ohne selbst etwas daf\u00fcr zu tun":[
|
||||
"mehrere Trittbrettfahrer wollten aus der Entf\u00fchrung Kapital schlagen"
|
||||
],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145027"
|
||||
},
|
||||
"Territorialitaetsprinzip":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Grundsatz, nach dem bei Geltung und Anwendung des Rechts das Hoheitsgebiet eines Staates ausschlaggebend ist":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145037"
|
||||
},
|
||||
"totaliter":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"ganz und gar":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"ganz"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittellateinisch totaliter"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145058"
|
||||
},
|
||||
"Trauergottesdienst":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Gottesdienst anl\u00e4sslich des Todes eines oder mehrerer Menschen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8tra\u028a\u032f\u0250\u0261\u0254t\u0259sdi\u02d0nst",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145115"
|
||||
},
|
||||
"tantalathaltig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Tantalat enthaltend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145142"
|
||||
},
|
||||
"Tapetendruck":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"das Drucken von Tapeten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145706"
|
||||
},
|
||||
"Trichotomie_Pedanterie_Gewissenhaftigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Haarspalterei":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Haarspalterei",
|
||||
"Spitzfindigkeit",
|
||||
"Wortklauberei"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"griechisch-neulateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145733"
|
||||
},
|
||||
"Teehaus":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"kleinere Gastst\u00e4tte besonders mit Ausschank von Tee":[],
|
||||
"Fachgesch\u00e4ft f\u00fcr Tee":[],
|
||||
"asiatischer Pavillon f\u00fcr die Teezeremonie":[]
|
||||
},
|
||||
"pronounciation":"\u02c8te\u02d0ha\u028a\u032fs",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145851"
|
||||
},
|
||||
"traubenfoermig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"die Form einer Traube (1, 2a) aufweisend":[]
|
||||
},
|
||||
"pronounciation":"\u02c8tra\u028a\u032fbn\u0329f\u0153rm\u026a\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145939"
|
||||
},
|
||||
"Treibriegelverschluss":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Bask\u00fcle":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150411"
|
||||
},
|
||||
"Tagdieb":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Tagedieb":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ta\u02d0kdi\u02d0p",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150437"
|
||||
},
|
||||
"Tagespensum":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"an einem Tag zu erledigendes Pensum":[
|
||||
"ein gro\u00dfes Tagespensum",
|
||||
"sein Tagespensum erledigen, schaffen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150602"
|
||||
},
|
||||
"Tschapperl":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"tapsiger Mensch":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"Herkunft ungekl\u00e4rt"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150634"
|
||||
},
|
||||
"tausendein":{
|
||||
"type":"Zahlwort",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150850"
|
||||
},
|
||||
"taperig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"tatterig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"altersschwach",
|
||||
"gebrechlich",
|
||||
"klapprig",
|
||||
"schwach"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"zu",
|
||||
"tapern"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151005"
|
||||
},
|
||||
"Tuerke":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung":[
|
||||
"wir hatten Hunger und beschlossen, zum T\u00fcrken (umgangssprachlich; in ein t\u00fcrkisches Restaurant) zu gehen"
|
||||
],
|
||||
"Angeh\u00f6riger der t\u00fcrkischen Ethnie":[
|
||||
"ein grandioser T\u00fcrke"
|
||||
],
|
||||
"etwas, was dazu dient, etwas nicht Vorhandenes, einen nicht existierenden Sachverhalt vorzuspiegeln":[
|
||||
"einen T\u00fcrken bauen/stellen (umgangssprachlich veraltend, oft als diskriminierend empfunden: etwas in der Absicht, jemanden zu t\u00e4uschen, als wirklich, echt hinstellen)"
|
||||
],
|
||||
"wie eine dokumentarische Aufnahme pr\u00e4sentierte, in Wahrheit aber nachgestellte Aufnahme":[
|
||||
"die Szene war ein T\u00fcrke"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"einen T\u00fcrken bauen/stellen (umgangssprachlich veraltend, oft als diskriminierend empfunden: etwas in der Absicht, jemanden zu t\u00e4uschen, als wirklich, echt hinstellen)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-151112"
|
||||
},
|
||||
"Triton_Gott":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Meergott im Gefolge Poseidons":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151129"
|
||||
},
|
||||
"Taler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Silberm\u00fcnze in Deutschland bis in die Mitte des 18. Jahrhunderts":[],
|
||||
"Silberm\u00fcnze im Wert von drei Reichsmark":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Geldst\u00fcck"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"im 16. Jahrhundert gek\u00fcrzt aus \u201eJoachimstaler\u201c, nach St. Joachimsthal in B\u00f6hmen (heute J\u00e1chymov, Tschechische Republik)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151242"
|
||||
},
|
||||
"Tepp":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Depp":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Depp",
|
||||
"Dummkopf"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151521"
|
||||
},
|
||||
"Tatian":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"fr\u00fchchristlicher Schriftsteller":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151616"
|
||||
},
|
||||
"Teegeschirr":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"zum Tee (4) verwendetes Geschirr":[]
|
||||
},
|
||||
"pronounciation":"\u02c8te\u02d0\u0261\u0259\u0283\u026ar",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151627"
|
||||
},
|
||||
"Turmwaechter":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"W\u00e4chter auf einem Turm, der die Aufgabe hat, das Ausbrechen von Feuer, das Herannahen von Feinden o. \u00c4. zu melden":[]
|
||||
},
|
||||
"pronounciation":"\u02c8t\u028armv\u025b\u00e7t\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151713"
|
||||
},
|
||||
"Trading_up":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Verbesserung des Leistungsangebots eines Handelsunternehmens":[]
|
||||
},
|
||||
"pronounciation":"tr\u025b\u026a\u032fd\u026a\u014b\u02c8\u0294ap",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151801"
|
||||
},
|
||||
"Terzel":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnlicher Falke":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-mittellateinisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151903"
|
||||
},
|
||||
"Traktorist":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Traktorfahrer":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch-russisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151952"
|
||||
},
|
||||
"Tina":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"weiblicher Vorname":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152233"
|
||||
},
|
||||
"Tschuktsche":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Angeh\u00f6riger eines altsibirischen Volkes":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152444"
|
||||
},
|
||||
"Tuntenball":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"besonders f\u00fcr Tunten (2) veranstalteter Ball":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152740"
|
||||
},
|
||||
"Tageswertung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wertung an einem Tag eines mehrt\u00e4gigen Wettbewerbs":[
|
||||
"Platz f\u00fcnf in der Tageswertung",
|
||||
"sie wurde Vierte der Tageswertung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152745"
|
||||
},
|
||||
"Tabakschnupfen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"das Schnupfen von Schnupftabak":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152827"
|
||||
},
|
||||
"Tagesauszug":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Kontoauszug, der den jeweiligen Kontostand an einem bestimmten Tag angibt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152915"
|
||||
},
|
||||
"Teneriffa":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"eine der Kanarischen Inseln":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153104"
|
||||
},
|
||||
"Tritium":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"radioaktives Isotop des Wasserstoffs; \u00fcberschwerer Wasserstoff":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu griechisch tr\u00edtos = Dritter, nach der Massenzahl 3"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153352"
|
||||
},
|
||||
"Torgau":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Stadt an der Elbe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153701"
|
||||
},
|
||||
"Trypanosomiasis":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"vor allem durch Schlafsucht, nerv\u00f6se St\u00f6rungen und Auszehrung gekennzeichnete (von Tsetsefliegen \u00fcbertragene) tropische Infektionskrankheit, die ohne Therapie immer t\u00f6dlich verl\u00e4uft; Schlafkrankheit":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153709"
|
||||
},
|
||||
"Tithon":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"\u00dcbergang zwischen Jura und Kreide":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch-lateinisch-neulateinisch; nach dem unsterblichen Greis Tithonos in der griechischen Sage"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153747"
|
||||
},
|
||||
"Terylen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"synthetische Faser aus Polyester":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch terylene, Kunstwort"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154132"
|
||||
},
|
||||
"Trapper":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Pelztierj\u00e4ger in Nordamerika":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch trapper, eigentlich = Fallensteller, zu: trap,",
|
||||
"Trap"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154140"
|
||||
},
|
||||
"Talentlosigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Talentlossein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154211"
|
||||
}
|
||||
}
|
@ -34706,5 +34706,758 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143634"
|
||||
},
|
||||
"Unterstufe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"untere Klassen in Realschulen und Gymnasien":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143853"
|
||||
},
|
||||
"Umbrien":{
|
||||
"type":"Substantiv, Neutrum (Eigenname)",
|
||||
"definitions":{
|
||||
"Region in Mittelitalien":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143946"
|
||||
},
|
||||
"unterlegen_besiegt_ueberwaeltigt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"im Hinblick auf bestimmte F\u00e4higkeiten, Merkmale, St\u00e4rke, Zahl schw\u00e4cher, schlechter als andere":[
|
||||
"der k\u00f6rperlich unterlegene K\u00e4mpfer",
|
||||
"[dem Gegner] an Zahl unterlegen sein",
|
||||
"er ist ihr [geistig] unterlegen",
|
||||
"die alten Ger\u00e4te sind den neuen nat\u00fcrlich technisch unterlegen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"schw\u00e4cher"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144111"
|
||||
},
|
||||
"unhandlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"(aufgrund von Gr\u00f6\u00dfe, Form, Gewicht o. \u00c4.) nicht leicht, nicht bequem zu handhaben; unpraktisch":[
|
||||
"ein unhandlicher Staubsauger"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028anhantl\u026a\u00e7",
|
||||
"synonyms":[
|
||||
"ausladend",
|
||||
"klobig",
|
||||
"massig",
|
||||
"sperrig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144149"
|
||||
},
|
||||
"Unliebsamkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Unliebsamsein":[],
|
||||
"etwas Unliebsames":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Unbeliebtheit"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144549"
|
||||
},
|
||||
"Umweltalarm":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Alarm bei Unf\u00e4llen mit umweltgef\u00e4hrdenden Stoffen o. \u00c4.":[
|
||||
"Umweltalarm ausl\u00f6sen",
|
||||
"hier herrscht wegen der Waldbr\u00e4nde seit zwei Tagen Umweltalarm"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144551"
|
||||
},
|
||||
"ungueltig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht g\u00fcltig (a) ; verfallen":[
|
||||
"ung\u00fcltige Ausweispapiere",
|
||||
"der Fahrschein ist ung\u00fcltig",
|
||||
"bei der Wahl gab es viele ung\u00fcltige Stimmen",
|
||||
"eine Ehe f\u00fcr ung\u00fcltig erkl\u00e4ren (annullieren)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"unwirksam",
|
||||
"verfallen",
|
||||
"wertlos"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144557"
|
||||
},
|
||||
"Untaetchen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"kleiner Makel":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144749"
|
||||
},
|
||||
"ueberhoeren_ignorieren_verpassen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"aus Mangel an Aufmerksamkeit o. \u00c4. nicht h\u00f6ren (1b)":[
|
||||
"das Telefon, das Klingeln \u00fcberh\u00f6ren"
|
||||
],
|
||||
"auf eine \u00c4u\u00dferung o. \u00c4. absichtlich nicht reagieren, dar\u00fcber einfach hinweggehen":[
|
||||
"eine Anspielung, einen Vorwurf [geflissentlich] \u00fcberh\u00f6ren",
|
||||
"das m\u00f6chte ich [lieber] \u00fcberh\u00f6rt haben!"
|
||||
],
|
||||
"abh\u00f6ren (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"entgehen",
|
||||
"hinweggehen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch \u00fcberh\u0153ren = aufsagen lassen, lesen lassen, befragen; nicht h\u00f6ren; nicht befolgen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145021"
|
||||
},
|
||||
"unduldsam":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht duldsam; andere Haltungen, Meinungen o. \u00c4. nicht gelten lassend; intolerant":[
|
||||
"ein unduldsamer Mensch",
|
||||
"sich unduldsam zeigen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028and\u028altza\u02d0m",
|
||||
"synonyms":[
|
||||
"eigensinnig",
|
||||
"intolerant",
|
||||
"starr",
|
||||
"unerbittlich"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145040"
|
||||
},
|
||||
"Unternehmungslust":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"starke Neigung, etwas [zum eigenen Vergn\u00fcgen] zu unternehmen":[]
|
||||
},
|
||||
"pronounciation":"\u028ant\u0250\u02c8ne\u02d0m\u028a\u014bsl\u028ast",
|
||||
"synonyms":[
|
||||
"Aktivit\u00e4t",
|
||||
"Eifer",
|
||||
"Einsatz",
|
||||
"Energie"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145200"
|
||||
},
|
||||
"Ungustl":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"unsympathischer, missg\u00fcnstiger Mensch":[
|
||||
"der rassistische Ungustl von nebenan",
|
||||
"er ist ein ignoranter, kleinkarierter Ungustl"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145208"
|
||||
},
|
||||
"Unionspolitikerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Politikerin einer der beiden Unionsparteien":[]
|
||||
},
|
||||
"pronounciation":"u\u02c8ni\u032fo\u02d0nspoli\u02d0t\u026ak\u0259r\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145309"
|
||||
},
|
||||
"Urvolk":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Volk, aus dem andere V\u00f6lker hervorgegangen sind":[],
|
||||
"Urbev\u00f6lkerung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145317"
|
||||
},
|
||||
"ungeahndet":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht geahndet":[]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8\u0294a\u02d0n\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145400"
|
||||
},
|
||||
"Ueberleitung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das \u00dcberleiten":[
|
||||
"sie las mit frei gesprochenen \u00dcberleitungen eine Auswahl ihrer Gedichte vor"
|
||||
],
|
||||
"etwas, was der \u00dcberleitung (1) dient":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"\u00dcbergang"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145417"
|
||||
},
|
||||
"unheildrohend":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sehr bedrohlich":[
|
||||
"die unheildrohend ansteigende Flut"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"d\u00fcster",
|
||||
"schwarz",
|
||||
"unheilvoll",
|
||||
"unheimlich"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145615"
|
||||
},
|
||||
"Unglaublichkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Unglaublichsein":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028an\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145849"
|
||||
},
|
||||
"unstet":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"ruhelos, rastlos, nicht zur Ruhe kommend":[
|
||||
"ein unsteter Mensch",
|
||||
"ein unsteter (innere Unruhe ausdr\u00fcckender) Blick",
|
||||
"unstet umherirren"
|
||||
],
|
||||
"durch h\u00e4ufige Ver\u00e4nderungen gepr\u00e4gt; unbest\u00e4ndig":[
|
||||
"er hat ein unstetes Wesen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"bewegt",
|
||||
"fahrig",
|
||||
"flatterig",
|
||||
"hektisch"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch unst\u00e6te, althochdeutsch unst\u0101ti"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145904"
|
||||
},
|
||||
"Unternehmensbereich":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Bereich (b) eines Unternehmens (2)":[]
|
||||
},
|
||||
"pronounciation":"\u028ant\u0250\u02c8ne\u02d0m\u0259nsb\u0259ra\u026a\u032f\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145936"
|
||||
},
|
||||
"Unstraeflichkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Unstr\u00e4flichsein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145942"
|
||||
},
|
||||
"uebungshalber":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"zur \u00dcbung (1a)":[
|
||||
"\u00fcbungshalber die Handschrift nachahmen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150135"
|
||||
},
|
||||
"Utgard":{
|
||||
"type":"Substantiv, maskulin (Eigenname)",
|
||||
"definitions":{
|
||||
"Reich der D\u00e4monen und Riesen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150326"
|
||||
},
|
||||
"Unterspannung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"zu niedrige Spannung in einem elektrischen Ger\u00e4t":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028ant\u0250\u0283pan\u028a\u014b",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150335"
|
||||
},
|
||||
"Umweltsenatorin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"f\u00fcr Umweltfragen zust\u00e4ndige Senatorin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150510"
|
||||
},
|
||||
"Unterhaltungsroman":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Roman, der (meist ohne besonderen literarischen Anspruch) unterhaltend ist":[]
|
||||
},
|
||||
"pronounciation":"\u028ant\u0250\u02c8halt\u028a\u014bsroma\u02d0n",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150536"
|
||||
},
|
||||
"unbeschrien":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"unbemerkt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"eigentlich = ohne, dass jemand schreit, ruft"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150554"
|
||||
},
|
||||
"Unkenart":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150918"
|
||||
},
|
||||
"Unlauterkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Unlautersein":[],
|
||||
"etwas Unlauteres":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151109"
|
||||
},
|
||||
"uebersetzt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"\u00fcberh\u00f6ht":[
|
||||
"\u00fcbersetzte Preise, Geb\u00fchren"
|
||||
],
|
||||
"zu viel von etwas aufweisend; \u00fcberlastet":[
|
||||
"der Markt ist \u00fcbersetzt"
|
||||
],
|
||||
"durch eine bestimmte \u00dcbersetzung (2) gekennzeichnet":[
|
||||
"das Motorrad war nicht gut \u00fcbersetzt"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"\u00fcberh\u00f6ht",
|
||||
"\u00fcbertrieben",
|
||||
"ungeb\u00fchrlich",
|
||||
"unverh\u00e4ltnism\u00e4\u00dfig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151233"
|
||||
},
|
||||
"urkundlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"durch, mit Urkunden [belegt]; dokumentarisch (1)":[
|
||||
"ein urkundlicher Nachweis",
|
||||
"diese Schenkung ist urkundlich [bezeugt]"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"amtlich",
|
||||
"belegt",
|
||||
"dokumentarisch"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151343"
|
||||
},
|
||||
"UNO_Waffeninspekteur":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"UN-Waffeninspekteur":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151414"
|
||||
},
|
||||
"Unterstimme":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"tiefste Stimme eines mehrstimmigen musikalischen Satzes":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028ant\u0250\u0283t\u026am\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151510"
|
||||
},
|
||||
"Ungueltigkeitserklaerung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Erkl\u00e4rung (2) der Ung\u00fcltigkeit":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Aufhebung",
|
||||
"Negation"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151549"
|
||||
},
|
||||
"umtreten":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"durch einen oder mehrere Tritte zu Fall bringen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151749"
|
||||
},
|
||||
"u__W_":{
|
||||
"type":"Abk\u00fcrzung",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152228"
|
||||
},
|
||||
"ungestoert":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"durch nichts, niemanden gest\u00f6rt; ohne Unterbrechung":[
|
||||
"eine ungest\u00f6rte Entwicklung",
|
||||
"hier war er ungest\u00f6rt",
|
||||
"dort kann man ungest\u00f6rt arbeiten"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"grenzenlos",
|
||||
"ideal",
|
||||
"rein"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152433"
|
||||
},
|
||||
"Urli_Urgroszmutter":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Urgro\u00dfmutter":[
|
||||
"den Geburtstag der Urli feiern",
|
||||
"lebt eure Urli noch?"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152751"
|
||||
},
|
||||
"Ueberbesteuerung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"zu hohe Besteuerung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152801"
|
||||
},
|
||||
"ungestillt":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht (durch Erlangen des Ersehnten, Erw\u00fcnschten) befriedigt":[
|
||||
"ungestillte Neugier, Sehnsucht"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153008"
|
||||
},
|
||||
"Unfallzeugin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Zeugin eines Unfalls":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028anfalts\u0254\u026a\u032f\u0261\u026an",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153011"
|
||||
},
|
||||
"UV_B_Strahlen":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"kurzwellige ultraviolette Strahlen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153027"
|
||||
},
|
||||
"Untersachen":{
|
||||
"type":"Pluralwort",
|
||||
"definitions":{
|
||||
"Unterkleidung, Unterw\u00e4sche":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Unterw\u00e4sche"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153030"
|
||||
},
|
||||
"unueberhoerbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht zu \u00fcberh\u00f6ren":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028an\u2026",
|
||||
"synonyms":[
|
||||
"ger\u00e4uschvoll",
|
||||
"h\u00f6rbar",
|
||||
"laut"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153114"
|
||||
},
|
||||
"ueberfangen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"mit einem \u00dcberfang versehen":[
|
||||
"die Vase ist blau \u00fcberfangen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153206"
|
||||
},
|
||||
"unterscheidbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich von einer anderen Person oder Sache unterscheiden lassend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"klar",
|
||||
"deutlich",
|
||||
"fassbar"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153252"
|
||||
},
|
||||
"unkompetent":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"inkompetent (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153257"
|
||||
},
|
||||
"uebersetzbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich in eine andere Sprache \u00fcbersetzen lassend":[
|
||||
"dieses Wortspiel ist nicht \u00fcbersetzbar"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153354"
|
||||
},
|
||||
"unbestimmbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich nicht genau bestimmen (3) lassend":[
|
||||
"eine unbestimmbare Pflanze",
|
||||
"eine Frau unbestimmbaren Alters"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u2026\u02c8\u0283t\u026am\u2026",
|
||||
"synonyms":[
|
||||
"unbestimmt",
|
||||
"undeutlich",
|
||||
"ungewiss"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153541"
|
||||
},
|
||||
"Unterleder":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Leder der inneren und \u00e4u\u00dferen Sohle eines Schuhs":[]
|
||||
},
|
||||
"pronounciation":"\u02c8\u028ant\u0250le\u02d0d\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153814"
|
||||
},
|
||||
"ueberschieszen_darueberschieszen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"\u00fcber etwas hinwegschie\u00dfen":[
|
||||
"ein Wild \u00fcberschie\u00dfen"
|
||||
],
|
||||
"in einem bestimmten Gebiet mehr schie\u00dfen (1k) , als der Wildbestand vertr\u00e4gt oder als vorgesehen war":[
|
||||
"das Revier ist \u00fcberschossen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154011"
|
||||
},
|
||||
"umstechen_umgraben":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"umgraben":[
|
||||
"ein Beet umstechen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"umgraben",
|
||||
"aufgraben",
|
||||
"auflockern",
|
||||
"umbrechen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154019"
|
||||
},
|
||||
"uebrig_lassen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"als Rest lassen; nicht aufbrauchen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"aufheben",
|
||||
"er\u00fcbrigen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154022"
|
||||
},
|
||||
"ungetauft":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht getauft; ohne Taufe":[
|
||||
"ungetaufte Kinder"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154121"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -30144,5 +30144,838 @@
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143621"
|
||||
},
|
||||
"Wohlfahrtsempfaengerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die durch das Wohlfahrtsamt unterst\u00fctzt wird; Sozialhilfeempf\u00e4ngerin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143721"
|
||||
},
|
||||
"wegkriegen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"wegbringen (3a)":[
|
||||
"einen Fleck wegkriegen",
|
||||
"ich habe die Erk\u00e4ltung mit Hausmitteln weggekriegt"
|
||||
],
|
||||
"wegbringen (3b)":[
|
||||
"den Schrank, einen Stein nicht wegkriegen"
|
||||
],
|
||||
"fortbringen (2)":[
|
||||
"sie hatte schnell weggekriegt, was die beiden vorhatten"
|
||||
],
|
||||
"sich etwas (Unangenehmes, Schlimmes) zuziehen; abkriegen (2)":[],
|
||||
"begreifen, erfassen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"begreifen",
|
||||
"checken",
|
||||
"durchblicken",
|
||||
"durchsehen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143821"
|
||||
},
|
||||
"Weltraumwaffe":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"im Weltraum stationierte, im Weltraum wirkende Waffe":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u025bltra\u028a\u032fmvaf\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144006"
|
||||
},
|
||||
"Warp_Anker":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"kleinerer Anker zum Verholen eines Schiffes":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelniederdeutsch warp, zu: werpen = werfen"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144136"
|
||||
},
|
||||
"woertlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"dem [Original]text genau entsprechend":[
|
||||
"eine w\u00f6rtliche \u00dcbersetzung",
|
||||
"die w\u00f6rtliche Rede",
|
||||
"etwas w\u00f6rtlich wiederholen, anf\u00fchren, zitieren",
|
||||
"carpe diem hei\u00dft w\u00f6rtlich \u201epfl\u00fccke den Tag\u201c",
|
||||
"das hat sie w\u00f6rtlich gesagt"
|
||||
],
|
||||
"die eigentliche Bedeutung eines Wortes beinhaltend":[
|
||||
"du darfst nicht alles so w\u00f6rtlich nehmen"
|
||||
],
|
||||
"durch Worte (1) erfolgend, verbal (1)":[
|
||||
"eine w\u00f6rtliche Beleidigung"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"buchstabengetreu",
|
||||
"buchst\u00e4blich"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch wortlich, althochdeutsch wortl\u012bcho (Adverb)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144223"
|
||||
},
|
||||
"Wuestenstaat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"zum Gro\u00dfteil aus W\u00fcste bestehender Staat":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144231"
|
||||
},
|
||||
"weiterreiten":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"das Reiten fortsetzen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u026a\u032ft\u0250ra\u026a\u032ftn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144254"
|
||||
},
|
||||
"Woopie":{
|
||||
"type":"Substantiv, maskulin, oder Substantiv, feminin",
|
||||
"definitions":{
|
||||
"wohlhabender \u00e4lterer Mensch":[]
|
||||
},
|
||||
"pronounciation":"\u02c8vu\u02d0pi",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"englisch; Kurzwort aus",
|
||||
"w",
|
||||
"ell-",
|
||||
"o",
|
||||
"ff",
|
||||
"o",
|
||||
"lder",
|
||||
"p",
|
||||
"erson \u201ewohlhabende \u00e4ltere Person\u201c"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144352"
|
||||
},
|
||||
"Westdeutscher":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die in Westdeutschland lebt oder aus Westdeutschland stammt":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144459"
|
||||
},
|
||||
"Webdesigner":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Designer, der Websites grafisch gestaltet":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8w\u025bb\u2026",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144522"
|
||||
},
|
||||
"Wallwurz":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Beinwell":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144621"
|
||||
},
|
||||
"Wellblechhose":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Manchester-, Kordhose":[],
|
||||
"zu lange Hose mit Querfalten":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144831"
|
||||
},
|
||||
"Wiederhoeren":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"erneutes H\u00f6ren":[
|
||||
"klassische Jazzaufnahmen zum Wiederh\u00f6ren auf CD"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[
|
||||
"[auf] Wiederh\u00f6ren! (Abschiedsformel beim Telefonieren, im H\u00f6rfunk)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-144841"
|
||||
},
|
||||
"Weltraumteleskop":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"im Weltraum auf einer Erdumlaufbahn stationiertes Teleskop":[
|
||||
"das Weltraumteleskop Hubble"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144903"
|
||||
},
|
||||
"Widerhall":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Laut, Ton, Hall, der auf eine Wand o. \u00c4. aufgetroffen ist und zur\u00fcckgeworfen wird; Echo":[
|
||||
"der Widerhall des Donners, der Orgelmusik",
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a der Widerhall (die Resonanz) auf ihre Schriften kam aus ganz Europa"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8vi\u02d0d\u0250hal",
|
||||
"synonyms":[
|
||||
"Echo",
|
||||
"Hall",
|
||||
"Widerklang"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"sp\u00e4tmittelhochdeutsch widerhal"
|
||||
],
|
||||
"wendungen":[
|
||||
"Widerhall finden (mit Interesse, Zustimmung aufgenommen werden)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-145007"
|
||||
},
|
||||
"Wandsbecker_Bote":{
|
||||
"type":"Eigenname",
|
||||
"definitions":{
|
||||
"ehemalige Zeitung; mit alter Schreibung des Ortsnamens":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145123"
|
||||
},
|
||||
"Widerhaken":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Haken, dessen Ende in der Art einer Speerspitze mit zur\u00fccklaufendem Teil gestaltet ist, der das Zur\u00fcck-, Herausziehen aus etwas unm\u00f6glich macht":[]
|
||||
},
|
||||
"pronounciation":"\u02c8vi\u02d0d\u0250ha\u02d0kn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch widerh\u0101ke"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145136"
|
||||
},
|
||||
"Warenbeleihung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Beleihung von Waren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145256"
|
||||
},
|
||||
"Wortklasse":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Wortart":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u0254rtklas\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145323"
|
||||
},
|
||||
"Wutgeheul":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"w\u00fctendes Heulen (1a)":[
|
||||
"in Wutgeheul ausbrechen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145648"
|
||||
},
|
||||
"Warenzeichen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Markenzeichen":[
|
||||
"ein eingetragenes Warenzeichen"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u02d0r\u0259ntsa\u026a\u032f\u00e7n\u0329",
|
||||
"synonyms":[
|
||||
"Fabrikmarke",
|
||||
"Firmenzeichen",
|
||||
"Handelsmarke",
|
||||
"Logo"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145658"
|
||||
},
|
||||
"Weber_Handwerker":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die webt, die eine Webmaschine bedient":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch web\u00e6re, althochdeutsch weberi"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145807"
|
||||
},
|
||||
"Waidspruch":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"alte Redensart der J\u00e4ger":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145840"
|
||||
},
|
||||
"Wahnsinns_":{
|
||||
"type":"Pr\u00e4fix",
|
||||
"definitions":{
|
||||
"dr\u00fcckt in Bildungen mit Substantiven aus, dass jemand oder etwas Begeisterung ausl\u00f6st, gro\u00dfartig gefunden wird":[
|
||||
"Wahnsinnsfrau, Wahnsinnsmusik, Wahnsinnsshow, Wahnsinnsstimme"
|
||||
],
|
||||
"dr\u00fcckt in Bildungen mit Substantiven aus, dass etwas als in hohem Ma\u00dfe unvern\u00fcnftig, unangemessen und deshalb ganz und gar unakzeptabel angesehen wird":[
|
||||
"Wahnsinnsprojekt, Wahnsinnsidee, Wahnsinnspreis"
|
||||
],
|
||||
"dr\u00fcckt in Bildungen mit Substantiven aus, dass etwas [in unangenehmer Weise] besonders intensiv ist":[
|
||||
"Wahnsinnshitze, Wahnsinnstempo"
|
||||
]
|
||||
},
|
||||
"pronounciation":"va\u02d0nz\u026ans",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150058"
|
||||
},
|
||||
"Wappenspruch":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Sinnspruch auf einem Wappen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150241"
|
||||
},
|
||||
"Wahlkommission":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[unabh\u00e4ngige, neutrale] Kommission (1a) , die die Informationen von Wahlbeobachtern und Wahlbeobachterinnen sammelt, um zu kontrollieren, ob eine Wahl (2a) g\u00fcltig ist":[
|
||||
"um Wahlf\u00e4lschungen zu verhindern, wurde eine Wahlkommission aus UN-Vertretern und Einheimischen gebildet"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150400"
|
||||
},
|
||||
"Wohnungsbauprogramm":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"staatliches Programm zur F\u00f6rderung des Wohnungsbaus":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150420"
|
||||
},
|
||||
"Wardein":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"M\u00fcnzpr\u00fcfer":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"germanisch-mittellateinisch-franz\u00f6sisch-niederl\u00e4ndisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150540"
|
||||
},
|
||||
"wuselig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"eine wuselnde Art habend":[
|
||||
"ein wuseliger Funktion\u00e4r"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"quirlig",
|
||||
"unruhig",
|
||||
"unstet"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150648"
|
||||
},
|
||||
"Wuenschelrutengeherin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"W\u00fcnschelruteng\u00e4ngerin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150802"
|
||||
},
|
||||
"Warpschifffahrt":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Schifffahrt mit Schiffen, die durch Warpen (1) bewegt werden":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150848"
|
||||
},
|
||||
"Weltagentur":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Agentur (2) , die Nachrichten mit eigenen Korrespondenten in (nahezu) allen L\u00e4ndern der Erde sammelt und in mehreren Sprachen verbreitet":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u025blt\u0294a\u0261\u025bntu\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150926"
|
||||
},
|
||||
"weinselig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"(nach dem Genuss von Wein) rauschhaft gl\u00fccklich, beschwingt":[
|
||||
"weinselige Zecher"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u026a\u032fnze\u02d0l\u026a\u00e7",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151039"
|
||||
},
|
||||
"Walkerde":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"beim Walken (1) verwendeter Ton":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151131"
|
||||
},
|
||||
"weiten":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"(besonders Schuhe) weiter machen":[
|
||||
"Schuhe weiten lassen",
|
||||
"\u2329in \u00fcbertragener Bedeutung:\u232a das viele Reisen hat ihm den Horizont geweitet"
|
||||
],
|
||||
"weiter werden, sich dehnen":[
|
||||
"die Schuhe weiten sich noch",
|
||||
"die Pupillen weiten sich im Dunkeln"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u026a\u032ftn\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch, althochdeutsch w\u012bten"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151134"
|
||||
},
|
||||
"Wissenschaftsminister":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"f\u00fcr Wissenschaft und Forschung zust\u00e4ndiger Minister":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151137"
|
||||
},
|
||||
"Weinseligkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weinseliger Zustand":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151431"
|
||||
},
|
||||
"Wagehalsigkeit":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Waghalsigsein":[],
|
||||
"waghalsige Handlung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151609"
|
||||
},
|
||||
"Wellblechdach":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Dach aus Wellblech":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151630"
|
||||
},
|
||||
"walisisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"Wales, die Waliser betreffend; von den Walisern stammend, zu ihnen geh\u00f6rend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151641"
|
||||
},
|
||||
"Wirtschaftsrat":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"aus Vertretern von Arbeitnehmern und Arbeitgebern bestehendes Gremium mit beratender Funktion gegen\u00fcber dem Parlament, der Regierung":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u026art\u0283aftsra\u02d0t",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151746"
|
||||
},
|
||||
"wegschaffen":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"fortschaffen, beseitigen":[
|
||||
"den M\u00fcll, belastendes Material, die Leiche wegschaffen"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"abtransportieren",
|
||||
"beiseitelegen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151821"
|
||||
},
|
||||
"weltbuergerlich":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"kosmopolitisch":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u025bltb\u028fr\u0261\u0250l\u026a\u00e7",
|
||||
"synonyms":[
|
||||
"kosmopolitisch"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151937"
|
||||
},
|
||||
"Wagenrad":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Rad eines [Pferde]wagens":[]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u02d0\u0261n\u0329ra\u02d0t",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152215"
|
||||
},
|
||||
"Wochenpflegerin":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die f\u00fcr die Pflege von Mutter und Kind in den ersten Wochen nach der Geburt verantwortlich ist (Berufsbezeichnung)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152247"
|
||||
},
|
||||
"Widmungsexemplar":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Buch mit einer Widmung des Autors/der Autorin":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152301"
|
||||
},
|
||||
"Weihnachtsplaetzchen":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"zu Weihnachten hergestelltes Pl\u00e4tzchen (2)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152344"
|
||||
},
|
||||
"Wahlbetrug":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Wahlf\u00e4lschung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152514"
|
||||
},
|
||||
"Wunschdenken":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Annahme, dass sich etwas in einer bestimmten Weise verh\u00e4lt, was aber nicht der Realit\u00e4t entspricht, sondern nur dem Wunsch, dass es so sein m\u00f6ge":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u028an\u0283d\u025b\u014bkn\u0329",
|
||||
"synonyms":[
|
||||
"Illusion",
|
||||
"Traum"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152644"
|
||||
},
|
||||
"Widerpart":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Widersacher; Gegner":[
|
||||
"jemandem Widerpart bieten/geben (jemandem Widerstand leisten)"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Antagonist",
|
||||
"Feindin",
|
||||
"Gegenspieler"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch widerpart(e)"
|
||||
],
|
||||
"wendungen":[
|
||||
"jemandem Widerpart bieten/geben (jemandem Widerstand leisten)"
|
||||
],
|
||||
"time_of_retrieval":"20220708-152753"
|
||||
},
|
||||
"weglassbar":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich weglassen (2) lassend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152850"
|
||||
},
|
||||
"Weltranglistenzweite":{
|
||||
"type":"substantiviertes Adjektiv, feminin",
|
||||
"definitions":{
|
||||
"weibliche Person, die in einer Weltrangliste den zweiten Platz einnimmt":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152924"
|
||||
},
|
||||
"Widerwort":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"ein gegen etwas gerichtetes Wort; Widerspruch":[
|
||||
"keine Widerworte!"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Aber",
|
||||
"Einspruch",
|
||||
"Einwand",
|
||||
"Einwendung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152940"
|
||||
},
|
||||
"Wahldebakel":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"schwere Wahlniederlage":[]
|
||||
},
|
||||
"pronounciation":"\u02c8va\u02d0ldeba\u02d0kl\u0329",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153143"
|
||||
},
|
||||
"wahnkantig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"waldkantig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153222"
|
||||
},
|
||||
"Wuestenritt":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Ritt durch eine W\u00fcste (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153403"
|
||||
},
|
||||
"weltabgeschieden":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"von der Welt und ihrem Getriebe abgeschieden, weit entfernt":[
|
||||
"ein weltabgeschiedenes Dorf"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"abgeschlossen",
|
||||
"mutterseelenallein",
|
||||
"vereinsamt",
|
||||
"zur\u00fcckgezogen"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153452"
|
||||
},
|
||||
"Warmwasserheizung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"[Zentral]heizung, bei der die W\u00e4rme von zirkulierendem Wasser transportiert wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153529"
|
||||
},
|
||||
"Wiek_Handelsplatz":{
|
||||
"type":"Substantiv, maskulin, oder Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"(vom 7. bis 9. Jahrhundert) Handels- und Umschlagplatz":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch vicus = Dorf; Geh\u00f6ft"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153617"
|
||||
},
|
||||
"Wiener_Einwohner_Wien":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Einwohnerbezeichnung":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153933"
|
||||
},
|
||||
"Wildtier":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"wild lebendes Tier":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u026altti\u02d0\u0250\u032f",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154013"
|
||||
},
|
||||
"Wirtschaftsliberaler":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"m\u00e4nnliche Person, die wirtschaftsliberale Auffassungen vertritt":[
|
||||
"beide Parteien konkurrieren um W\u00e4hler, die sich als Wirtschaftsliberale verstehen",
|
||||
"er betrachtet sich als Wirtschaftsliberaler, seltener als Wirtschaftsliberalen"
|
||||
],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":"\u02c8v\u026art\u0283aftslibera\u02d0l\u0250",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-154035"
|
||||
}
|
||||
}
|
@ -61,5 +61,24 @@
|
||||
"time_of_retrieval":"20220708-115645",
|
||||
"type":"Adjektiv",
|
||||
"wendungen":[]
|
||||
},
|
||||
"Xetra":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"vollelektronisches Handelssystem f\u00fcr alle an der Frankfurter Wertpapierb\u00f6rse notierten Wertpapiere des Kassamarktes":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"Abk\u00fcrzung; englisch e",
|
||||
"x",
|
||||
"change",
|
||||
"e",
|
||||
"lectronic",
|
||||
"tra",
|
||||
"ding = elektronischer Wertpapierhandel"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152220"
|
||||
}
|
||||
}
|
@ -22796,5 +22796,482 @@
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143607"
|
||||
},
|
||||
"Zukunftsperspektive":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Perspektive (3a)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8tsu\u02d0k\u028anftsp\u025brsp\u025bkti\u02d0v\u0259",
|
||||
"synonyms":[
|
||||
"Zukunft",
|
||||
"Aussicht",
|
||||
"Chance",
|
||||
"Hoffnung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143710"
|
||||
},
|
||||
"Zilie":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"feines Haar (z. B. Augenwimper)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"lateinisch cilium = Augenlid, Wimper"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-143833"
|
||||
},
|
||||
"Zymologe":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Chemiker auf dem Gebiet der Zymologie":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"\u2191",
|
||||
"-loge"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144020"
|
||||
},
|
||||
"Ziehmesser":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Ziehklinge":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144036"
|
||||
},
|
||||
"Zinsspanne":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Unterschied zwischen den f\u00fcr Kredite zu zahlenden Zinsen (1) und denen, die jemand f\u00fcr Einlagen (8a) erh\u00e4lt":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ts\u026ans\u0283pan\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144055"
|
||||
},
|
||||
"zementieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"mit Zement (1) , Beton versehen und dadurch einen festen Untergrund f\u00fcr etwas schaffen":[
|
||||
"einen Weg, den Boden zementieren"
|
||||
],
|
||||
"(etwas h\u00e4ufig als negativ Betrachtetes) festigen, unverr\u00fcckbar und endg\u00fcltig machen":[
|
||||
"die bestehenden [politischen] Verh\u00e4ltnisse, seine Macht zementieren"
|
||||
],
|
||||
"durch Gl\u00fchen unter Zusatz von Kohlenstoff h\u00e4rten; aufkohlen":[
|
||||
"Stahl zementieren"
|
||||
]
|
||||
},
|
||||
"pronounciation":"tsem\u025bn\u02c8ti\u02d0r\u0259n",
|
||||
"synonyms":[
|
||||
"bekr\u00e4ftigen",
|
||||
"best\u00e4rken",
|
||||
"erh\u00e4rten",
|
||||
"festigen"
|
||||
],
|
||||
"history_and_etymology":[
|
||||
"\u00e4lter auch zimentieren"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144146"
|
||||
},
|
||||
"Zykas":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Palmfarn":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"griechisch"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144312"
|
||||
},
|
||||
"zusammenliegen":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"sich nebeneinander befinden":[
|
||||
"zusammenliegende Zimmer"
|
||||
],
|
||||
"in einem gemeinsamen Raum, Zimmer untergebracht sein":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144711"
|
||||
},
|
||||
"Zinspflicht":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"(im Mittelalter) Pflicht des Zinsbauern, an den Zinsherrn Grundzins zu entrichten":[],
|
||||
"Pflicht, f\u00fcr etwas Zinsen zu zahlen":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ts\u026anspfl\u026a\u00e7t",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144744"
|
||||
},
|
||||
"Ziviler":{
|
||||
"type":"substantiviertes Adjektiv, maskulin",
|
||||
"definitions":{
|
||||
"Polizeibeamter in Zivil":[],
|
||||
"In bestimmten Situationen wird die maskuline Form (z. B. Arzt , Mieter , B\u00e4cker ) gebraucht, um damit Personen aller Geschlechter zu bezeichnen. Bei dieser Verwendung ist aber sprachlich nicht immer eindeutig, ob nur m\u00e4nnliche Personen gemeint sind oder auch andere. Deswegen wird seit einiger Zeit \u00fcber sprachliche Alternativen diskutiert.":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144757"
|
||||
},
|
||||
"Zusatzausbildung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"zus\u00e4tzlich zu einer abgeschlossenen Ausbildung absolvierte Ausbildung":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-144900"
|
||||
},
|
||||
"zurueckbuchstabieren":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"zur\u00fcckstecken (3)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"zur\u00fcckstecken"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145002"
|
||||
},
|
||||
"Zaehlung":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"das Z\u00e4hlen; das Gez\u00e4hltwerden":[
|
||||
"eine Z\u00e4hlung durchf\u00fchren"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Wertung",
|
||||
"Begutachtung",
|
||||
"Benotung",
|
||||
"Beurteilung"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145013"
|
||||
},
|
||||
"Zauberland":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"Land, in dem Zauberkr\u00e4fte wirksam sind":[
|
||||
"die Fee entf\u00fchrte ihn in ein Zauberland"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8tsa\u028a\u032fb\u0250lant",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145236"
|
||||
},
|
||||
"Zeitwende":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Anfang der christlichen Zeitrechnung":[
|
||||
"vor, nach, seit der Zeitwende"
|
||||
],
|
||||
"Zeitenwende (1)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145345"
|
||||
},
|
||||
"Zuverdienstgrenze":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"H\u00f6chstbetrag f\u00fcr steuerfreie Nebeneinkommen":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145453"
|
||||
},
|
||||
"Zuensler":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"ein Kleinschmetterling":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"zu oberdeutsch mundartlich z\u00fcnseln = flimmern, flackern"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-145804"
|
||||
},
|
||||
"Zitrusoel":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"aus der Schale einer Zitrusfrucht gewonnenes \u00e4therisches \u00d6l":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150521"
|
||||
},
|
||||
"zyrillisch":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"(in Bezug auf das nach Kyrill benannte und ihm gewidmete Alphabet verschiedener slawischer Sprachen) eine weitgehend aus den griechischen Gro\u00dfbuchstaben entwickelte Form aufweisend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"nach dem Slawenapostel Kyrill (826\u2013869)"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150720"
|
||||
},
|
||||
"Zitronensaeure":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"in vielen Fr\u00fcchten enthaltene, in Wasser leicht l\u00f6sliche, farblose Kristalle bildende S\u00e4ure":[]
|
||||
},
|
||||
"pronounciation":"tsi\u02c8tro\u02d0n\u0259nz\u0254\u026a\u032fr\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150810"
|
||||
},
|
||||
"Zider_Cidre":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Apfelwein, vor allem aus der Normandie oder der Bretagne":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"franz\u00f6sisch cidre < altfranz\u00f6sisch sidre < kirchenlateinisch sicera = ein berauschendes Getr\u00e4nk < griechisch s\u00edkera < hebr\u00e4isch \u0161e\u1e35ar = betrunken"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-150831"
|
||||
},
|
||||
"Zinsgut":{
|
||||
"type":"Substantiv, Neutrum",
|
||||
"definitions":{
|
||||
"(im Mittelalter) Grundst\u00fcck, das jemandem vom Grundherrn gegen bestimmte Leistungen zur Pacht gegeben wird":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151044"
|
||||
},
|
||||
"zerpulvern":{
|
||||
"type":"schwaches Verb",
|
||||
"definitions":{
|
||||
"pulverisieren":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151115"
|
||||
},
|
||||
"Zivilgefangene":{
|
||||
"type":"substantiviertes Adjektiv, feminin",
|
||||
"definitions":{
|
||||
"im Krieg gefangen genommene Zivilistin":[]
|
||||
},
|
||||
"pronounciation":"tsi\u02c8vi\u02d0l\u0261\u0259fa\u014b\u0259n\u0259",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151151"
|
||||
},
|
||||
"Zwanziger_Muenze_Geldschein":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Mann im Alter von 20 bis 29 Jahren":[
|
||||
"haste mal 'nen Zwanziger f\u00fcr mich?"
|
||||
],
|
||||
"M\u00fcnze oder Geldschein (einer bestimmten W\u00e4hrung) mit dem Nennwert zwanzig":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151332"
|
||||
},
|
||||
"zwanzig":{
|
||||
"type":"Zahlwort",
|
||||
"definitions":{},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":[
|
||||
"mittelhochdeutsch zweinzec, zweinzic, althochdeutsch zweinzug, zu",
|
||||
"zwei",
|
||||
"und",
|
||||
"zig",
|
||||
", eigentlich = zwei Zehner"
|
||||
],
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-151603"
|
||||
},
|
||||
"zugleich":{
|
||||
"type":"Adverb",
|
||||
"definitions":{
|
||||
"im selben Augenblick, gleichzeitig (1)":[
|
||||
"sie griffen beide zugleich danach"
|
||||
],
|
||||
"in gleicher Weise; ebenso, auch":[
|
||||
"er ist Maler und Dichter zugleich",
|
||||
"sie war erschrocken und zugleich erleichtert"
|
||||
]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"gemeinsam",
|
||||
"gleichlaufend",
|
||||
"gleichzeitig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152032"
|
||||
},
|
||||
"zufriedengeben":{
|
||||
"type":"starkes Verb",
|
||||
"definitions":{
|
||||
"keine weiteren Anspr\u00fcche, Forderungen stellen, etwas als ausreichend, als gut genug akzeptieren":[
|
||||
"damit kann ich mich nicht zufriedengeben"
|
||||
]
|
||||
},
|
||||
"pronounciation":"tsu\u02c8fri\u02d0dn\u0329\u0261e\u02d0bn\u0329",
|
||||
"synonyms":[
|
||||
"haushalten"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152304"
|
||||
},
|
||||
"Zungenwurst":{
|
||||
"type":"Substantiv, feminin",
|
||||
"definitions":{
|
||||
"Blutwurst mit gro\u00dfen St\u00fccken Zunge (9)":[]
|
||||
},
|
||||
"pronounciation":"\u02c8ts\u028a\u014b\u0259nv\u028arst",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152447"
|
||||
},
|
||||
"zinslos":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"nicht verzinslich":[
|
||||
"jemandem ein zinsloses Darlehen gew\u00e4hren"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8ts\u026anslo\u02d0s",
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152524"
|
||||
},
|
||||
"Zofendienst":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Dienst einer Zofe":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152603"
|
||||
},
|
||||
"zukunftstraechtig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"gute Zukunftsaussichten habend":[
|
||||
"eine zukunftstr\u00e4chtige Entwicklung, Branche"
|
||||
]
|
||||
},
|
||||
"pronounciation":"\u02c8tsu\u02d0k\u028anftstr\u025b\u00e7t\u026a\u00e7",
|
||||
"synonyms":[
|
||||
"aussichtsreich",
|
||||
"hoffnungsvoll",
|
||||
"verhei\u00dfungsvoll",
|
||||
"zugkr\u00e4ftig"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152647"
|
||||
},
|
||||
"Ziehvater":{
|
||||
"type":"Substantiv, maskulin",
|
||||
"definitions":{
|
||||
"Pflegevater":[
|
||||
"er war ihr journalistischer Ziehvater"
|
||||
],
|
||||
"Mentor (a)":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[
|
||||
"Lehrmeister",
|
||||
"Lehrmeisterin",
|
||||
"Mentor",
|
||||
"Mentorin"
|
||||
],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-152725"
|
||||
},
|
||||
"zirkumstanziell":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"den Umst\u00e4nden entsprechend; durch die Umst\u00e4nde geschaffen, die Umst\u00e4nde betreffend":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153439"
|
||||
},
|
||||
"zweiwertig":{
|
||||
"type":"Adjektiv",
|
||||
"definitions":{
|
||||
"sich mit zwei Atomen des einwertigen Wasserstoffs verbinden k\u00f6nnend":[],
|
||||
"(vom Verb) bei der Satzbildung zwei Satzglieder oder Erg\u00e4nzungsbestimmungen fordernd":[]
|
||||
},
|
||||
"pronounciation":[],
|
||||
"synonyms":[],
|
||||
"history_and_etymology":null,
|
||||
"wendungen":[],
|
||||
"time_of_retrieval":"20220708-153723"
|
||||
}
|
||||
}
|
@ -807,5 +807,229 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"m\u00eal\u00e9e":{
|
||||
"a rough and often noisy fight usually involving several people":{
|
||||
"examples":[
|
||||
"a verbal disagreement at the football game soon turned into a general melee involving scores of spectators"
|
||||
],
|
||||
"synonyms":[
|
||||
"affray",
|
||||
"brawl",
|
||||
"broil",
|
||||
"donnybrook",
|
||||
"fracas",
|
||||
"fray",
|
||||
"free-for-all",
|
||||
"rough-and-tumble",
|
||||
"row",
|
||||
"ruckus",
|
||||
"ruction"
|
||||
],
|
||||
"related":[
|
||||
"battle",
|
||||
"clash",
|
||||
"combat",
|
||||
"conflict",
|
||||
"contest",
|
||||
"fisticuffs",
|
||||
"handgrips",
|
||||
"hassle",
|
||||
"scrap",
|
||||
"scrimmage",
|
||||
"scuffle",
|
||||
"skirmish",
|
||||
"struggle",
|
||||
"tussle",
|
||||
"horseplay",
|
||||
"roughhousing",
|
||||
"altercation",
|
||||
"argument",
|
||||
"dispute",
|
||||
"kickup",
|
||||
"quarrel",
|
||||
"spat",
|
||||
"squabble",
|
||||
"tiff",
|
||||
"wrangle"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"V-8":{
|
||||
"as in sedan , coupe":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"compact",
|
||||
"coupe",
|
||||
"coup\u00e9",
|
||||
"intermediate",
|
||||
"limousine",
|
||||
"mini",
|
||||
"minicar",
|
||||
"sedan",
|
||||
"subcompact",
|
||||
"auto",
|
||||
"automobile",
|
||||
"bus",
|
||||
"car",
|
||||
"horseless carriage",
|
||||
"machine",
|
||||
"motor",
|
||||
"motorcar",
|
||||
"motor vehicle",
|
||||
"wheels",
|
||||
"coach",
|
||||
"jitney",
|
||||
"microbus",
|
||||
"minibus",
|
||||
"minivan",
|
||||
"omnibus",
|
||||
"van",
|
||||
"convertible",
|
||||
"fastback",
|
||||
"hardtop",
|
||||
"hatchback",
|
||||
"notchback",
|
||||
"ragtop",
|
||||
"sports car",
|
||||
"sport-utility vehicle",
|
||||
"station wagon",
|
||||
"SUV",
|
||||
"town car",
|
||||
"wagon",
|
||||
"woody",
|
||||
"woodie",
|
||||
"gas-guzzler",
|
||||
"land yacht",
|
||||
"muscle car",
|
||||
"stock car",
|
||||
"turbocar",
|
||||
"beater",
|
||||
"clunker",
|
||||
"crate",
|
||||
"flivver",
|
||||
"jalopy",
|
||||
"junker",
|
||||
"cream puff",
|
||||
"phaeton",
|
||||
"roadster",
|
||||
"tin lizzie",
|
||||
"touring car"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"d\u00e9b\u00e2cle":{
|
||||
"a sudden violent event that brings about great loss or destruction":{
|
||||
"examples":[
|
||||
"the financial debacle that was the stock market crash of 1929"
|
||||
],
|
||||
"synonyms":[
|
||||
"apocalypse",
|
||||
"calamity",
|
||||
"cataclysm",
|
||||
"catastrophe",
|
||||
"disaster",
|
||||
"tragedy"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bloodbath",
|
||||
"collapse",
|
||||
"crash",
|
||||
"meltdown",
|
||||
"Armageddon",
|
||||
"doomsday",
|
||||
"end-time",
|
||||
"convulsion",
|
||||
"paroxysm",
|
||||
"upheaval",
|
||||
"accident",
|
||||
"casualty",
|
||||
"fatality",
|
||||
"misadventure",
|
||||
"mischance",
|
||||
"misfortune",
|
||||
"mishap",
|
||||
"blast",
|
||||
"blow",
|
||||
"double whammy",
|
||||
"one-two",
|
||||
"one-two punch"
|
||||
],
|
||||
"near antonyms":[
|
||||
"godsend",
|
||||
"manna",
|
||||
"windfall"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"something that has failed":{
|
||||
"examples":[
|
||||
"the movie, which some had predicted would be a blockbuster, turned out to be the summer's biggest debacle at the multiplexes"
|
||||
],
|
||||
"synonyms":[
|
||||
"bomb",
|
||||
"bummer",
|
||||
"bust",
|
||||
"catastrophe",
|
||||
"clinker",
|
||||
"clunker",
|
||||
"disaster",
|
||||
"dud",
|
||||
"failure",
|
||||
"fiasco",
|
||||
"fizzle",
|
||||
"flop",
|
||||
"frost",
|
||||
"lemon",
|
||||
"loser",
|
||||
"miss",
|
||||
"shipwreck",
|
||||
"turkey",
|
||||
"washout"
|
||||
],
|
||||
"near synonyms":[
|
||||
"also-ran",
|
||||
"disappointment",
|
||||
"dog",
|
||||
"has-been",
|
||||
"near miss",
|
||||
"botch",
|
||||
"hash",
|
||||
"mess",
|
||||
"muddle",
|
||||
"shambles",
|
||||
"nonevent",
|
||||
"nonstarter"
|
||||
],
|
||||
"near antonyms":[
|
||||
"corker",
|
||||
"crackerjack",
|
||||
"crackajack",
|
||||
"dandy",
|
||||
"jim-dandy",
|
||||
"phenomenon"
|
||||
],
|
||||
"antonyms":[
|
||||
"blockbuster",
|
||||
"hit",
|
||||
"smash",
|
||||
"success",
|
||||
"winner"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -5410,5 +5410,644 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"abandoner":{
|
||||
"as in dropout , leaver":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"abstaining (from)":{
|
||||
"to resist the temptation of":{
|
||||
"examples":[
|
||||
"had to abstain from solid food before her surgery"
|
||||
],
|
||||
"synonyms":[
|
||||
"abjuring",
|
||||
"forbearing",
|
||||
"forgoing",
|
||||
"foregoing",
|
||||
"keeping (from)",
|
||||
"refraining (from)",
|
||||
"withholding (from)"
|
||||
],
|
||||
"related":[
|
||||
"avoiding",
|
||||
"eschewing",
|
||||
"shunning",
|
||||
"checking",
|
||||
"constraining",
|
||||
"curbing",
|
||||
"inhibiting",
|
||||
"denying",
|
||||
"refusing",
|
||||
"rejecting",
|
||||
"repudiating",
|
||||
"bucking",
|
||||
"combating",
|
||||
"combatting",
|
||||
"fighting"
|
||||
],
|
||||
"near antonyms":[
|
||||
"acquiescing (to)",
|
||||
"capitulating",
|
||||
"conceding (to)",
|
||||
"knuckling under (to)"
|
||||
],
|
||||
"antonyms":[
|
||||
"bowing (to)",
|
||||
"giving in (to)",
|
||||
"submitting (to)",
|
||||
"succumbing (to)",
|
||||
"surrendering (to)",
|
||||
"yielding (to)"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"abiding by":{
|
||||
"to act according to the commands of":{
|
||||
"examples":[
|
||||
"You can stay here, but you'll need to abide by the house rules."
|
||||
],
|
||||
"synonyms":[
|
||||
"adhering (to)",
|
||||
"complying (with)",
|
||||
"conforming (to)",
|
||||
"following",
|
||||
"goose-stepping (to)",
|
||||
"minding",
|
||||
"obeying",
|
||||
"observing"
|
||||
],
|
||||
"related":[
|
||||
"deferring (to)",
|
||||
"submitting (to)",
|
||||
"surrendering (to)",
|
||||
"yielding (to)",
|
||||
"acceding (to)",
|
||||
"acquiescing (to)",
|
||||
"agreeing (to)",
|
||||
"assenting (to)",
|
||||
"attending",
|
||||
"hearing",
|
||||
"heeding",
|
||||
"listening (to)",
|
||||
"marking",
|
||||
"noticing",
|
||||
"noting",
|
||||
"regarding",
|
||||
"taking",
|
||||
"watching"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disobliging",
|
||||
"challenging",
|
||||
"daring",
|
||||
"refusing",
|
||||
"renouncing",
|
||||
"repudiating",
|
||||
"directing",
|
||||
"leading",
|
||||
"brushing (off)",
|
||||
"disregarding",
|
||||
"ignoring",
|
||||
"overlooking",
|
||||
"overpassing",
|
||||
"passing over",
|
||||
"tuning out",
|
||||
"winking (at)",
|
||||
"dismissing",
|
||||
"pooh-poohing",
|
||||
"poohing",
|
||||
"shrugging off",
|
||||
"breaching",
|
||||
"breaking",
|
||||
"infringing",
|
||||
"transgressing",
|
||||
"violating",
|
||||
"deriding",
|
||||
"flouting",
|
||||
"mocking",
|
||||
"scoffing (at)",
|
||||
"scorning",
|
||||
"mutinying (against)",
|
||||
"revolting (against)",
|
||||
"bucking",
|
||||
"combating",
|
||||
"combatting",
|
||||
"contesting",
|
||||
"disputing",
|
||||
"fighting",
|
||||
"opposing",
|
||||
"resisting",
|
||||
"withstanding"
|
||||
],
|
||||
"antonyms":[
|
||||
"defying",
|
||||
"disobeying",
|
||||
"rebelling (against)"
|
||||
]
|
||||
},
|
||||
"to do what is required by the terms of":{
|
||||
"examples":[
|
||||
"She abided by their agreement to head home early."
|
||||
],
|
||||
"synonyms":[
|
||||
"answering",
|
||||
"completing",
|
||||
"complying (with)",
|
||||
"filling",
|
||||
"fulfilling",
|
||||
"keeping",
|
||||
"meeting",
|
||||
"redeeming",
|
||||
"satisfying"
|
||||
],
|
||||
"related":[
|
||||
"concluding",
|
||||
"consummating",
|
||||
"finalizing",
|
||||
"finishing",
|
||||
"perfecting",
|
||||
"accomplishing",
|
||||
"achieving",
|
||||
"bringing about",
|
||||
"bringing off",
|
||||
"carrying out",
|
||||
"effecting",
|
||||
"committing",
|
||||
"compassing",
|
||||
"discharging",
|
||||
"executing",
|
||||
"following through (with)",
|
||||
"making",
|
||||
"performing"
|
||||
],
|
||||
"near antonyms":[
|
||||
"defaulting (on)",
|
||||
"disregarding",
|
||||
"forgetting",
|
||||
"ignoring",
|
||||
"neglecting",
|
||||
"overlooking",
|
||||
"overpassing",
|
||||
"passing over",
|
||||
"slighting"
|
||||
],
|
||||
"antonyms":[
|
||||
"breaching",
|
||||
"breaking",
|
||||
"transgressing",
|
||||
"violating"
|
||||
]
|
||||
},
|
||||
"to give steadfast support to":{
|
||||
"examples":[
|
||||
"He abides by the city's efforts to improve public transportation."
|
||||
],
|
||||
"synonyms":[
|
||||
"adhering (to)",
|
||||
"clinging (to)",
|
||||
"hewing (to)",
|
||||
"keeping (to)",
|
||||
"standing by",
|
||||
"sticking (to or with)"
|
||||
],
|
||||
"related":[
|
||||
"cleaving (to)",
|
||||
"advocating",
|
||||
"backing",
|
||||
"championing",
|
||||
"confirming",
|
||||
"defending",
|
||||
"endorsing",
|
||||
"indorsing",
|
||||
"espousing",
|
||||
"supporting",
|
||||
"upholding",
|
||||
"accepting",
|
||||
"adopting",
|
||||
"cherishing",
|
||||
"cultivating",
|
||||
"embracing",
|
||||
"following",
|
||||
"fostering",
|
||||
"heeding",
|
||||
"backstopping",
|
||||
"bolstering",
|
||||
"boosting",
|
||||
"buttressing",
|
||||
"enforcing",
|
||||
"reinforcing",
|
||||
"reenforcing"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abandoning",
|
||||
"abnegating",
|
||||
"deserting",
|
||||
"forsaking",
|
||||
"giving up",
|
||||
"relinquishing",
|
||||
"spurning",
|
||||
"surrendering",
|
||||
"abjuring",
|
||||
"recalling",
|
||||
"recanting",
|
||||
"reconsidering",
|
||||
"reneging",
|
||||
"renouncing",
|
||||
"retracting",
|
||||
"revoking",
|
||||
"taking back",
|
||||
"unsaying",
|
||||
"withdrawing",
|
||||
"controverting",
|
||||
"disagreeing (with)",
|
||||
"disproving",
|
||||
"disputing",
|
||||
"rebutting",
|
||||
"refuting",
|
||||
"contradicting",
|
||||
"denying",
|
||||
"disavowing",
|
||||
"disclaiming",
|
||||
"disowning",
|
||||
"gainsaying",
|
||||
"negating",
|
||||
"negativing",
|
||||
"repudiating",
|
||||
"backing down",
|
||||
"backing off",
|
||||
"backtracking"
|
||||
],
|
||||
"antonyms":[
|
||||
"defecting (from)"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"phrase"
|
||||
]
|
||||
},
|
||||
"abaft":{
|
||||
"near, toward, or in the stern of a ship or the tail of an aircraft":{
|
||||
"examples":[
|
||||
"the lookout in the crow's nest warned that there was an enemy frigate abaft and bearing down hard on their ship"
|
||||
],
|
||||
"synonyms":[
|
||||
"aft",
|
||||
"astern",
|
||||
"sternward",
|
||||
"sternwards"
|
||||
],
|
||||
"near synonyms":[
|
||||
"after",
|
||||
"back",
|
||||
"backward",
|
||||
"backwards",
|
||||
"behind",
|
||||
"posteriorly",
|
||||
"rearward",
|
||||
"rearwards"
|
||||
],
|
||||
"near antonyms":[
|
||||
"anteriorly",
|
||||
"ahead",
|
||||
"before"
|
||||
],
|
||||
"antonyms":[
|
||||
"fore",
|
||||
"forward"
|
||||
]
|
||||
},
|
||||
"at, to, or toward the rear of":{
|
||||
"examples":[
|
||||
"a school of porpoises swam abaft the fishing boat"
|
||||
],
|
||||
"synonyms":[
|
||||
"back of",
|
||||
"behind"
|
||||
],
|
||||
"near synonyms":[],
|
||||
"near antonyms":[
|
||||
"ahead of"
|
||||
],
|
||||
"antonyms":[
|
||||
"before"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adverb",
|
||||
"preposition"
|
||||
]
|
||||
},
|
||||
"absentee ballot":{
|
||||
"as in secret ballot , short ballot":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"Australian ballot",
|
||||
"secret ballot",
|
||||
"short ballot",
|
||||
"write-in",
|
||||
"ticket",
|
||||
"referendum",
|
||||
"blackball",
|
||||
"nay",
|
||||
"no",
|
||||
"non placet",
|
||||
"aye",
|
||||
"ay",
|
||||
"yea",
|
||||
"ballot",
|
||||
"vote"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"absconds":{
|
||||
"to get free from a dangerous or confining situation":{
|
||||
"examples":[
|
||||
"the burglar was trying to abscond with the jewels when he tumbled down the stairs"
|
||||
],
|
||||
"synonyms":[
|
||||
"breaks out (of)",
|
||||
"clears out",
|
||||
"escapes",
|
||||
"flees",
|
||||
"flies",
|
||||
"gets out",
|
||||
"lams",
|
||||
"runs away",
|
||||
"runs off"
|
||||
],
|
||||
"near synonyms":[
|
||||
"avoids",
|
||||
"eludes",
|
||||
"evades",
|
||||
"loses",
|
||||
"shuns",
|
||||
"decamps",
|
||||
"departs",
|
||||
"elopes",
|
||||
"exits",
|
||||
"goes",
|
||||
"leaves",
|
||||
"moves",
|
||||
"pulls out",
|
||||
"quits",
|
||||
"sallies (forth)",
|
||||
"shoves (off)",
|
||||
"takes off",
|
||||
"walks out",
|
||||
"disentangles",
|
||||
"extricates",
|
||||
"brings off",
|
||||
"emancipates",
|
||||
"enfranchises",
|
||||
"frees",
|
||||
"liberates",
|
||||
"loosens",
|
||||
"looses",
|
||||
"manumits",
|
||||
"redeems",
|
||||
"releases",
|
||||
"rescues",
|
||||
"springs",
|
||||
"unbinds",
|
||||
"uncages",
|
||||
"unchains",
|
||||
"unfetters"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abides",
|
||||
"dwells",
|
||||
"hangs around",
|
||||
"lingers",
|
||||
"remains",
|
||||
"stays",
|
||||
"sticks around",
|
||||
"tarries",
|
||||
"comes back",
|
||||
"returns"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"abundantly":{
|
||||
"as in amply , copiously":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"amply",
|
||||
"copiously",
|
||||
"healthily",
|
||||
"plentifully",
|
||||
"appreciably",
|
||||
"noticeably",
|
||||
"significantly",
|
||||
"astronomically",
|
||||
"big-time",
|
||||
"broadly",
|
||||
"colossally",
|
||||
"considerably",
|
||||
"enormously",
|
||||
"extensively",
|
||||
"greatly",
|
||||
"highly",
|
||||
"hugely",
|
||||
"largely",
|
||||
"massively",
|
||||
"monstrously",
|
||||
"monumentally",
|
||||
"much",
|
||||
"sizably",
|
||||
"staggeringly",
|
||||
"stupendously",
|
||||
"tremendously",
|
||||
"utterly",
|
||||
"vastly"
|
||||
],
|
||||
"near antonyms":[
|
||||
"little",
|
||||
"negligibly",
|
||||
"nominally",
|
||||
"slightly",
|
||||
"modestly",
|
||||
"fractionally",
|
||||
"imperceptibly",
|
||||
"infinitesimally",
|
||||
"insignificantly",
|
||||
"invisibly",
|
||||
"microscopically",
|
||||
"minutely",
|
||||
"barely",
|
||||
"hardly",
|
||||
"just",
|
||||
"minimally",
|
||||
"scarcely"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"abettor":{
|
||||
"one associated with another in wrongdoing":{
|
||||
"examples":[
|
||||
"the man who drove the getaway car in the bank robbery was arrested as an aider and abettor"
|
||||
],
|
||||
"synonyms":[
|
||||
"accessory",
|
||||
"accessary",
|
||||
"accomplice",
|
||||
"cohort",
|
||||
"confederate"
|
||||
],
|
||||
"near synonyms":[
|
||||
"collaborationist",
|
||||
"collaborator",
|
||||
"informant",
|
||||
"informer",
|
||||
"evidence",
|
||||
"state's evidence",
|
||||
"companion",
|
||||
"comrade",
|
||||
"crony",
|
||||
"henchman",
|
||||
"partner",
|
||||
"conspirator",
|
||||
"plotter",
|
||||
"traitor",
|
||||
"gangster",
|
||||
"mobster",
|
||||
"racketeer"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"someone associated with another to give assistance or moral support":{
|
||||
"examples":[
|
||||
"without all the neighborhood kids as abettors , I would never have gotten all my chickens back in their coop"
|
||||
],
|
||||
"synonyms":[
|
||||
"ally",
|
||||
"backer",
|
||||
"bedfellow",
|
||||
"confederate",
|
||||
"fellow traveler",
|
||||
"supporter",
|
||||
"sympathizer"
|
||||
],
|
||||
"near synonyms":[
|
||||
"empathizer",
|
||||
"well-wisher",
|
||||
"accessory",
|
||||
"accessary",
|
||||
"accomplice",
|
||||
"coalitionist",
|
||||
"collaborationist",
|
||||
"collaborator",
|
||||
"adjunct",
|
||||
"assistant",
|
||||
"coadjutor",
|
||||
"helper",
|
||||
"associate",
|
||||
"cohort",
|
||||
"colleague",
|
||||
"fellow",
|
||||
"partner",
|
||||
"buddy",
|
||||
"chum",
|
||||
"companion",
|
||||
"comrade",
|
||||
"confidant",
|
||||
"crony",
|
||||
"familiar",
|
||||
"friend",
|
||||
"intimate",
|
||||
"mate",
|
||||
"pal"
|
||||
],
|
||||
"near antonyms":[
|
||||
"belittler",
|
||||
"detractor",
|
||||
"adversary",
|
||||
"enemy",
|
||||
"foe",
|
||||
"opponent"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"abhors":{
|
||||
"to dislike strongly":{
|
||||
"examples":[
|
||||
"abhors the way people leave their trash at the picnic sites in the park"
|
||||
],
|
||||
"synonyms":[
|
||||
"abominates",
|
||||
"despises",
|
||||
"detests",
|
||||
"execrates",
|
||||
"hates",
|
||||
"loathes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"deplores",
|
||||
"deprecates",
|
||||
"disapproves (of)",
|
||||
"discountenances",
|
||||
"disdains",
|
||||
"disfavors",
|
||||
"scorns"
|
||||
],
|
||||
"near antonyms":[
|
||||
"desires",
|
||||
"fancies",
|
||||
"favors",
|
||||
"likes",
|
||||
"prefers",
|
||||
"enjoys",
|
||||
"relishes",
|
||||
"admires",
|
||||
"adores",
|
||||
"approves (of)",
|
||||
"esteems",
|
||||
"hallows",
|
||||
"idolizes",
|
||||
"reveres",
|
||||
"venerates",
|
||||
"worships",
|
||||
"cherishes",
|
||||
"prizes",
|
||||
"treasures"
|
||||
],
|
||||
"antonyms":[
|
||||
"loves"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -7022,5 +7022,483 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"acquisition":{
|
||||
"something added to an existing supply":{
|
||||
"examples":[
|
||||
"every vacation trip inevitably resulted in new acquisitions to our array of bric-a-brac"
|
||||
],
|
||||
"synonyms":[
|
||||
"accession",
|
||||
"obtainment"
|
||||
],
|
||||
"related":[
|
||||
"accomplishment",
|
||||
"acquirement",
|
||||
"attainment"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"accessorizes":{
|
||||
"as in traps , dresses up":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"accedes (to)":{
|
||||
"as in complies (with) , accepts":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"accepts",
|
||||
"acquiesces",
|
||||
"assents (to)",
|
||||
"complies (with)",
|
||||
"consents (to)",
|
||||
"goes (by)",
|
||||
"subscribes",
|
||||
"agrees",
|
||||
"coincides",
|
||||
"concurs",
|
||||
"affiliates",
|
||||
"allies",
|
||||
"associates",
|
||||
"unites",
|
||||
"collaborates",
|
||||
"cooperates",
|
||||
"gets along",
|
||||
"gets on"
|
||||
],
|
||||
"near antonyms":[
|
||||
"differs",
|
||||
"disagrees",
|
||||
"clashes",
|
||||
"collides",
|
||||
"conflicts",
|
||||
"bickers",
|
||||
"counters",
|
||||
"disputes",
|
||||
"dissents",
|
||||
"diverges",
|
||||
"falls out",
|
||||
"objects",
|
||||
"opposes",
|
||||
"protests",
|
||||
"quarrels",
|
||||
"resists",
|
||||
"rivals",
|
||||
"dissociates",
|
||||
"separates",
|
||||
"splits"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"accrued":{
|
||||
"as in amassed , aggregated":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"accruable",
|
||||
"aggregated",
|
||||
"amassed",
|
||||
"built-up",
|
||||
"compiled",
|
||||
"conglomerated",
|
||||
"increscent",
|
||||
"progressive",
|
||||
"gradual",
|
||||
"step-by-step",
|
||||
"stepwise",
|
||||
"accretive",
|
||||
"accumulative",
|
||||
"additive",
|
||||
"conglomerative",
|
||||
"cumulative",
|
||||
"incremental"
|
||||
],
|
||||
"near antonyms":[
|
||||
"decremental",
|
||||
"decrescent",
|
||||
"degressive",
|
||||
"regressive"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to increase in amount as time passes":{
|
||||
"examples":[
|
||||
"They accrued vacation time throughout the calendar year.",
|
||||
"A penny-pincher who is accruing a fortune by spending next to nothing."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"accumulated",
|
||||
"amassed",
|
||||
"collected",
|
||||
"doubled (in)",
|
||||
"tripled (in)",
|
||||
"enhanced",
|
||||
"enlarged",
|
||||
"enriched",
|
||||
"expanded",
|
||||
"extended",
|
||||
"maximized",
|
||||
"boosted",
|
||||
"elevated",
|
||||
"jacked (up)",
|
||||
"mounted",
|
||||
"ramped (up)",
|
||||
"stepped up",
|
||||
"built up",
|
||||
"gained",
|
||||
"gathered",
|
||||
"grew (in)",
|
||||
"picked up"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abated",
|
||||
"declined (in)",
|
||||
"diminished (in)",
|
||||
"dipped",
|
||||
"dwindled",
|
||||
"fell (in)",
|
||||
"lessened",
|
||||
"tapered",
|
||||
"tapered off",
|
||||
"decreased (in)",
|
||||
"lost"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"achievable":{
|
||||
"capable of being done or carried out":{
|
||||
"examples":[
|
||||
"I think that retirement at 55 is an achievable goal"
|
||||
],
|
||||
"synonyms":[
|
||||
"attainable",
|
||||
"doable",
|
||||
"feasible",
|
||||
"possible",
|
||||
"practicable",
|
||||
"realizable",
|
||||
"viable",
|
||||
"workable"
|
||||
],
|
||||
"near synonyms":[
|
||||
"practical",
|
||||
"reasonable",
|
||||
"sensible",
|
||||
"contingent",
|
||||
"likely",
|
||||
"probable",
|
||||
"acceptable",
|
||||
"believable",
|
||||
"conceivable",
|
||||
"creditable",
|
||||
"plausible",
|
||||
"thinkable",
|
||||
"actionable",
|
||||
"available",
|
||||
"usable",
|
||||
"useable"
|
||||
],
|
||||
"near antonyms":[
|
||||
"impractical",
|
||||
"unrealistic",
|
||||
"doubtful",
|
||||
"dubious",
|
||||
"far-fetched",
|
||||
"improbable",
|
||||
"unlikely",
|
||||
"implausible",
|
||||
"inconceivable",
|
||||
"incredible",
|
||||
"unbelievable",
|
||||
"futile",
|
||||
"useless",
|
||||
"vain",
|
||||
"absurd",
|
||||
"fantastic",
|
||||
"fantastical",
|
||||
"outlandish",
|
||||
"preposterous",
|
||||
"ridiculous",
|
||||
"unthinkable"
|
||||
],
|
||||
"antonyms":[
|
||||
"hopeless",
|
||||
"impossible",
|
||||
"impracticable",
|
||||
"infeasible",
|
||||
"nonviable",
|
||||
"unattainable",
|
||||
"undoable",
|
||||
"unfeasible",
|
||||
"unrealizable",
|
||||
"unviable",
|
||||
"unworkable"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"activist":{
|
||||
"a person who uses or supports strong actions (such as public protests) to help make changes in politics or society":{
|
||||
"examples":[
|
||||
"Antiwar activists were protesting in the streets.",
|
||||
"political activists"
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"advocate",
|
||||
"apostle",
|
||||
"backer",
|
||||
"champion",
|
||||
"evangelist",
|
||||
"patron",
|
||||
"promoter",
|
||||
"stalwart",
|
||||
"supporter",
|
||||
"crusader",
|
||||
"fanatic",
|
||||
"ideologue",
|
||||
"idealogue",
|
||||
"militant",
|
||||
"partisan",
|
||||
"partizan",
|
||||
"red hot",
|
||||
"true believer",
|
||||
"zealot",
|
||||
"demonstrator",
|
||||
"marcher",
|
||||
"objector",
|
||||
"picketer",
|
||||
"protester",
|
||||
"protestor",
|
||||
"dreamer",
|
||||
"idealist",
|
||||
"visionary"
|
||||
],
|
||||
"near antonyms":[
|
||||
"dabbler",
|
||||
"dilettante",
|
||||
"nonmilitant"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"accreditations":{
|
||||
"the granting of power to perform various acts or duties":{
|
||||
"examples":[
|
||||
"the only body empowered with the accreditation of medical schools in the state"
|
||||
],
|
||||
"synonyms":[
|
||||
"authorizations",
|
||||
"commissions",
|
||||
"delegations",
|
||||
"empowerments",
|
||||
"licenses",
|
||||
"licences",
|
||||
"mandates"
|
||||
],
|
||||
"near synonyms":[
|
||||
"commendations",
|
||||
"consignments",
|
||||
"entrustments",
|
||||
"facilitations",
|
||||
"promotions",
|
||||
"orderings"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"accentuating":{
|
||||
"to indicate the importance of by centering attention on":{
|
||||
"examples":[
|
||||
"let's accentuate the saxophones during this piece by having the sax players stand up"
|
||||
],
|
||||
"synonyms":[
|
||||
"accenting",
|
||||
"emphasizing",
|
||||
"featuring",
|
||||
"foregrounding",
|
||||
"highlighting",
|
||||
"illuminating",
|
||||
"playing up",
|
||||
"pointing (up)",
|
||||
"pressing",
|
||||
"punctuating",
|
||||
"stressing"
|
||||
],
|
||||
"near synonyms":[
|
||||
"focusing",
|
||||
"focussing",
|
||||
"identifying",
|
||||
"pinpointing",
|
||||
"spotlighting",
|
||||
"advertising",
|
||||
"boosting",
|
||||
"plugging",
|
||||
"promoting",
|
||||
"publicizing",
|
||||
"overplaying"
|
||||
],
|
||||
"near antonyms":[
|
||||
"toning (down)",
|
||||
"underemphasizing",
|
||||
"understating",
|
||||
"belittling",
|
||||
"discounting",
|
||||
"disparaging",
|
||||
"minimizing"
|
||||
],
|
||||
"antonyms":[
|
||||
"de-emphasizing",
|
||||
"playing down"
|
||||
]
|
||||
},
|
||||
"to make markedly greater in measure or degree":{
|
||||
"examples":[
|
||||
"the foul weather merely accentuated my feelings of depression"
|
||||
],
|
||||
"synonyms":[
|
||||
"amping (up)",
|
||||
"amplifying",
|
||||
"beefing (up)",
|
||||
"boosting",
|
||||
"consolidating",
|
||||
"deepening",
|
||||
"enhancing",
|
||||
"heightening",
|
||||
"intensifying",
|
||||
"magnifying",
|
||||
"redoubling",
|
||||
"stepping up",
|
||||
"strengthening"
|
||||
],
|
||||
"near synonyms":[
|
||||
"broadening",
|
||||
"enlarging",
|
||||
"expanding",
|
||||
"extending",
|
||||
"lengthening",
|
||||
"accelerating",
|
||||
"hastening",
|
||||
"quickening",
|
||||
"emphasizing",
|
||||
"pointing (up)",
|
||||
"sharpening",
|
||||
"stressing",
|
||||
"augmenting",
|
||||
"enforcing",
|
||||
"reinforcing",
|
||||
"reenforcing",
|
||||
"restrengthening",
|
||||
"supplementing",
|
||||
"maximizing",
|
||||
"enlivening",
|
||||
"jazzing (up)",
|
||||
"aggravating",
|
||||
"exacerbating"
|
||||
],
|
||||
"near antonyms":[
|
||||
"decreasing",
|
||||
"diminishing",
|
||||
"lessening",
|
||||
"letting up (on)",
|
||||
"reducing",
|
||||
"subduing",
|
||||
"toning (down)",
|
||||
"weakening",
|
||||
"dwindling",
|
||||
"receding",
|
||||
"subsiding",
|
||||
"tapering (off)",
|
||||
"waning",
|
||||
"alleviating",
|
||||
"easing",
|
||||
"lightening"
|
||||
],
|
||||
"antonyms":[
|
||||
"abating",
|
||||
"moderating"
|
||||
]
|
||||
},
|
||||
"to make more apparent":{
|
||||
"examples":[
|
||||
"unfortunately, the new bedspread just accentuates the dinginess of the curtains behind the bed"
|
||||
],
|
||||
"synonyms":[
|
||||
"bringing out",
|
||||
"emphasizing",
|
||||
"italicizing",
|
||||
"stressing",
|
||||
"underlining",
|
||||
"underscoring"
|
||||
],
|
||||
"near synonyms":[
|
||||
"amplifying",
|
||||
"beefing (up)",
|
||||
"boosting",
|
||||
"reinforcing",
|
||||
"reenforcing",
|
||||
"strengthening",
|
||||
"augmenting",
|
||||
"deepening",
|
||||
"enhancing",
|
||||
"enlarging",
|
||||
"heightening",
|
||||
"magnifying",
|
||||
"maximizing",
|
||||
"supplementing",
|
||||
"enlivening",
|
||||
"jazzing (up)"
|
||||
],
|
||||
"near antonyms":[
|
||||
"decreasing",
|
||||
"diminishing",
|
||||
"lessening",
|
||||
"minimizing",
|
||||
"reducing",
|
||||
"subduing",
|
||||
"toning (down)",
|
||||
"understating",
|
||||
"weakening"
|
||||
],
|
||||
"antonyms":[
|
||||
"de-emphasizing"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -282,5 +282,88 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"aeonian":{
|
||||
"as in endless , persistent":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"endless",
|
||||
"everlasting",
|
||||
"interminable",
|
||||
"persistent",
|
||||
"extended",
|
||||
"far",
|
||||
"great",
|
||||
"lengthy",
|
||||
"long",
|
||||
"long-drawn-out",
|
||||
"long-drawn",
|
||||
"long-lived",
|
||||
"long-term",
|
||||
"marathon",
|
||||
"longish",
|
||||
"overlong",
|
||||
"prolonged",
|
||||
"protracted",
|
||||
"permanent",
|
||||
"all-day",
|
||||
"all-night",
|
||||
"multiday",
|
||||
"multiyear"
|
||||
],
|
||||
"near antonyms":[
|
||||
"brief",
|
||||
"little",
|
||||
"mini",
|
||||
"short",
|
||||
"shortish",
|
||||
"short-lived",
|
||||
"short-term",
|
||||
"abrupt",
|
||||
"sudden",
|
||||
"abbreviated",
|
||||
"condensed",
|
||||
"curtailed",
|
||||
"shortened",
|
||||
"ephemeral",
|
||||
"fleeting",
|
||||
"momentary",
|
||||
"transient",
|
||||
"transitory",
|
||||
"impermanent",
|
||||
"short-range"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"aerialist":{
|
||||
"as in trapeze artist , ropedancer":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"ropedancer",
|
||||
"ropewalker",
|
||||
"trampoliner",
|
||||
"trampolinist",
|
||||
"trapeze artist",
|
||||
"trapezist",
|
||||
"contortionist",
|
||||
"equilibrist",
|
||||
"exerciser",
|
||||
"tumbler",
|
||||
"acrobat",
|
||||
"gymnast",
|
||||
"turner"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -1097,5 +1097,74 @@
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"afloat":{
|
||||
"riding upon the surface of a body of liquid":{
|
||||
"examples":[
|
||||
"the boat can't stay afloat much longer"
|
||||
],
|
||||
"synonyms":[
|
||||
"floating"
|
||||
],
|
||||
"related":[
|
||||
"buoyant",
|
||||
"floaty",
|
||||
"unsinkable",
|
||||
"free-floating",
|
||||
"awash",
|
||||
"drifting",
|
||||
"gliding",
|
||||
"hanging",
|
||||
"hovering",
|
||||
"poised",
|
||||
"sailing",
|
||||
"wafting"
|
||||
],
|
||||
"near antonyms":[
|
||||
"aground",
|
||||
"high and dry"
|
||||
],
|
||||
"antonyms":[
|
||||
"sinking",
|
||||
"sunk"
|
||||
]
|
||||
},
|
||||
"as in abroad , hereabouts":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"affiances":{
|
||||
"as in betroths , promises":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"betroths",
|
||||
"commits",
|
||||
"engages",
|
||||
"pledges",
|
||||
"promises",
|
||||
"proposes",
|
||||
"espouses",
|
||||
"marries",
|
||||
"weds",
|
||||
"remarries"
|
||||
],
|
||||
"near antonyms":[
|
||||
"divorces",
|
||||
"separates (from)"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -648,21 +648,9 @@
|
||||
},
|
||||
"aggregates":{
|
||||
"a complete amount of something":{
|
||||
"antonyms":[],
|
||||
"examples":[
|
||||
"numerous episodes of pilferage, taken in the aggregate , can really add up to a significant sum"
|
||||
],
|
||||
"near antonyms":[
|
||||
"nets"
|
||||
],
|
||||
"related":[
|
||||
"grosses",
|
||||
"entireties",
|
||||
"bulks",
|
||||
"masses",
|
||||
"enchiladas",
|
||||
"schmears"
|
||||
],
|
||||
"synonyms":[
|
||||
"fulls",
|
||||
"summations",
|
||||
@ -671,24 +659,24 @@
|
||||
"totalities",
|
||||
"totals",
|
||||
"wholes"
|
||||
]
|
||||
],
|
||||
"near synonyms":[
|
||||
"grosses",
|
||||
"entireties",
|
||||
"bulks",
|
||||
"masses",
|
||||
"enchiladas",
|
||||
"schmears"
|
||||
],
|
||||
"near antonyms":[
|
||||
"nets"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to have a total of":{
|
||||
"antonyms":[],
|
||||
"examples":[
|
||||
"over time, her petty thefts aggregated a significant shortfall in the company's books"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"related":[
|
||||
"averages",
|
||||
"equals",
|
||||
"measures",
|
||||
"reaches",
|
||||
"composes",
|
||||
"comprises",
|
||||
"constitutes",
|
||||
"makes up"
|
||||
],
|
||||
"synonyms":[
|
||||
"adds up (to)",
|
||||
"amounts (to)",
|
||||
@ -697,7 +685,19 @@
|
||||
"numbers",
|
||||
"sums (to or into)",
|
||||
"totals"
|
||||
]
|
||||
],
|
||||
"near synonyms":[
|
||||
"averages",
|
||||
"equals",
|
||||
"measures",
|
||||
"reaches",
|
||||
"composes",
|
||||
"comprises",
|
||||
"constitutes",
|
||||
"makes up"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
@ -3019,5 +3019,323 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"agglomerating":{
|
||||
"to form into a round compact mass":{
|
||||
"examples":[
|
||||
"breakfast cereal consisting of agglomerated clusters of wheat, rice, and nuts stays crunchy in milk"
|
||||
],
|
||||
"synonyms":[
|
||||
"balling",
|
||||
"rolling",
|
||||
"rounding",
|
||||
"wadding"
|
||||
],
|
||||
"related":[
|
||||
"bunching",
|
||||
"clumping",
|
||||
"lumping",
|
||||
"beading",
|
||||
"pearling",
|
||||
"pelleting",
|
||||
"pelletizing",
|
||||
"sphering"
|
||||
],
|
||||
"near antonyms":[
|
||||
"flattening",
|
||||
"opening",
|
||||
"smoothing",
|
||||
"spreading",
|
||||
"unfolding"
|
||||
],
|
||||
"antonyms":[
|
||||
"unrolling"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"agreements":{
|
||||
"the state of being of one opinion about something":{
|
||||
"examples":[
|
||||
"we were in agreement about one thing at least: that we'd never worked so hard in all our lives"
|
||||
],
|
||||
"synonyms":[
|
||||
"accords",
|
||||
"concurrences",
|
||||
"concurrencies",
|
||||
"consensuses",
|
||||
"unanimities",
|
||||
"unisons"
|
||||
],
|
||||
"related":[
|
||||
"accessions",
|
||||
"adhesions",
|
||||
"assentations",
|
||||
"assents",
|
||||
"consents",
|
||||
"acceptances",
|
||||
"acquiescences",
|
||||
"concessions",
|
||||
"embracements",
|
||||
"embraces",
|
||||
"approbations",
|
||||
"approvals",
|
||||
"favors",
|
||||
"alliances",
|
||||
"collaborations",
|
||||
"collusions",
|
||||
"complicities",
|
||||
"conspiracies",
|
||||
"compliances",
|
||||
"concerts",
|
||||
"concordances",
|
||||
"concords",
|
||||
"conformities",
|
||||
"consonances",
|
||||
"harmonies",
|
||||
"solidarities",
|
||||
"understandings",
|
||||
"unions",
|
||||
"empathies",
|
||||
"rapports",
|
||||
"sympathies"
|
||||
],
|
||||
"near antonyms":[
|
||||
"discords",
|
||||
"dissensions",
|
||||
"dissentions",
|
||||
"dissents",
|
||||
"oppositions",
|
||||
"resistances",
|
||||
"disapprobations",
|
||||
"disapprovals",
|
||||
"disfavors"
|
||||
],
|
||||
"antonyms":[
|
||||
"conflicts",
|
||||
"disagreements",
|
||||
"dissensuses"
|
||||
]
|
||||
},
|
||||
"an arrangement about action to be taken":{
|
||||
"examples":[
|
||||
"we finally reached an agreement regarding a fair division of the housework"
|
||||
],
|
||||
"synonyms":[
|
||||
"accords",
|
||||
"bargains",
|
||||
"compacts",
|
||||
"contracts",
|
||||
"conventions",
|
||||
"covenants",
|
||||
"deals",
|
||||
"dispositions",
|
||||
"pacts",
|
||||
"settlements",
|
||||
"understandings"
|
||||
],
|
||||
"related":[
|
||||
"charters",
|
||||
"treaties",
|
||||
"binders",
|
||||
"pledges",
|
||||
"promises",
|
||||
"alliances",
|
||||
"associations",
|
||||
"entente cordiales",
|
||||
"ententes",
|
||||
"leagues",
|
||||
"partnerships",
|
||||
"acceptances",
|
||||
"approvals",
|
||||
"assents",
|
||||
"concurrences",
|
||||
"consents",
|
||||
"OKs",
|
||||
"okays"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"agita":{
|
||||
"an uneasy state of mind usually over the possibility of an anticipated misfortune or trouble":{
|
||||
"examples":[
|
||||
"took a deep breath to dispel her agita as she stepped onstage"
|
||||
],
|
||||
"synonyms":[
|
||||
"agitation",
|
||||
"anxiety",
|
||||
"anxiousness",
|
||||
"apprehension",
|
||||
"apprehensiveness",
|
||||
"care",
|
||||
"concern",
|
||||
"concernment",
|
||||
"disquiet",
|
||||
"disquietude",
|
||||
"fear",
|
||||
"nervosity",
|
||||
"nervousness",
|
||||
"perturbation",
|
||||
"solicitude",
|
||||
"sweat",
|
||||
"unease",
|
||||
"uneasiness",
|
||||
"worry"
|
||||
],
|
||||
"near synonyms":[
|
||||
"strain",
|
||||
"stress",
|
||||
"tension",
|
||||
"alarm",
|
||||
"alarum",
|
||||
"anguish",
|
||||
"consternation",
|
||||
"desperateness",
|
||||
"desperation",
|
||||
"discomfort",
|
||||
"discomposure",
|
||||
"dismay",
|
||||
"distraction",
|
||||
"distress",
|
||||
"disturbance",
|
||||
"edginess",
|
||||
"franticness",
|
||||
"hand-wringing",
|
||||
"jitters",
|
||||
"jumpiness",
|
||||
"panic",
|
||||
"tremor",
|
||||
"angst",
|
||||
"fearfulness",
|
||||
"torment",
|
||||
"upset",
|
||||
"vexation",
|
||||
"cold feet",
|
||||
"doubt",
|
||||
"dread",
|
||||
"foreboding",
|
||||
"incertitude",
|
||||
"misgiving",
|
||||
"presentiment",
|
||||
"suspense",
|
||||
"uncertainty",
|
||||
"compunction",
|
||||
"qualm",
|
||||
"scruple"
|
||||
],
|
||||
"near antonyms":[
|
||||
"calm",
|
||||
"calmness",
|
||||
"content",
|
||||
"contentment",
|
||||
"ease",
|
||||
"easiness",
|
||||
"peace",
|
||||
"peacefulness",
|
||||
"placidity",
|
||||
"placidness",
|
||||
"quiet",
|
||||
"quietude",
|
||||
"sereneness",
|
||||
"serenity",
|
||||
"tranquillity",
|
||||
"tranquility",
|
||||
"tranquilness",
|
||||
"comfort",
|
||||
"consolation",
|
||||
"relief",
|
||||
"solace"
|
||||
],
|
||||
"antonyms":[
|
||||
"unconcern"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"agency":{
|
||||
"a large unit of a governmental, business, or educational organization":{
|
||||
"examples":[
|
||||
"the federal agency charged with enforcing laws and regulations regarding the use of firearms"
|
||||
],
|
||||
"synonyms":[
|
||||
"arm",
|
||||
"branch",
|
||||
"bureau",
|
||||
"department",
|
||||
"desk",
|
||||
"division",
|
||||
"office",
|
||||
"service"
|
||||
],
|
||||
"near synonyms":[
|
||||
"subdepartment",
|
||||
"subdivision"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"something used to achieve an end":{
|
||||
"examples":[
|
||||
"by what agency do you plan to acquire this fortune?"
|
||||
],
|
||||
"synonyms":[
|
||||
"agent",
|
||||
"instrument",
|
||||
"instrumentality",
|
||||
"machinery",
|
||||
"means",
|
||||
"medium",
|
||||
"ministry",
|
||||
"organ",
|
||||
"vehicle"
|
||||
],
|
||||
"near synonyms":[
|
||||
"determinant",
|
||||
"expedient",
|
||||
"factor",
|
||||
"influence",
|
||||
"ingredient",
|
||||
"mechanism",
|
||||
"tool",
|
||||
"weapon",
|
||||
"activator",
|
||||
"animator",
|
||||
"catalyst",
|
||||
"driver",
|
||||
"energizer",
|
||||
"executor",
|
||||
"generator",
|
||||
"impetus",
|
||||
"incentive",
|
||||
"inspiration",
|
||||
"instigation",
|
||||
"instigator",
|
||||
"launcher",
|
||||
"mover",
|
||||
"power",
|
||||
"stimulus",
|
||||
"trigger",
|
||||
"antecedent",
|
||||
"cause",
|
||||
"occasion",
|
||||
"reason",
|
||||
"subagency",
|
||||
"subagent"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -4538,27 +4538,24 @@
|
||||
]
|
||||
},
|
||||
"alternative":{
|
||||
"as in":{
|
||||
"antonyms":[],
|
||||
"examples":[],
|
||||
"near antonyms":[],
|
||||
"related":[],
|
||||
"synonyms":[]
|
||||
},
|
||||
"the power, right, or opportunity to choose":{
|
||||
"antonyms":[],
|
||||
"examples":[
|
||||
"there's no alternative : we must cross the stream to reach our destination"
|
||||
],
|
||||
"near antonyms":[
|
||||
"coercion",
|
||||
"duress",
|
||||
"force",
|
||||
"duty",
|
||||
"obligation",
|
||||
"Hobson's choice"
|
||||
"synonyms":[
|
||||
"choice",
|
||||
"discretion",
|
||||
"druthers",
|
||||
"election",
|
||||
"liberty",
|
||||
"option",
|
||||
"pick",
|
||||
"preference",
|
||||
"selection",
|
||||
"volition",
|
||||
"way"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"determination",
|
||||
"free will",
|
||||
"will",
|
||||
@ -4578,19 +4575,98 @@
|
||||
"judgement",
|
||||
"perspicacity"
|
||||
],
|
||||
"synonyms":[
|
||||
"choice",
|
||||
"discretion",
|
||||
"druthers",
|
||||
"election",
|
||||
"liberty",
|
||||
"option",
|
||||
"pick",
|
||||
"preference",
|
||||
"selection",
|
||||
"volition",
|
||||
"way"
|
||||
]
|
||||
"near antonyms":[
|
||||
"coercion",
|
||||
"duress",
|
||||
"force",
|
||||
"duty",
|
||||
"obligation",
|
||||
"Hobson's choice"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in alternate , chosen":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"alternate",
|
||||
"chosen",
|
||||
"discretionary",
|
||||
"elective",
|
||||
"optional",
|
||||
"voluntary",
|
||||
"dispensable",
|
||||
"unnecessary",
|
||||
"unneeded",
|
||||
"unwanted"
|
||||
],
|
||||
"near antonyms":[
|
||||
"compulsory",
|
||||
"mandatory",
|
||||
"nonelective",
|
||||
"nonvoluntary",
|
||||
"obligatory",
|
||||
"required",
|
||||
"essential",
|
||||
"indispensable",
|
||||
"necessary",
|
||||
"requisite"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in unconventional , underground":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"antiestablishment",
|
||||
"nontraditional",
|
||||
"unconventional",
|
||||
"underground",
|
||||
"pioneering",
|
||||
"revolutionary",
|
||||
"trailblazing",
|
||||
"bizarre",
|
||||
"far-out",
|
||||
"outr\u00e9",
|
||||
"way-out",
|
||||
"advanced",
|
||||
"avant",
|
||||
"avant-garde",
|
||||
"cutting-edge",
|
||||
"progressive",
|
||||
"state-of-the-art",
|
||||
"fresh",
|
||||
"new",
|
||||
"novel",
|
||||
"original",
|
||||
"strange",
|
||||
"unaccustomed",
|
||||
"unfamiliar",
|
||||
"unheard-of",
|
||||
"unknown",
|
||||
"unprecedented",
|
||||
"contemporary",
|
||||
"current",
|
||||
"hot",
|
||||
"mod",
|
||||
"modern",
|
||||
"modernistic",
|
||||
"newfangled",
|
||||
"new-fashioned",
|
||||
"present-day",
|
||||
"red-hot",
|
||||
"space-age",
|
||||
"ultramodern",
|
||||
"up-to-date"
|
||||
],
|
||||
"near antonyms":[
|
||||
"conventional",
|
||||
"customary",
|
||||
"established",
|
||||
"orthodox",
|
||||
"traditional"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
@ -4688,31 +4764,21 @@
|
||||
},
|
||||
"altruistic":{
|
||||
"having or showing a concern for the welfare of others":{
|
||||
"antonyms":[
|
||||
"self-centered",
|
||||
"self-concerned",
|
||||
"selfish"
|
||||
],
|
||||
"examples":[
|
||||
"I'm not being altruistic in giving you these books, since I was going to have to lug them with me if you hadn't come along"
|
||||
],
|
||||
"near antonyms":[
|
||||
"self-indulgent",
|
||||
"self-seeking",
|
||||
"cheap",
|
||||
"closefisted",
|
||||
"miserly",
|
||||
"niggardly",
|
||||
"parsimonious",
|
||||
"stingy",
|
||||
"tight",
|
||||
"tightfisted",
|
||||
"hard-hearted",
|
||||
"pitiless",
|
||||
"unfeeling",
|
||||
"self-obsessed"
|
||||
"synonyms":[
|
||||
"beneficent",
|
||||
"benevolent",
|
||||
"charitable",
|
||||
"do-good",
|
||||
"eleemosynary",
|
||||
"good",
|
||||
"humanitarian",
|
||||
"philanthropic",
|
||||
"philanthropical"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"selfless",
|
||||
"self-sacrificing",
|
||||
"bighearted",
|
||||
@ -4736,16 +4802,26 @@
|
||||
"kindhearted",
|
||||
"social-minded"
|
||||
],
|
||||
"synonyms":[
|
||||
"beneficent",
|
||||
"benevolent",
|
||||
"charitable",
|
||||
"do-good",
|
||||
"eleemosynary",
|
||||
"good",
|
||||
"humanitarian",
|
||||
"philanthropic",
|
||||
"philanthropical"
|
||||
"near antonyms":[
|
||||
"self-indulgent",
|
||||
"self-seeking",
|
||||
"cheap",
|
||||
"closefisted",
|
||||
"miserly",
|
||||
"niggardly",
|
||||
"parsimonious",
|
||||
"stingy",
|
||||
"tight",
|
||||
"tightfisted",
|
||||
"hard-hearted",
|
||||
"pitiless",
|
||||
"unfeeling",
|
||||
"self-obsessed"
|
||||
],
|
||||
"antonyms":[
|
||||
"self-centered",
|
||||
"self-concerned",
|
||||
"selfish"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
@ -5038,7 +5114,7 @@
|
||||
"high and low",
|
||||
"throughout"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"every which way",
|
||||
"right and left"
|
||||
],
|
||||
@ -5192,5 +5268,510 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"allied":{
|
||||
"having a close connection like that between family members":{
|
||||
"examples":[
|
||||
"people with foreign language fluency and an allied skill such as the ability to relate to people from different cultures"
|
||||
],
|
||||
"synonyms":[
|
||||
"affiliated",
|
||||
"akin",
|
||||
"kindred",
|
||||
"related"
|
||||
],
|
||||
"related":[
|
||||
"associated",
|
||||
"connected",
|
||||
"interconnected",
|
||||
"interrelated",
|
||||
"joined",
|
||||
"alike",
|
||||
"analogous",
|
||||
"cognate",
|
||||
"comparable",
|
||||
"connate",
|
||||
"correspondent",
|
||||
"corresponding",
|
||||
"ditto",
|
||||
"like",
|
||||
"matching",
|
||||
"parallel",
|
||||
"resemblant",
|
||||
"resembling",
|
||||
"similar",
|
||||
"such",
|
||||
"suchlike",
|
||||
"identical",
|
||||
"same",
|
||||
"apposite",
|
||||
"apropos",
|
||||
"cogent",
|
||||
"germane",
|
||||
"material",
|
||||
"pertinent",
|
||||
"relevant"
|
||||
],
|
||||
"near antonyms":[
|
||||
"diacritical",
|
||||
"diacritic",
|
||||
"different",
|
||||
"disparate",
|
||||
"dissimilar",
|
||||
"distinct",
|
||||
"distinctive",
|
||||
"diverse",
|
||||
"nonidentical",
|
||||
"other",
|
||||
"unalike",
|
||||
"unlike",
|
||||
"differentiable",
|
||||
"discriminable",
|
||||
"distinguishable"
|
||||
],
|
||||
"antonyms":[
|
||||
"unrelated"
|
||||
]
|
||||
},
|
||||
"to form or enter into an association that furthers the interests of its members":{
|
||||
"examples":[
|
||||
"the area's small grape growers have allied and formed a cooperative that will help them get the best prices"
|
||||
],
|
||||
"synonyms":[
|
||||
"associated",
|
||||
"banded (together)",
|
||||
"clubbed",
|
||||
"coalesced",
|
||||
"cohered",
|
||||
"confederated",
|
||||
"conjoined",
|
||||
"cooperated",
|
||||
"federated",
|
||||
"leagued",
|
||||
"united"
|
||||
],
|
||||
"related":[
|
||||
"caballed",
|
||||
"collaborated",
|
||||
"ganged up",
|
||||
"hung together",
|
||||
"teamed (up)",
|
||||
"incorporated",
|
||||
"organized",
|
||||
"unionized",
|
||||
"affiliated",
|
||||
"amalgamated",
|
||||
"combined",
|
||||
"conglomerated",
|
||||
"consolidated",
|
||||
"converged",
|
||||
"grouped",
|
||||
"joined",
|
||||
"merged",
|
||||
"knotted",
|
||||
"linked",
|
||||
"tied",
|
||||
"wedded",
|
||||
"wed"
|
||||
],
|
||||
"near antonyms":[
|
||||
"detached",
|
||||
"disengaged",
|
||||
"dissolved",
|
||||
"disunited",
|
||||
"divorced",
|
||||
"parted",
|
||||
"segregated",
|
||||
"separated",
|
||||
"severed",
|
||||
"split",
|
||||
"sundered",
|
||||
"alienated",
|
||||
"estranged",
|
||||
"fell out"
|
||||
],
|
||||
"antonyms":[
|
||||
"broke up",
|
||||
"disbanded"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"alleviates":{
|
||||
"to make more bearable or less severe":{
|
||||
"examples":[
|
||||
"a car pool alleviates some of the stress of driving the kids to and from school every day"
|
||||
],
|
||||
"synonyms":[
|
||||
"allays",
|
||||
"assuages",
|
||||
"eases",
|
||||
"helps",
|
||||
"mitigates",
|
||||
"mollifies",
|
||||
"palliates",
|
||||
"relieves",
|
||||
"soothes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abates",
|
||||
"lightens",
|
||||
"moderates",
|
||||
"softens",
|
||||
"tempers",
|
||||
"cures",
|
||||
"heals",
|
||||
"remedies",
|
||||
"amends",
|
||||
"corrects",
|
||||
"emends",
|
||||
"fixes",
|
||||
"mends",
|
||||
"rectifies",
|
||||
"reforms",
|
||||
"repairs",
|
||||
"ameliorates",
|
||||
"betters",
|
||||
"enhances",
|
||||
"enriches",
|
||||
"improves",
|
||||
"meliorates",
|
||||
"perfects",
|
||||
"refines"
|
||||
],
|
||||
"near antonyms":[
|
||||
"harms",
|
||||
"hurts",
|
||||
"impairs",
|
||||
"injures",
|
||||
"heightens",
|
||||
"intensifies",
|
||||
"sharpens"
|
||||
],
|
||||
"antonyms":[
|
||||
"aggravates",
|
||||
"exacerbates"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"alphas":{
|
||||
"the point at which something begins":{
|
||||
"examples":[
|
||||
"money is not the alpha and omega\u2014the beginning and end\u2014of life's purpose"
|
||||
],
|
||||
"synonyms":[
|
||||
"baselines",
|
||||
"beginnings",
|
||||
"births",
|
||||
"commencements",
|
||||
"dawns",
|
||||
"day ones",
|
||||
"geneses",
|
||||
"get-goes",
|
||||
"git-goes",
|
||||
"inceptions",
|
||||
"incipiences",
|
||||
"incipiencies",
|
||||
"kickoffs",
|
||||
"launches",
|
||||
"mornings",
|
||||
"nascences",
|
||||
"nascencies",
|
||||
"onsets",
|
||||
"outsets",
|
||||
"starts",
|
||||
"thresholds"
|
||||
],
|
||||
"near synonyms":[
|
||||
"drawing boards",
|
||||
"first bases",
|
||||
"ground zeros",
|
||||
"square ones",
|
||||
"creations",
|
||||
"inaugurations",
|
||||
"initiations",
|
||||
"institutions",
|
||||
"originations",
|
||||
"cradles",
|
||||
"fountainheads",
|
||||
"fountains",
|
||||
"germs",
|
||||
"origins",
|
||||
"roots",
|
||||
"seedbeds",
|
||||
"sources",
|
||||
"springs",
|
||||
"wells",
|
||||
"wellsprings",
|
||||
"openings",
|
||||
"advents",
|
||||
"appearances",
|
||||
"arrivals",
|
||||
"debuts",
|
||||
"d\u00e9buts",
|
||||
"emergences",
|
||||
"childhoods",
|
||||
"infancies",
|
||||
"youths"
|
||||
],
|
||||
"near antonyms":[
|
||||
"cessations",
|
||||
"closings",
|
||||
"closures",
|
||||
"completions",
|
||||
"finales",
|
||||
"finishes",
|
||||
"periods",
|
||||
"stops",
|
||||
"terminations",
|
||||
"windups"
|
||||
],
|
||||
"antonyms":[
|
||||
"closes",
|
||||
"conclusions",
|
||||
"endings",
|
||||
"ends",
|
||||
"omegas"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"almsgivings":{
|
||||
"the giving of necessities and especially money to the needy":{
|
||||
"examples":[
|
||||
"good works such as almsgiving , tending the sick and visiting the imprisoned"
|
||||
],
|
||||
"synonyms":[
|
||||
"charities",
|
||||
"doles",
|
||||
"philanthropies"
|
||||
],
|
||||
"near synonyms":[
|
||||
"altruisms",
|
||||
"do-goodings",
|
||||
"do-goodisms",
|
||||
"humanisms",
|
||||
"humanitarianisms",
|
||||
"beneficences",
|
||||
"benevolences",
|
||||
"goodwills",
|
||||
"alms",
|
||||
"benefactions",
|
||||
"contributions",
|
||||
"donations",
|
||||
"reliefs",
|
||||
"welfares",
|
||||
"endowments",
|
||||
"funds",
|
||||
"grants",
|
||||
"subsidies"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"allowing (for)":{
|
||||
"to give consideration to (as unexpected circumstances or contingencies)":{
|
||||
"examples":[
|
||||
"budget your time to allow for the possibility of unexpected problems"
|
||||
],
|
||||
"synonyms":[
|
||||
"considering",
|
||||
"factoring (in or into)",
|
||||
"providing (for)",
|
||||
"regarding"
|
||||
],
|
||||
"near synonyms":[
|
||||
"accommodating",
|
||||
"adapting",
|
||||
"adjusting",
|
||||
"conditioning",
|
||||
"anticipating",
|
||||
"contemplating",
|
||||
"envisaging",
|
||||
"expecting",
|
||||
"foreseeing",
|
||||
"assuming",
|
||||
"presuming",
|
||||
"presupposing",
|
||||
"planning",
|
||||
"calculating",
|
||||
"facing"
|
||||
],
|
||||
"near antonyms":[
|
||||
"factoring (out)"
|
||||
],
|
||||
"antonyms":[
|
||||
"discounting",
|
||||
"disregarding"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"alerted":{
|
||||
"as in aware , informed":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"aware",
|
||||
"clued (in)",
|
||||
"forewarned",
|
||||
"informed",
|
||||
"prepared",
|
||||
"ready",
|
||||
"warned",
|
||||
"hip",
|
||||
"knowing",
|
||||
"wise",
|
||||
"observant",
|
||||
"observing",
|
||||
"sharp",
|
||||
"sharp-eyed",
|
||||
"alert",
|
||||
"attentive",
|
||||
"open-eyed",
|
||||
"vigilant",
|
||||
"watchful",
|
||||
"plugged-in",
|
||||
"with-it"
|
||||
],
|
||||
"near antonyms":[
|
||||
"unknowing",
|
||||
"oblivious",
|
||||
"unaware",
|
||||
"unconscious",
|
||||
"uninformed",
|
||||
"unwitting",
|
||||
"heedless",
|
||||
"unmindful",
|
||||
"unprepared",
|
||||
"unready",
|
||||
"unwary"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to give notice to beforehand especially of danger or risk":{
|
||||
"examples":[
|
||||
"alerted us to the possibility that the roads would be flooded and we might have to take a detour"
|
||||
],
|
||||
"synonyms":[
|
||||
"advised",
|
||||
"cautioned",
|
||||
"forewarned",
|
||||
"warned",
|
||||
"woke",
|
||||
"waked"
|
||||
],
|
||||
"near synonyms":[
|
||||
"augured",
|
||||
"forecast",
|
||||
"forecasted",
|
||||
"foretold",
|
||||
"harbingered",
|
||||
"predicted",
|
||||
"presaged",
|
||||
"prognosticated",
|
||||
"prophesied",
|
||||
"apprised",
|
||||
"informed",
|
||||
"notified",
|
||||
"tipped (off)",
|
||||
"admonished",
|
||||
"boded",
|
||||
"foreboded",
|
||||
"forboded",
|
||||
"foreshadowed",
|
||||
"foretokened",
|
||||
"portended"
|
||||
],
|
||||
"near antonyms":[
|
||||
"imperiled",
|
||||
"imperilled",
|
||||
"risked"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"almsgivers":{
|
||||
"as in philanthropists , almoners":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"almoners",
|
||||
"philanthropists",
|
||||
"angels",
|
||||
"benefactors",
|
||||
"donators",
|
||||
"donors",
|
||||
"fairy godmothers",
|
||||
"Maecenases",
|
||||
"patrons",
|
||||
"sugar daddies",
|
||||
"benefactresses",
|
||||
"patronesses",
|
||||
"altruists",
|
||||
"bestowers",
|
||||
"contributors",
|
||||
"givers",
|
||||
"helpers",
|
||||
"subscribers",
|
||||
"supporters",
|
||||
"guardian angels",
|
||||
"protectors",
|
||||
"saviors",
|
||||
"saviours"
|
||||
],
|
||||
"near antonyms":[
|
||||
"beneficiaries",
|
||||
"donees",
|
||||
"giftees",
|
||||
"recipients"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"alamedas":{
|
||||
"as in all\u00e9es":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"all\u00e9es",
|
||||
"walkways",
|
||||
"arcades",
|
||||
"colonnades",
|
||||
"gallerias",
|
||||
"galleries",
|
||||
"boardwalks",
|
||||
"malls",
|
||||
"promenades",
|
||||
"walks",
|
||||
"plazas"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -2553,5 +2553,320 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"amuses":{
|
||||
"to cause (someone) to pass the time agreeably occupied":{
|
||||
"examples":[
|
||||
"the older girl amused her four-year-old sister at the family reunion by showing her off to all the relatives"
|
||||
],
|
||||
"synonyms":[
|
||||
"disports",
|
||||
"diverts",
|
||||
"entertains",
|
||||
"regales",
|
||||
"solaces"
|
||||
],
|
||||
"related":[
|
||||
"absorbs",
|
||||
"busies",
|
||||
"distracts",
|
||||
"engages",
|
||||
"engrosses",
|
||||
"immerses",
|
||||
"interests",
|
||||
"involves",
|
||||
"occupies",
|
||||
"beguiles",
|
||||
"bewitches",
|
||||
"captivates",
|
||||
"charms",
|
||||
"delights",
|
||||
"enchants",
|
||||
"enthralls",
|
||||
"enthrals",
|
||||
"fascinates",
|
||||
"grips",
|
||||
"hypnotizes",
|
||||
"intrigues",
|
||||
"mesmerizes",
|
||||
"coddles",
|
||||
"gratifies",
|
||||
"humors",
|
||||
"indulges",
|
||||
"mollycoddles",
|
||||
"pampers",
|
||||
"pleases",
|
||||
"pleasures",
|
||||
"spoils",
|
||||
"appeases",
|
||||
"comforts",
|
||||
"conciliates",
|
||||
"consoles",
|
||||
"contents",
|
||||
"mollifies",
|
||||
"obliges",
|
||||
"pacifies",
|
||||
"placates",
|
||||
"propitiates",
|
||||
"soothes"
|
||||
],
|
||||
"near antonyms":[
|
||||
"bores",
|
||||
"jades",
|
||||
"drains",
|
||||
"enervates",
|
||||
"exhausts",
|
||||
"fatigues",
|
||||
"tires",
|
||||
"wearies",
|
||||
"wears",
|
||||
"wears out",
|
||||
"aggravates",
|
||||
"annoys",
|
||||
"bothers",
|
||||
"bugs",
|
||||
"chafes",
|
||||
"disturbs",
|
||||
"exasperates",
|
||||
"frets",
|
||||
"galls",
|
||||
"grates",
|
||||
"harasses",
|
||||
"harries",
|
||||
"irks",
|
||||
"nettles",
|
||||
"peeves",
|
||||
"perturbs",
|
||||
"pesters",
|
||||
"piques",
|
||||
"upsets",
|
||||
"vexes"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"amnesty":{
|
||||
"release from the guilt or penalty of an offense":{
|
||||
"examples":[
|
||||
"the president of France traditionally grants amnesty to specially selected prisoners on Bastille Day"
|
||||
],
|
||||
"synonyms":[
|
||||
"absolution",
|
||||
"forgiveness",
|
||||
"pardon",
|
||||
"remission",
|
||||
"remittal"
|
||||
],
|
||||
"near synonyms":[
|
||||
"parole",
|
||||
"acquittal",
|
||||
"exculpation",
|
||||
"exoneration",
|
||||
"vindication",
|
||||
"condonation",
|
||||
"exemption",
|
||||
"immunity",
|
||||
"impunity",
|
||||
"indemnity",
|
||||
"commutation",
|
||||
"commuting",
|
||||
"reprieve",
|
||||
"clemency",
|
||||
"leniency",
|
||||
"mercy"
|
||||
],
|
||||
"near antonyms":[
|
||||
"conviction",
|
||||
"sentence",
|
||||
"assessment",
|
||||
"charge",
|
||||
"fine",
|
||||
"imposition",
|
||||
"levying",
|
||||
"castigation",
|
||||
"chastening",
|
||||
"chastisement",
|
||||
"condemnation"
|
||||
],
|
||||
"antonyms":[
|
||||
"penalty",
|
||||
"punishment",
|
||||
"retribution"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"ambulating":{
|
||||
"to go on foot":{
|
||||
"examples":[
|
||||
"a progressive disease that compromises a patient's ability to ambulate"
|
||||
],
|
||||
"synonyms":[
|
||||
"footing (it)",
|
||||
"hoofing (it)",
|
||||
"legging (it)",
|
||||
"padding",
|
||||
"stepping",
|
||||
"traipsing",
|
||||
"treading",
|
||||
"walking"
|
||||
],
|
||||
"near synonyms":[
|
||||
"parading",
|
||||
"promenading",
|
||||
"marching",
|
||||
"pacing",
|
||||
"stepping out",
|
||||
"striding",
|
||||
"trooping",
|
||||
"power walking",
|
||||
"hiking",
|
||||
"peregrinating",
|
||||
"trekking",
|
||||
"ambling",
|
||||
"moseying",
|
||||
"perambulating",
|
||||
"rambling",
|
||||
"sauntering",
|
||||
"strolling",
|
||||
"wandering",
|
||||
"clumping",
|
||||
"stomping",
|
||||
"stumping",
|
||||
"tramping",
|
||||
"trampling",
|
||||
"tromping",
|
||||
"footslogging",
|
||||
"plodding",
|
||||
"trudging",
|
||||
"gimping",
|
||||
"hobbling",
|
||||
"limping",
|
||||
"mincing",
|
||||
"prancing",
|
||||
"pussyfooting",
|
||||
"tiptoeing",
|
||||
"bouncing",
|
||||
"sashaying",
|
||||
"stalking",
|
||||
"strutting",
|
||||
"swaggering",
|
||||
"faltering",
|
||||
"lumbering",
|
||||
"lurching",
|
||||
"pounding",
|
||||
"scuffing",
|
||||
"shambling",
|
||||
"shuffling",
|
||||
"staggering",
|
||||
"stumbling",
|
||||
"toddling",
|
||||
"waddling",
|
||||
"nipping",
|
||||
"tapping",
|
||||
"tripping",
|
||||
"trotting"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"ambit":{
|
||||
"an area over which activity, capacity, or influence extends":{
|
||||
"examples":[
|
||||
"many feel that church leaders stray outside of their proper ambit when they make specific political endorsements"
|
||||
],
|
||||
"synonyms":[
|
||||
"amplitude",
|
||||
"breadth",
|
||||
"compass",
|
||||
"confines",
|
||||
"dimension(s)",
|
||||
"extent",
|
||||
"range",
|
||||
"reach",
|
||||
"realm",
|
||||
"scope",
|
||||
"sweep",
|
||||
"width"
|
||||
],
|
||||
"near synonyms":[
|
||||
"gamut",
|
||||
"spectrum",
|
||||
"spread",
|
||||
"bailiwick",
|
||||
"circle",
|
||||
"demesne",
|
||||
"department",
|
||||
"discipline",
|
||||
"domain",
|
||||
"element",
|
||||
"fief",
|
||||
"fiefdom",
|
||||
"field",
|
||||
"province",
|
||||
"region",
|
||||
"specialty",
|
||||
"sphere",
|
||||
"terrain",
|
||||
"frontier",
|
||||
"horizon",
|
||||
"panorama"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"amulets":{
|
||||
"something worn or kept to bring good luck or keep away evil":{
|
||||
"examples":[
|
||||
"a small cross made of goat bone was worn in the Middle Ages as an amulet to ward off evil"
|
||||
],
|
||||
"synonyms":[
|
||||
"charms",
|
||||
"fetishes",
|
||||
"fetiches",
|
||||
"mascots",
|
||||
"mojoes",
|
||||
"mojos",
|
||||
"periapts",
|
||||
"phylacteries",
|
||||
"talismans"
|
||||
],
|
||||
"near synonyms":[
|
||||
"gris-gris",
|
||||
"grigri",
|
||||
"jujus",
|
||||
"philters",
|
||||
"toadstones",
|
||||
"emblems",
|
||||
"symbols",
|
||||
"tokens",
|
||||
"totems"
|
||||
],
|
||||
"near antonyms":[
|
||||
"curses",
|
||||
"hexes",
|
||||
"spells"
|
||||
],
|
||||
"antonyms":[
|
||||
"hoodoos",
|
||||
"jinxes"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -5776,7 +5776,7 @@
|
||||
"climacteric",
|
||||
"climactic"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"apical",
|
||||
"apogean",
|
||||
"crestal",
|
||||
@ -5956,5 +5956,596 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"apparels":{
|
||||
"to outfit with clothes and especially fine or special clothes":{
|
||||
"examples":[
|
||||
"a designer who regularly apparels several of the presenters at the Oscar ceremonies"
|
||||
],
|
||||
"synonyms":[
|
||||
"arrays",
|
||||
"attires",
|
||||
"bedecks",
|
||||
"caparisons",
|
||||
"clothes",
|
||||
"costumes",
|
||||
"decks (out)",
|
||||
"does up",
|
||||
"dresses",
|
||||
"dresses up",
|
||||
"enrobes",
|
||||
"garbs",
|
||||
"garments",
|
||||
"gets up",
|
||||
"gowns",
|
||||
"habits",
|
||||
"invests",
|
||||
"rigs (out)",
|
||||
"robes",
|
||||
"suits",
|
||||
"togs (up or out)",
|
||||
"toilets",
|
||||
"vestures"
|
||||
],
|
||||
"related":[
|
||||
"cloaks",
|
||||
"frocks",
|
||||
"jackets",
|
||||
"mantles",
|
||||
"vests",
|
||||
"drapes",
|
||||
"enswathes",
|
||||
"haps",
|
||||
"huddles",
|
||||
"swaddles",
|
||||
"swathes",
|
||||
"wraps",
|
||||
"accoutres",
|
||||
"accouters",
|
||||
"bedights",
|
||||
"equips",
|
||||
"furnishes",
|
||||
"habilitates",
|
||||
"outfits",
|
||||
"tailors",
|
||||
"uniforms",
|
||||
"dresses down",
|
||||
"underdresses"
|
||||
],
|
||||
"near antonyms":[
|
||||
"denudes",
|
||||
"divests",
|
||||
"uncovers",
|
||||
"undrapes",
|
||||
"unveils"
|
||||
],
|
||||
"antonyms":[
|
||||
"disarrays",
|
||||
"disrobes",
|
||||
"strips",
|
||||
"unclothes",
|
||||
"undresses",
|
||||
"untrusses"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"applauder":{
|
||||
"as in cheerleader , fellow traveler":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"apprized":{
|
||||
"as in respected , regarded":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"admired",
|
||||
"esteemed",
|
||||
"regarded",
|
||||
"respected",
|
||||
"revered",
|
||||
"reverenced",
|
||||
"venerated",
|
||||
"delighted (in)",
|
||||
"dug",
|
||||
"enjoyed",
|
||||
"fancied",
|
||||
"grooved (on)",
|
||||
"liked",
|
||||
"relished",
|
||||
"reveled (in)",
|
||||
"revelled (in)",
|
||||
"enshrined",
|
||||
"memorialized",
|
||||
"appreciated",
|
||||
"cherished",
|
||||
"loved",
|
||||
"prized",
|
||||
"treasured",
|
||||
"valued",
|
||||
"adored",
|
||||
"caressed",
|
||||
"doted (on)",
|
||||
"idolized",
|
||||
"worshipped",
|
||||
"worshiped"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disvalued",
|
||||
"undervalued",
|
||||
"abhorred",
|
||||
"abominated",
|
||||
"despised",
|
||||
"detested",
|
||||
"execrated",
|
||||
"hated",
|
||||
"loathed",
|
||||
"disdained",
|
||||
"high-hatted",
|
||||
"scorned",
|
||||
"scouted",
|
||||
"slighted",
|
||||
"sniffed (at)",
|
||||
"snubbed",
|
||||
"bad-mouthed",
|
||||
"belittled",
|
||||
"cried down",
|
||||
"decried",
|
||||
"deprecated",
|
||||
"depreciated",
|
||||
"disparaged",
|
||||
"kissed off",
|
||||
"minimized",
|
||||
"put down",
|
||||
"wrote off",
|
||||
"abandoned",
|
||||
"forgot",
|
||||
"neglected"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"approximates":{
|
||||
"to come near or nearer to in character or quality":{
|
||||
"examples":[
|
||||
"Rob's violin performance last night didn't even approximate what he's really capable of when he's not feeling sick"
|
||||
],
|
||||
"synonyms":[
|
||||
"approaches",
|
||||
"compares (with)",
|
||||
"measures up (to)",
|
||||
"stacks up (against or with)"
|
||||
],
|
||||
"near synonyms":[
|
||||
"adds up (to)",
|
||||
"amounts (to)",
|
||||
"comes (to)",
|
||||
"duplicates",
|
||||
"equals",
|
||||
"matches",
|
||||
"mirrors",
|
||||
"parallels",
|
||||
"reflects",
|
||||
"borders (on)",
|
||||
"touches (on)",
|
||||
"verges (on)"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"apprizes":{
|
||||
"as in respects , regards":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"admires",
|
||||
"esteems",
|
||||
"regards",
|
||||
"respects",
|
||||
"reverences",
|
||||
"reveres",
|
||||
"venerates",
|
||||
"delights (in)",
|
||||
"digs",
|
||||
"enjoys",
|
||||
"fancies",
|
||||
"grooves (on)",
|
||||
"likes",
|
||||
"relishes",
|
||||
"revels (in)",
|
||||
"enshrines",
|
||||
"memorializes",
|
||||
"appreciates",
|
||||
"cherishes",
|
||||
"loves",
|
||||
"prizes",
|
||||
"treasures",
|
||||
"values",
|
||||
"adores",
|
||||
"caresses",
|
||||
"dotes (on)",
|
||||
"idolizes",
|
||||
"worships"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disvalues",
|
||||
"undervalues",
|
||||
"abhors",
|
||||
"abominates",
|
||||
"despises",
|
||||
"detests",
|
||||
"execrates",
|
||||
"hates",
|
||||
"loathes",
|
||||
"disdains",
|
||||
"high-hats",
|
||||
"scorns",
|
||||
"scouts",
|
||||
"slights",
|
||||
"sniffs (at)",
|
||||
"snubs",
|
||||
"bad-mouths",
|
||||
"belittles",
|
||||
"cries down",
|
||||
"decries",
|
||||
"deprecates",
|
||||
"depreciates",
|
||||
"disparages",
|
||||
"kisses off",
|
||||
"minimizes",
|
||||
"puts down",
|
||||
"writes off",
|
||||
"abandons",
|
||||
"forgets",
|
||||
"neglects"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"apprehended":{
|
||||
"taken and held prisoner":{
|
||||
"examples":[
|
||||
"an apprehended crime lord who can easily post the million-dollar bail"
|
||||
],
|
||||
"synonyms":[
|
||||
"arrested",
|
||||
"captive",
|
||||
"captured",
|
||||
"caught",
|
||||
"confined",
|
||||
"imprisoned",
|
||||
"incarcerated",
|
||||
"interned",
|
||||
"jailed"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bound",
|
||||
"enslaved",
|
||||
"indentured",
|
||||
"ensnared",
|
||||
"trapped",
|
||||
"abducted",
|
||||
"kidnapped",
|
||||
"kidnaped",
|
||||
"subdued",
|
||||
"subjugated",
|
||||
"occupied"
|
||||
],
|
||||
"near antonyms":[
|
||||
"unconfined",
|
||||
"unrestrained",
|
||||
"delivered",
|
||||
"emancipated",
|
||||
"enfranchised",
|
||||
"freed",
|
||||
"liberated",
|
||||
"paroled",
|
||||
"released"
|
||||
],
|
||||
"antonyms":[
|
||||
"free"
|
||||
]
|
||||
},
|
||||
"to have a clear idea of":{
|
||||
"examples":[
|
||||
"do you apprehend the importance of this discovery?"
|
||||
],
|
||||
"synonyms":[
|
||||
"appreciated",
|
||||
"assimilated",
|
||||
"beheld",
|
||||
"caught",
|
||||
"caught on (to)",
|
||||
"cognized",
|
||||
"compassed",
|
||||
"comprehended",
|
||||
"conceived",
|
||||
"cottoned (to or on to)",
|
||||
"deciphered",
|
||||
"decoded",
|
||||
"discerned",
|
||||
"dug",
|
||||
"got",
|
||||
"grasped",
|
||||
"grokked",
|
||||
"intuited",
|
||||
"knew",
|
||||
"made",
|
||||
"made out",
|
||||
"perceived",
|
||||
"recognized",
|
||||
"registered",
|
||||
"savvied",
|
||||
"saw",
|
||||
"seized",
|
||||
"sensed",
|
||||
"tumbled (to)",
|
||||
"twigged",
|
||||
"understood"
|
||||
],
|
||||
"near synonyms":[
|
||||
"absorbed",
|
||||
"digested",
|
||||
"took in",
|
||||
"realized",
|
||||
"fathomed",
|
||||
"penetrated",
|
||||
"pierced"
|
||||
],
|
||||
"near antonyms":[
|
||||
"misapprehended",
|
||||
"misconceived",
|
||||
"misconstrued",
|
||||
"misinterpreted",
|
||||
"misperceived",
|
||||
"misread",
|
||||
"mistook",
|
||||
"misunderstood"
|
||||
],
|
||||
"antonyms":[
|
||||
"missed"
|
||||
]
|
||||
},
|
||||
"to take or keep under one's control by authority of law":{
|
||||
"examples":[
|
||||
"the agency charged with apprehending criminals who have violated federal law"
|
||||
],
|
||||
"synonyms":[
|
||||
"arrested",
|
||||
"busted",
|
||||
"bust",
|
||||
"collared",
|
||||
"nabbed",
|
||||
"nailed",
|
||||
"nicked",
|
||||
"picked up",
|
||||
"pinched",
|
||||
"pulled in",
|
||||
"ran in",
|
||||
"restrained",
|
||||
"seized"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bagged",
|
||||
"captured",
|
||||
"caught",
|
||||
"got",
|
||||
"grabbed",
|
||||
"grappled",
|
||||
"hooked",
|
||||
"landed",
|
||||
"snapped (up)",
|
||||
"snared",
|
||||
"snatched",
|
||||
"trapped",
|
||||
"committed",
|
||||
"confined",
|
||||
"detained",
|
||||
"held",
|
||||
"immured",
|
||||
"imprisoned",
|
||||
"incarcerated",
|
||||
"interned",
|
||||
"jailed",
|
||||
"jugged",
|
||||
"locked (up)",
|
||||
"bound",
|
||||
"enchained",
|
||||
"fettered",
|
||||
"handcuffed",
|
||||
"manacled",
|
||||
"shackled",
|
||||
"trammeled",
|
||||
"trammelled",
|
||||
"rearrested",
|
||||
"remanded"
|
||||
],
|
||||
"near antonyms":[
|
||||
"emancipated",
|
||||
"freed",
|
||||
"liberated",
|
||||
"loosed",
|
||||
"loosened",
|
||||
"released",
|
||||
"sprang",
|
||||
"sprung",
|
||||
"unbound",
|
||||
"unchained"
|
||||
],
|
||||
"antonyms":[
|
||||
"discharged"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"appellation":{
|
||||
"a word or combination of words by which a person or thing is regularly known":{
|
||||
"examples":[
|
||||
"a twisting road that deserved the appellation \"Sidewinder Lane\""
|
||||
],
|
||||
"synonyms":[
|
||||
"appellative",
|
||||
"cognomen",
|
||||
"compellation",
|
||||
"denomination",
|
||||
"denotation",
|
||||
"designation",
|
||||
"handle",
|
||||
"moniker",
|
||||
"monicker",
|
||||
"name",
|
||||
"nomenclature",
|
||||
"title"
|
||||
],
|
||||
"near synonyms":[
|
||||
"baptismal name",
|
||||
"Christian name",
|
||||
"first name",
|
||||
"forename",
|
||||
"given name",
|
||||
"family name",
|
||||
"maiden name",
|
||||
"middle name",
|
||||
"surname",
|
||||
"matronymic",
|
||||
"patronymic",
|
||||
"byname",
|
||||
"diminutive",
|
||||
"epithet",
|
||||
"hypocorism",
|
||||
"nickname",
|
||||
"sobriquet",
|
||||
"soubriquet",
|
||||
"banner",
|
||||
"rubric",
|
||||
"tag",
|
||||
"alias",
|
||||
"cryptonym",
|
||||
"nom de guerre",
|
||||
"nom de plume",
|
||||
"pen name",
|
||||
"pseudonym",
|
||||
"binomial",
|
||||
"monomial",
|
||||
"trivial name",
|
||||
"vernacular",
|
||||
"misnomer",
|
||||
"brand name",
|
||||
"label",
|
||||
"trademark",
|
||||
"trade name"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"apprenticed":{
|
||||
"as in partnered , contracted":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"contracted",
|
||||
"jobbed",
|
||||
"partnered",
|
||||
"subcontracted",
|
||||
"assumed",
|
||||
"employed",
|
||||
"engaged",
|
||||
"feed",
|
||||
"hired",
|
||||
"laid on",
|
||||
"paid",
|
||||
"placed",
|
||||
"recruited",
|
||||
"retained",
|
||||
"signed (up or on)",
|
||||
"took on",
|
||||
"reemployed",
|
||||
"re-employed",
|
||||
"reengaged",
|
||||
"re-engaged",
|
||||
"rehired",
|
||||
"enlisted",
|
||||
"advanced",
|
||||
"promoted",
|
||||
"upgraded",
|
||||
"kept (on)",
|
||||
"headhunted",
|
||||
"scouted"
|
||||
],
|
||||
"near antonyms":[
|
||||
"furloughed",
|
||||
"laid off",
|
||||
"locked out",
|
||||
"axed",
|
||||
"canned",
|
||||
"discharged",
|
||||
"dismissed",
|
||||
"fired",
|
||||
"sacked"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"apiece":{
|
||||
"for each one":{
|
||||
"examples":[
|
||||
"when you figure that they usually sell for six dollars apiece , you're getting quite a bargain"
|
||||
],
|
||||
"synonyms":[
|
||||
"all",
|
||||
"each",
|
||||
"per",
|
||||
"per capita"
|
||||
],
|
||||
"near synonyms":[
|
||||
"apart",
|
||||
"discretely",
|
||||
"independently",
|
||||
"individually",
|
||||
"respectively",
|
||||
"separately",
|
||||
"singly"
|
||||
],
|
||||
"near antonyms":[
|
||||
"aggregately",
|
||||
"altogether",
|
||||
"collectively",
|
||||
"together"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
}
|
||||
}
|
78
en_MW_thesaurus/aq_mwt.json
Normal file
78
en_MW_thesaurus/aq_mwt.json
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"aquacultural":{
|
||||
"as in arboricultural":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"arboricultural",
|
||||
"garden",
|
||||
"country",
|
||||
"rural",
|
||||
"rustic",
|
||||
"rustical",
|
||||
"villatic",
|
||||
"bucolic",
|
||||
"georgic",
|
||||
"pastoral",
|
||||
"pastoralist",
|
||||
"agronomic",
|
||||
"arable",
|
||||
"monocultural",
|
||||
"agrarian",
|
||||
"agricultural",
|
||||
"farming"
|
||||
],
|
||||
"near antonyms":[
|
||||
"nonagricultural",
|
||||
"metro",
|
||||
"metropolitan",
|
||||
"urban",
|
||||
"industrial",
|
||||
"industrialized"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"aqueduct":{
|
||||
"an open man-made passageway for water":{
|
||||
"examples":[
|
||||
"marveled at the ancient Roman aqueducts that still carry water to distant villages"
|
||||
],
|
||||
"synonyms":[
|
||||
"canal",
|
||||
"channel",
|
||||
"conduit",
|
||||
"course",
|
||||
"flume",
|
||||
"racecourse",
|
||||
"raceway",
|
||||
"watercourse",
|
||||
"waterway"
|
||||
],
|
||||
"near synonyms":[
|
||||
"millrace",
|
||||
"millstream",
|
||||
"floodway",
|
||||
"sluice",
|
||||
"sluiceway",
|
||||
"spillway",
|
||||
"swash",
|
||||
"tideway",
|
||||
"torrent",
|
||||
"gutter",
|
||||
"trough",
|
||||
"river",
|
||||
"rivulet",
|
||||
"stream"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -2018,17 +2018,18 @@
|
||||
},
|
||||
"arouse":{
|
||||
"to cause to stop sleeping":{
|
||||
"antonyms":[
|
||||
"lull"
|
||||
],
|
||||
"examples":[
|
||||
"the rooster's crow aroused me from my deep sleep"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hypnotize",
|
||||
"mesmerize"
|
||||
"synonyms":[
|
||||
"awake",
|
||||
"awaken",
|
||||
"knock up",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"roust",
|
||||
"rout",
|
||||
"raise",
|
||||
@ -2043,20 +2044,39 @@
|
||||
"stimulate",
|
||||
"stir"
|
||||
],
|
||||
"synonyms":[
|
||||
"awake",
|
||||
"awaken",
|
||||
"knock up",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
"near antonyms":[
|
||||
"hypnotize",
|
||||
"mesmerize"
|
||||
],
|
||||
"antonyms":[
|
||||
"lull"
|
||||
]
|
||||
},
|
||||
"to cease to be asleep":{
|
||||
"antonyms":[],
|
||||
"examples":[
|
||||
"set the alarm so we would arouse at 5:00 a.m."
|
||||
],
|
||||
"synonyms":[
|
||||
"awake",
|
||||
"awaken",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
],
|
||||
"near synonyms":[
|
||||
"arise",
|
||||
"get up",
|
||||
"rise",
|
||||
"roll out",
|
||||
"turn out",
|
||||
"uprise",
|
||||
"watch",
|
||||
"revive",
|
||||
"reawaken",
|
||||
"rewake",
|
||||
"shift",
|
||||
"stir"
|
||||
],
|
||||
"near antonyms":[
|
||||
"catnap",
|
||||
"conk (off or out)",
|
||||
@ -2080,45 +2100,28 @@
|
||||
"sleep in",
|
||||
"oversleep"
|
||||
],
|
||||
"related":[
|
||||
"arise",
|
||||
"get up",
|
||||
"rise",
|
||||
"roll out",
|
||||
"turn out",
|
||||
"uprise",
|
||||
"watch",
|
||||
"revive",
|
||||
"reawaken",
|
||||
"rewake",
|
||||
"shift",
|
||||
"stir"
|
||||
],
|
||||
"synonyms":[
|
||||
"awake",
|
||||
"awaken",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
]
|
||||
"antonyms":[]
|
||||
},
|
||||
"to rouse to strong feeling or action":{
|
||||
"antonyms":[],
|
||||
"examples":[
|
||||
"the court's controversial decision aroused many to protest and to lobby the legislature for a constitutional amendment"
|
||||
],
|
||||
"near antonyms":[
|
||||
"calm",
|
||||
"soothe",
|
||||
"subdue",
|
||||
"tranquilize",
|
||||
"tranquillize",
|
||||
"appease",
|
||||
"mollify",
|
||||
"pacify",
|
||||
"placate"
|
||||
"synonyms":[
|
||||
"encourage",
|
||||
"excite",
|
||||
"fire (up)",
|
||||
"impassion",
|
||||
"incite",
|
||||
"instigate",
|
||||
"move",
|
||||
"pique",
|
||||
"provoke",
|
||||
"rev (up)",
|
||||
"spark",
|
||||
"stimulate",
|
||||
"stir"
|
||||
],
|
||||
"related":[
|
||||
"near synonyms":[
|
||||
"fan",
|
||||
"ignite",
|
||||
"inflame",
|
||||
@ -2160,21 +2163,18 @@
|
||||
"irritate",
|
||||
"vex"
|
||||
],
|
||||
"synonyms":[
|
||||
"encourage",
|
||||
"excite",
|
||||
"fire (up)",
|
||||
"impassion",
|
||||
"incite",
|
||||
"instigate",
|
||||
"move",
|
||||
"pique",
|
||||
"provoke",
|
||||
"rev (up)",
|
||||
"spark",
|
||||
"stimulate",
|
||||
"stir"
|
||||
]
|
||||
"near antonyms":[
|
||||
"calm",
|
||||
"soothe",
|
||||
"subdue",
|
||||
"tranquilize",
|
||||
"tranquillize",
|
||||
"appease",
|
||||
"mollify",
|
||||
"pacify",
|
||||
"placate"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
@ -4619,5 +4619,380 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"arrowing":{
|
||||
"as in beelining":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"beelining",
|
||||
"catching up",
|
||||
"fast-forwarding",
|
||||
"outpacing",
|
||||
"outrunning",
|
||||
"outstripping",
|
||||
"overtaking",
|
||||
"accelerating",
|
||||
"quickening",
|
||||
"stepping out",
|
||||
"galloping",
|
||||
"jogging",
|
||||
"sprinting",
|
||||
"stampeding",
|
||||
"streaking",
|
||||
"whizzing",
|
||||
"beetling",
|
||||
"darting",
|
||||
"flitting",
|
||||
"scampering",
|
||||
"scudding",
|
||||
"scuffling",
|
||||
"barreling",
|
||||
"barrelling",
|
||||
"belting",
|
||||
"blasting",
|
||||
"blazing",
|
||||
"blowing",
|
||||
"bolting",
|
||||
"bombing",
|
||||
"bowling",
|
||||
"breezing",
|
||||
"bundling",
|
||||
"bustling",
|
||||
"buzzing",
|
||||
"cannonballing",
|
||||
"careening",
|
||||
"careering",
|
||||
"chasing",
|
||||
"coursing",
|
||||
"cracking (on)",
|
||||
"dashing",
|
||||
"driving",
|
||||
"flying",
|
||||
"haring",
|
||||
"hastening",
|
||||
"highballing",
|
||||
"hotfooting (it)",
|
||||
"humping",
|
||||
"hurling",
|
||||
"hurrying",
|
||||
"hurtling",
|
||||
"hustling",
|
||||
"hying",
|
||||
"hieing",
|
||||
"jetting",
|
||||
"jumping",
|
||||
"motoring",
|
||||
"nipping",
|
||||
"pelting",
|
||||
"racing",
|
||||
"ramming",
|
||||
"ripping",
|
||||
"rocketing",
|
||||
"running",
|
||||
"rushing",
|
||||
"rustling",
|
||||
"scooting",
|
||||
"scurrying",
|
||||
"scuttling",
|
||||
"shooting",
|
||||
"speeding",
|
||||
"stepping",
|
||||
"tearing",
|
||||
"traveling",
|
||||
"travelling",
|
||||
"trotting",
|
||||
"whirling",
|
||||
"whisking",
|
||||
"zipping",
|
||||
"zooming"
|
||||
],
|
||||
"near antonyms":[
|
||||
"crawling",
|
||||
"creeping",
|
||||
"poking",
|
||||
"dallying",
|
||||
"dawdling",
|
||||
"dillydallying",
|
||||
"dragging",
|
||||
"hanging (around or out)",
|
||||
"lagging",
|
||||
"lingering",
|
||||
"loitering",
|
||||
"poking",
|
||||
"tarrying",
|
||||
"ambling",
|
||||
"lumbering",
|
||||
"plodding",
|
||||
"sauntering",
|
||||
"shuffling",
|
||||
"strolling",
|
||||
"decelerating",
|
||||
"slowing (down or up)"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"armed":{
|
||||
"as in fortified , braced":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"braced",
|
||||
"fortified",
|
||||
"steeled",
|
||||
"conditioned",
|
||||
"primed",
|
||||
"ripe",
|
||||
"qualified",
|
||||
"trained",
|
||||
"fit",
|
||||
"go",
|
||||
"prepared",
|
||||
"ready",
|
||||
"set"
|
||||
],
|
||||
"near antonyms":[
|
||||
"flat-footed",
|
||||
"half-baked",
|
||||
"half-cocked",
|
||||
"underprepared",
|
||||
"unprepared",
|
||||
"unready",
|
||||
"unqualified",
|
||||
"untrained"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in prepared , fortified":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"fortified",
|
||||
"prepared",
|
||||
"allocated",
|
||||
"allotted",
|
||||
"assigned",
|
||||
"reequipped",
|
||||
"re-equipped",
|
||||
"refitted",
|
||||
"refurnished",
|
||||
"reoutfitted",
|
||||
"apportioned",
|
||||
"dealt (out)",
|
||||
"dispensed",
|
||||
"distributed",
|
||||
"doled out",
|
||||
"handed out",
|
||||
"meted (out)",
|
||||
"parceled (out)",
|
||||
"parcelled (out)",
|
||||
"portioned",
|
||||
"prorated",
|
||||
"bestowed",
|
||||
"contributed",
|
||||
"donated",
|
||||
"gave",
|
||||
"presented",
|
||||
"stocked",
|
||||
"stored",
|
||||
"accoutred",
|
||||
"accoutered",
|
||||
"equipped",
|
||||
"fitted (out)",
|
||||
"fit (out)",
|
||||
"furnished",
|
||||
"girded",
|
||||
"girt",
|
||||
"kitted (up or out)",
|
||||
"outfitted",
|
||||
"provisioned",
|
||||
"rigged",
|
||||
"supplied"
|
||||
],
|
||||
"near antonyms":[
|
||||
"deprived",
|
||||
"dispossessed",
|
||||
"divested",
|
||||
"stripped",
|
||||
"stript"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"artisan":{
|
||||
"a person whose occupation requires skill with the hands":{
|
||||
"examples":[
|
||||
"we visited a re-created 19th-century New England village that features an array of artisans \u2014a cooper, a carpenter, a blacksmith, a potter, a glassblower"
|
||||
],
|
||||
"synonyms":[
|
||||
"artificer",
|
||||
"crafter",
|
||||
"craftsman",
|
||||
"craftsperson",
|
||||
"handcraftsman",
|
||||
"handicrafter",
|
||||
"handicraftsman",
|
||||
"handworker",
|
||||
"tradesman"
|
||||
],
|
||||
"near synonyms":[
|
||||
"craftswoman",
|
||||
"artist",
|
||||
"maker",
|
||||
"journeyman",
|
||||
"master",
|
||||
"mechanic",
|
||||
"operative",
|
||||
"shaper",
|
||||
"smith",
|
||||
"technician",
|
||||
"wright",
|
||||
"handyman",
|
||||
"handyperson",
|
||||
"workman"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"arc lamp":{
|
||||
"as in sun lamp , fluorescent lamp":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"candelabra",
|
||||
"candelabrum",
|
||||
"candle",
|
||||
"chandelier",
|
||||
"dark lantern",
|
||||
"flare",
|
||||
"flash",
|
||||
"flashbulb",
|
||||
"flashcube",
|
||||
"flashlight",
|
||||
"floodlight",
|
||||
"fluorescent lamp",
|
||||
"gaslight",
|
||||
"gasolier",
|
||||
"girandole",
|
||||
"headlight",
|
||||
"incandescent lamp",
|
||||
"klieg light",
|
||||
"kleig light",
|
||||
"lantern",
|
||||
"light bulb",
|
||||
"lighthouse",
|
||||
"lighting",
|
||||
"sconce",
|
||||
"spotlight",
|
||||
"streetlight",
|
||||
"sun lamp",
|
||||
"beacon",
|
||||
"illuminant",
|
||||
"lamp"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"arrogating":{
|
||||
"to take or make use of under a guise of authority but without actual right":{
|
||||
"examples":[
|
||||
"arrogated the corner office without obtaining prior approval"
|
||||
],
|
||||
"synonyms":[
|
||||
"appropriating",
|
||||
"commandeering",
|
||||
"converting",
|
||||
"expropriating",
|
||||
"pirating",
|
||||
"preempting",
|
||||
"pressing",
|
||||
"seizing",
|
||||
"taking over",
|
||||
"usurping"
|
||||
],
|
||||
"near synonyms":[
|
||||
"annexing",
|
||||
"attaching",
|
||||
"claiming",
|
||||
"confiscating",
|
||||
"impounding",
|
||||
"repossessing",
|
||||
"sequestering",
|
||||
"assuming",
|
||||
"collaring",
|
||||
"grabbing",
|
||||
"grasping",
|
||||
"snatching",
|
||||
"stealing",
|
||||
"wrenching",
|
||||
"wresting",
|
||||
"despoiling",
|
||||
"looting",
|
||||
"pillaging",
|
||||
"encroaching",
|
||||
"infringing",
|
||||
"invading",
|
||||
"occupying",
|
||||
"preoccupying",
|
||||
"trespassing",
|
||||
"embezzling",
|
||||
"misapplying",
|
||||
"misappropriating",
|
||||
"misusing",
|
||||
"peculating"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"arithmetic means":{
|
||||
"as in averages":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"averages",
|
||||
"golden means",
|
||||
"means",
|
||||
"mediums",
|
||||
"media",
|
||||
"middle grounds",
|
||||
"middles",
|
||||
"midpoints",
|
||||
"medians",
|
||||
"norms",
|
||||
"pars",
|
||||
"standards"
|
||||
],
|
||||
"near antonyms":[
|
||||
"maxima",
|
||||
"maximums",
|
||||
"utmosts",
|
||||
"minima",
|
||||
"minimums"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -5573,5 +5573,425 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"asphyxiates":{
|
||||
"to cause (someone) to stop breathing and often to become unconscious and die":{
|
||||
"examples":[
|
||||
"The murder victim was asphyxiated ."
|
||||
],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"ashing":{
|
||||
"as in cremating , incinerating":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"cremating",
|
||||
"incinerating",
|
||||
"kilning",
|
||||
"burning",
|
||||
"enkindling",
|
||||
"firing",
|
||||
"igniting",
|
||||
"inflaming",
|
||||
"enflaming",
|
||||
"kindling",
|
||||
"lighting",
|
||||
"torching",
|
||||
"immolating",
|
||||
"deflagrating",
|
||||
"charring",
|
||||
"frizzling",
|
||||
"scorching",
|
||||
"baking",
|
||||
"broiling",
|
||||
"cooking",
|
||||
"setting off",
|
||||
"scalding",
|
||||
"scathing",
|
||||
"searing",
|
||||
"reigniting",
|
||||
"rekindling",
|
||||
"relighting"
|
||||
],
|
||||
"near antonyms":[
|
||||
"stamping (out)",
|
||||
"dousing",
|
||||
"dowsing",
|
||||
"extinguishing",
|
||||
"putting out",
|
||||
"quenching",
|
||||
"snuffing (out)"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"asperity":{
|
||||
"a harsh or sharp quality":{
|
||||
"examples":[
|
||||
"doesn't like the asperity of most experimental music"
|
||||
],
|
||||
"synonyms":[
|
||||
"acerbity",
|
||||
"acidity",
|
||||
"acidness",
|
||||
"acridity",
|
||||
"acridness",
|
||||
"acrimoniousness",
|
||||
"acrimony",
|
||||
"acuteness",
|
||||
"bite",
|
||||
"bitterness",
|
||||
"edge",
|
||||
"harshness",
|
||||
"keenness",
|
||||
"poignance",
|
||||
"poignancy",
|
||||
"pungency",
|
||||
"roughness",
|
||||
"sharpness",
|
||||
"tartness"
|
||||
],
|
||||
"near synonyms":[
|
||||
"ginger",
|
||||
"punch",
|
||||
"spice",
|
||||
"tang",
|
||||
"raucousness",
|
||||
"severeness",
|
||||
"severity",
|
||||
"shrillness",
|
||||
"virulence",
|
||||
"vitriol",
|
||||
"cattiness",
|
||||
"maliciousness",
|
||||
"pointedness",
|
||||
"thorniness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"gentleness",
|
||||
"kindliness"
|
||||
],
|
||||
"antonyms":[
|
||||
"mildness",
|
||||
"softness"
|
||||
]
|
||||
},
|
||||
"biting sharpness of feeling or expression":{
|
||||
"examples":[
|
||||
"she responded with such asperity that we knew she was deeply offended by the question"
|
||||
],
|
||||
"synonyms":[
|
||||
"acidity",
|
||||
"acidness",
|
||||
"acridity",
|
||||
"acridness",
|
||||
"acrimony",
|
||||
"bile",
|
||||
"bitterness",
|
||||
"cattiness",
|
||||
"corrosiveness",
|
||||
"mordancy",
|
||||
"tartness",
|
||||
"virulence",
|
||||
"virulency",
|
||||
"vitriol"
|
||||
],
|
||||
"near synonyms":[
|
||||
"gruffness",
|
||||
"harshness",
|
||||
"hostility",
|
||||
"relentlessness",
|
||||
"severity",
|
||||
"sternness",
|
||||
"vehemence",
|
||||
"coldness",
|
||||
"crossness",
|
||||
"discourteousness",
|
||||
"iciness",
|
||||
"impoliteness",
|
||||
"incivility",
|
||||
"nastiness",
|
||||
"rudeness",
|
||||
"sourness",
|
||||
"surliness",
|
||||
"ungraciousness",
|
||||
"anger",
|
||||
"animosity",
|
||||
"gall",
|
||||
"jaundice",
|
||||
"malevolence",
|
||||
"malice",
|
||||
"rancor",
|
||||
"scorn",
|
||||
"spite",
|
||||
"spleen",
|
||||
"venom",
|
||||
"vindictiveness",
|
||||
"jealousy",
|
||||
"pique",
|
||||
"resentment",
|
||||
"sour grapes"
|
||||
],
|
||||
"near antonyms":[
|
||||
"civility",
|
||||
"cordiality",
|
||||
"courtesy",
|
||||
"diplomacy",
|
||||
"geniality",
|
||||
"graciousness",
|
||||
"kindness",
|
||||
"politeness",
|
||||
"tactfulness",
|
||||
"compassion",
|
||||
"softness",
|
||||
"sweetness",
|
||||
"sympathy",
|
||||
"tenderness",
|
||||
"warmth",
|
||||
"oiliness",
|
||||
"smoothness",
|
||||
"suaveness",
|
||||
"suavity",
|
||||
"unctuousness",
|
||||
"urbanity"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"something that is a cause for suffering or special effort especially in the attainment of a goal":{
|
||||
"examples":[
|
||||
"as a physically challenged person, he has encountered more than his share of asperities on the road to success"
|
||||
],
|
||||
"synonyms":[
|
||||
"adversity",
|
||||
"difficulty",
|
||||
"hardness",
|
||||
"hardship",
|
||||
"rigor"
|
||||
],
|
||||
"near synonyms":[
|
||||
"discomfort",
|
||||
"inconvenience",
|
||||
"nuisance",
|
||||
"affliction",
|
||||
"trial",
|
||||
"tribulation",
|
||||
"knock",
|
||||
"misfortune",
|
||||
"mishap",
|
||||
"tragedy",
|
||||
"bar",
|
||||
"catch",
|
||||
"check",
|
||||
"clog",
|
||||
"crimp",
|
||||
"embarrassment",
|
||||
"handicap",
|
||||
"hindrance",
|
||||
"hitch",
|
||||
"hurdle",
|
||||
"impediment",
|
||||
"interference",
|
||||
"let",
|
||||
"manacle",
|
||||
"obstacle",
|
||||
"obstruction",
|
||||
"pons asinorum",
|
||||
"rub",
|
||||
"shackle",
|
||||
"snag",
|
||||
"stop",
|
||||
"trammel",
|
||||
"block",
|
||||
"chain",
|
||||
"deterrent",
|
||||
"encumbrance",
|
||||
"fetter",
|
||||
"inhibition",
|
||||
"hump"
|
||||
],
|
||||
"near antonyms":[
|
||||
"advantage",
|
||||
"break",
|
||||
"opportunity"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"assuredly":{
|
||||
"without any question":{
|
||||
"examples":[
|
||||
"I am most assuredly the person you are looking for"
|
||||
],
|
||||
"synonyms":[
|
||||
"all right",
|
||||
"alright",
|
||||
"certainly",
|
||||
"clearly",
|
||||
"definitely",
|
||||
"doubtless",
|
||||
"easily",
|
||||
"forsooth",
|
||||
"hands down",
|
||||
"inarguably",
|
||||
"incontestably",
|
||||
"incontrovertibly",
|
||||
"indeed",
|
||||
"indisputably",
|
||||
"plainly",
|
||||
"really",
|
||||
"so",
|
||||
"sure",
|
||||
"surely",
|
||||
"truly",
|
||||
"unarguably",
|
||||
"undeniably",
|
||||
"undoubtedly",
|
||||
"unquestionably"
|
||||
],
|
||||
"near synonyms":[
|
||||
"conceivably",
|
||||
"likely",
|
||||
"perhaps",
|
||||
"possibly",
|
||||
"probably",
|
||||
"obviously",
|
||||
"unmistakably"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"asymmetrical":{
|
||||
"having two sides or halves that are not the same; not symmetrical":{
|
||||
"examples":[
|
||||
"She wore a striking dress with an asymmetrical neckline."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"unbalanced",
|
||||
"unsymmetrical",
|
||||
"askew",
|
||||
"awry",
|
||||
"aslant",
|
||||
"atilt",
|
||||
"cock-a-hoop",
|
||||
"cockeyed",
|
||||
"crazy",
|
||||
"crooked",
|
||||
"listing",
|
||||
"lopsided",
|
||||
"oblique",
|
||||
"off-kilter",
|
||||
"pitched",
|
||||
"skewed",
|
||||
"slanted",
|
||||
"slanting",
|
||||
"slantwise",
|
||||
"tilted",
|
||||
"tipping",
|
||||
"uneven",
|
||||
"contorted",
|
||||
"disordered",
|
||||
"distorted",
|
||||
"irregular"
|
||||
],
|
||||
"near antonyms":[
|
||||
"balanced",
|
||||
"symmetrical",
|
||||
"symmetric",
|
||||
"ordered",
|
||||
"orderly",
|
||||
"regular",
|
||||
"uniform",
|
||||
"even",
|
||||
"level",
|
||||
"straight"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"ascendency":{
|
||||
"controlling power or influence over others":{
|
||||
"examples":[
|
||||
"a book chronicling the ascendancy of fascism in Europe after World War I"
|
||||
],
|
||||
"synonyms":[
|
||||
"ascendance",
|
||||
"ascendence",
|
||||
"dominance",
|
||||
"domination",
|
||||
"dominion",
|
||||
"hegemony",
|
||||
"imperium",
|
||||
"predominance",
|
||||
"predominancy",
|
||||
"preeminence",
|
||||
"reign",
|
||||
"sovereignty",
|
||||
"sovranty",
|
||||
"supremacy"
|
||||
],
|
||||
"near synonyms":[
|
||||
"primacy",
|
||||
"superiority",
|
||||
"lordship",
|
||||
"scepter",
|
||||
"arm",
|
||||
"authority",
|
||||
"choke hold",
|
||||
"clutch",
|
||||
"command",
|
||||
"control",
|
||||
"grip",
|
||||
"hold",
|
||||
"mastery",
|
||||
"sway",
|
||||
"takeover",
|
||||
"direction",
|
||||
"jurisdiction",
|
||||
"management",
|
||||
"clout",
|
||||
"might",
|
||||
"pull",
|
||||
"weight",
|
||||
"eminence",
|
||||
"importance",
|
||||
"moment",
|
||||
"prerogative",
|
||||
"privilege",
|
||||
"right"
|
||||
],
|
||||
"near antonyms":[
|
||||
"helplessness",
|
||||
"weakness",
|
||||
"impotence",
|
||||
"impotency",
|
||||
"powerlessness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -2490,5 +2490,616 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"attending (to)":{
|
||||
"as in treating , caring (for)":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in considering , minding":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"atrociously":{
|
||||
"as in terribly , horribly":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"abysmally",
|
||||
"awfully",
|
||||
"damnably",
|
||||
"deplorably",
|
||||
"detestably",
|
||||
"disastrously",
|
||||
"dreadfully",
|
||||
"execrably",
|
||||
"horrendously",
|
||||
"horribly",
|
||||
"horrifically",
|
||||
"rottenly",
|
||||
"terribly",
|
||||
"bad",
|
||||
"badly",
|
||||
"deficiently",
|
||||
"inadequately",
|
||||
"lousily",
|
||||
"poorly",
|
||||
"unacceptably",
|
||||
"unsatisfactorily",
|
||||
"wretchedly",
|
||||
"intolerably",
|
||||
"unbearably",
|
||||
"inappropriately",
|
||||
"incorrectly",
|
||||
"indecently",
|
||||
"reprehensibly",
|
||||
"unsuitably",
|
||||
"vulgarly",
|
||||
"naughtily",
|
||||
"egregiously",
|
||||
"flagrantly",
|
||||
"grossly",
|
||||
"miserably",
|
||||
"shoddily",
|
||||
"sleazily",
|
||||
"trashily",
|
||||
"unspeakably",
|
||||
"abominably",
|
||||
"odiously",
|
||||
"vilely",
|
||||
"inferiorly",
|
||||
"insufficiently",
|
||||
"meagerly",
|
||||
"meanly",
|
||||
"niggardly",
|
||||
"scantily",
|
||||
"scantly",
|
||||
"shabbily",
|
||||
"skimpily",
|
||||
"sparely",
|
||||
"stingily"
|
||||
],
|
||||
"near antonyms":[
|
||||
"acceptably",
|
||||
"adequately",
|
||||
"all right",
|
||||
"fine",
|
||||
"good",
|
||||
"nicely",
|
||||
"OK",
|
||||
"okay",
|
||||
"palatably",
|
||||
"passably",
|
||||
"satisfactorily",
|
||||
"so-so",
|
||||
"tolerably",
|
||||
"well",
|
||||
"appropriately",
|
||||
"congruously",
|
||||
"correctly",
|
||||
"decently",
|
||||
"decorously",
|
||||
"felicitously",
|
||||
"fittingly",
|
||||
"meetly",
|
||||
"rightly",
|
||||
"seemly",
|
||||
"suitably",
|
||||
"exactly",
|
||||
"faithfully",
|
||||
"ideally",
|
||||
"precisely",
|
||||
"respectably",
|
||||
"gratifyingly",
|
||||
"satisfyingly"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"atone (for)":{
|
||||
"to make up for (an offense)":{
|
||||
"examples":[
|
||||
"tried to atone for forgetting their anniversary by giving his wife a truly extravagant gift"
|
||||
],
|
||||
"synonyms":[
|
||||
"expiate",
|
||||
"mend",
|
||||
"redeem"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compensate",
|
||||
"recompense",
|
||||
"reimburse",
|
||||
"remunerate",
|
||||
"repay",
|
||||
"amend",
|
||||
"correct",
|
||||
"rectify",
|
||||
"redress",
|
||||
"propitiate"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"attachment":{
|
||||
"a feeling of strong or constant regard for and dedication to someone":{
|
||||
"examples":[
|
||||
"I doubt that there's any permanent attachment between the two teenagers"
|
||||
],
|
||||
"synonyms":[
|
||||
"affection",
|
||||
"devotedness",
|
||||
"devotion",
|
||||
"fondness",
|
||||
"love",
|
||||
"passion"
|
||||
],
|
||||
"near synonyms":[
|
||||
"appetite",
|
||||
"fancy",
|
||||
"favor",
|
||||
"like",
|
||||
"liking",
|
||||
"partiality",
|
||||
"preference",
|
||||
"relish",
|
||||
"taste",
|
||||
"craving",
|
||||
"crush",
|
||||
"desire",
|
||||
"infatuation",
|
||||
"longing",
|
||||
"lust",
|
||||
"yearning",
|
||||
"ardor",
|
||||
"eagerness",
|
||||
"enthusiasm",
|
||||
"fervor",
|
||||
"zeal",
|
||||
"appreciation",
|
||||
"esteem",
|
||||
"estimation",
|
||||
"regard",
|
||||
"respect",
|
||||
"adoration",
|
||||
"adulation",
|
||||
"deification",
|
||||
"idolatry",
|
||||
"idolization",
|
||||
"worship",
|
||||
"allegiance",
|
||||
"faithfulness",
|
||||
"fealty",
|
||||
"fidelity",
|
||||
"loyalty",
|
||||
"steadfastness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"allergy",
|
||||
"animosity",
|
||||
"antagonism",
|
||||
"antipathy",
|
||||
"aversion",
|
||||
"disfavor",
|
||||
"dislike",
|
||||
"enmity",
|
||||
"hostility",
|
||||
"abhorrence",
|
||||
"disgust",
|
||||
"repugnance",
|
||||
"repulsion",
|
||||
"revulsion",
|
||||
"misanthropy"
|
||||
],
|
||||
"antonyms":[
|
||||
"abomination",
|
||||
"hate",
|
||||
"hatred",
|
||||
"loathing",
|
||||
"rancor"
|
||||
]
|
||||
},
|
||||
"something that is not necessary in itself but adds to the convenience or performance of the main piece of equipment":{
|
||||
"examples":[
|
||||
"bought a grinder attachment for the kitchen mixer"
|
||||
],
|
||||
"synonyms":[
|
||||
"accessory",
|
||||
"accessary",
|
||||
"accoutrement",
|
||||
"accouterment",
|
||||
"adapter",
|
||||
"adaptor",
|
||||
"add-on",
|
||||
"adjunct",
|
||||
"appendage",
|
||||
"appliance",
|
||||
"option"
|
||||
],
|
||||
"near synonyms":[
|
||||
"accompaniment",
|
||||
"additive",
|
||||
"complement",
|
||||
"supplement",
|
||||
"auxiliary",
|
||||
"subsidiary",
|
||||
"amenity",
|
||||
"doodad",
|
||||
"embroidery",
|
||||
"extra",
|
||||
"filler",
|
||||
"frill",
|
||||
"incidental",
|
||||
"luxury",
|
||||
"nonessential",
|
||||
"nonnecessity",
|
||||
"appurtenances",
|
||||
"bells and whistles",
|
||||
"equipment",
|
||||
"furnishings",
|
||||
"habiliment(s)",
|
||||
"paraphernalia",
|
||||
"trappings",
|
||||
"adornment",
|
||||
"decoration",
|
||||
"embellishment",
|
||||
"enhancement",
|
||||
"garnish",
|
||||
"ornament",
|
||||
"trim",
|
||||
"trimming"
|
||||
],
|
||||
"near antonyms":[
|
||||
"essential",
|
||||
"necessity",
|
||||
"requirement",
|
||||
"requisite"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"adherence to something to which one is bound by a pledge or duty":{
|
||||
"examples":[
|
||||
"an unflinching attachment to the marriage, through times both good and bad"
|
||||
],
|
||||
"synonyms":[
|
||||
"adhesion",
|
||||
"allegiance",
|
||||
"commitment",
|
||||
"constancy",
|
||||
"dedication",
|
||||
"devotedness",
|
||||
"devotion",
|
||||
"faith",
|
||||
"faithfulness",
|
||||
"fastness",
|
||||
"fealty",
|
||||
"fidelity",
|
||||
"loyalty",
|
||||
"piety",
|
||||
"steadfastness",
|
||||
"troth"
|
||||
],
|
||||
"near synonyms":[
|
||||
"affection",
|
||||
"fondness",
|
||||
"determination",
|
||||
"firmness",
|
||||
"resolution",
|
||||
"dependability",
|
||||
"reliability",
|
||||
"trustability",
|
||||
"trustiness",
|
||||
"trustworthiness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"alienation",
|
||||
"disaffection",
|
||||
"estrangement",
|
||||
"separation"
|
||||
],
|
||||
"antonyms":[
|
||||
"disloyalty",
|
||||
"faithlessness",
|
||||
"falseness",
|
||||
"falsity",
|
||||
"inconstancy",
|
||||
"infidelity",
|
||||
"perfidiousness",
|
||||
"perfidy",
|
||||
"treachery",
|
||||
"unfaithfulness"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"attester":{
|
||||
"as in reporter , witness":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"informant",
|
||||
"reporter",
|
||||
"testifier",
|
||||
"witness",
|
||||
"answerer",
|
||||
"replier",
|
||||
"responder",
|
||||
"interviewee",
|
||||
"pollee",
|
||||
"respondent"
|
||||
],
|
||||
"near antonyms":[
|
||||
"canvasser",
|
||||
"canvaser",
|
||||
"interviewer",
|
||||
"poller",
|
||||
"pollster",
|
||||
"asker",
|
||||
"inquirer",
|
||||
"querier",
|
||||
"querist",
|
||||
"questioner"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"attractiveness":{
|
||||
"the power of irresistible attraction":{
|
||||
"examples":[
|
||||
"she had a certain attractiveness that came from her witty conversation"
|
||||
],
|
||||
"synonyms":[
|
||||
"allure",
|
||||
"animal magnetism",
|
||||
"appeal",
|
||||
"captivation",
|
||||
"charisma",
|
||||
"charm",
|
||||
"duende",
|
||||
"enchantment",
|
||||
"fascination",
|
||||
"force field",
|
||||
"glamour",
|
||||
"glamor",
|
||||
"magic",
|
||||
"magnetism",
|
||||
"oomph",
|
||||
"pizzazz",
|
||||
"pizazz",
|
||||
"seductiveness",
|
||||
"witchery"
|
||||
],
|
||||
"near synonyms":[
|
||||
"allurement",
|
||||
"attraction",
|
||||
"call",
|
||||
"lure",
|
||||
"seduction",
|
||||
"agreeableness",
|
||||
"darlingness",
|
||||
"delightfulness",
|
||||
"desirability",
|
||||
"desirableness",
|
||||
"niceness",
|
||||
"pleasantness",
|
||||
"pleasingness",
|
||||
"sweetness",
|
||||
"sex appeal"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disagreeableness",
|
||||
"distastefulness",
|
||||
"obnoxiousness",
|
||||
"offensiveness",
|
||||
"unpleasantness"
|
||||
],
|
||||
"antonyms":[
|
||||
"repulsion",
|
||||
"repulsiveness"
|
||||
]
|
||||
},
|
||||
"the qualities in a person or thing that as a whole give pleasure to the senses":{
|
||||
"examples":[
|
||||
"the attractiveness of the Greek countryside has inspired poets since ancient times"
|
||||
],
|
||||
"synonyms":[
|
||||
"aesthetics",
|
||||
"esthetics",
|
||||
"beauteousness",
|
||||
"beautifulness",
|
||||
"beauty",
|
||||
"comeliness",
|
||||
"cuteness",
|
||||
"fairness",
|
||||
"gorgeousness",
|
||||
"handsomeness",
|
||||
"looks",
|
||||
"loveliness",
|
||||
"prettiness",
|
||||
"sightliness"
|
||||
],
|
||||
"near synonyms":[
|
||||
"allure",
|
||||
"appeal",
|
||||
"attraction",
|
||||
"fascination",
|
||||
"glamour",
|
||||
"glamor",
|
||||
"charm",
|
||||
"delightfulness",
|
||||
"elegance",
|
||||
"exquisiteness",
|
||||
"gloriousness",
|
||||
"radiance",
|
||||
"radiancy",
|
||||
"resplendence",
|
||||
"resplendency",
|
||||
"splendidness",
|
||||
"splendiferousness",
|
||||
"sublimeness",
|
||||
"sublimity",
|
||||
"superbness",
|
||||
"desirability",
|
||||
"desirableness",
|
||||
"foxiness",
|
||||
"lusciousness",
|
||||
"nubility",
|
||||
"pulchritude",
|
||||
"seductiveness",
|
||||
"sex appeal",
|
||||
"sexiness",
|
||||
"shapeliness",
|
||||
"flawlessness",
|
||||
"perfection",
|
||||
"daintiness",
|
||||
"delicacy",
|
||||
"flamboyance",
|
||||
"flashiness",
|
||||
"glossiness",
|
||||
"showiness",
|
||||
"slickness",
|
||||
"splashiness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disagreeableness",
|
||||
"dreadfulness",
|
||||
"foulness",
|
||||
"ghastliness",
|
||||
"horribleness",
|
||||
"loathsomeness",
|
||||
"nastiness",
|
||||
"offensiveness",
|
||||
"repellency",
|
||||
"repulsiveness",
|
||||
"terribleness",
|
||||
"vileness",
|
||||
"blemish",
|
||||
"flaw",
|
||||
"imperfection"
|
||||
],
|
||||
"antonyms":[
|
||||
"grotesqueness",
|
||||
"hideousness",
|
||||
"homeliness",
|
||||
"plainness",
|
||||
"ugliness",
|
||||
"unattractiveness",
|
||||
"unbecomingness",
|
||||
"unloveliness",
|
||||
"unsightliness"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"attributed":{
|
||||
"to explain (something) as being the result of something else":{
|
||||
"examples":[
|
||||
"attributed the quick rescue to the well-trained police force"
|
||||
],
|
||||
"synonyms":[
|
||||
"accredited",
|
||||
"ascribed",
|
||||
"chalked up",
|
||||
"credited",
|
||||
"imputed",
|
||||
"laid",
|
||||
"put down"
|
||||
],
|
||||
"near synonyms":[
|
||||
"blamed",
|
||||
"charged",
|
||||
"fathered (on)",
|
||||
"imputed (to)",
|
||||
"pinned (on)",
|
||||
"assigned",
|
||||
"referred",
|
||||
"associated",
|
||||
"attached",
|
||||
"connected",
|
||||
"linked"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to give the reason for or cause of":{
|
||||
"examples":[
|
||||
"a psychotherapist who's a little too quick to attribute every emotional problem or character defect to an unhappy childhood"
|
||||
],
|
||||
"synonyms":[
|
||||
"accounted (for)",
|
||||
"explained",
|
||||
"explained away",
|
||||
"rationalized"
|
||||
],
|
||||
"near synonyms":[
|
||||
"condoned",
|
||||
"excused",
|
||||
"forgave",
|
||||
"justified",
|
||||
"absolved",
|
||||
"acquitted",
|
||||
"exculpated",
|
||||
"exonerated",
|
||||
"vindicated"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"atoned (for)":{
|
||||
"to make up for (an offense)":{
|
||||
"examples":[
|
||||
"tried to atone for forgetting their anniversary by giving his wife a truly extravagant gift"
|
||||
],
|
||||
"synonyms":[
|
||||
"expiated",
|
||||
"mended",
|
||||
"redeemed"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compensated",
|
||||
"recompensed",
|
||||
"reimbursed",
|
||||
"remunerated",
|
||||
"repaid",
|
||||
"amended",
|
||||
"corrected",
|
||||
"rectified",
|
||||
"redressed",
|
||||
"propitiated"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -1337,5 +1337,395 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"autohypnosis":{
|
||||
"as in self-hypnosis , automatism":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"autogiro":{
|
||||
"as in tilt-rotor , gyroplane":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"autocracy":{
|
||||
"a system of government in which the ruler has unlimited power":{
|
||||
"examples":[
|
||||
"the Magna Carta is historically important because it signified the British rejection of autocracy and constituted the first formal restraining of the power of the monarch"
|
||||
],
|
||||
"synonyms":[
|
||||
"absolutism",
|
||||
"autarchy",
|
||||
"authoritarianism",
|
||||
"Caesarism",
|
||||
"czarism",
|
||||
"tsarism",
|
||||
"tzarism",
|
||||
"despotism",
|
||||
"dictatorship",
|
||||
"totalism",
|
||||
"totalitarianism",
|
||||
"tyranny"
|
||||
],
|
||||
"near synonyms":[
|
||||
"monarchism",
|
||||
"monarchy",
|
||||
"monocracy",
|
||||
"Big Brother",
|
||||
"Big Brotherism",
|
||||
"Communism",
|
||||
"fascism",
|
||||
"Nazism",
|
||||
"domination",
|
||||
"oppression"
|
||||
],
|
||||
"near antonyms":[
|
||||
"democracy",
|
||||
"self-governance",
|
||||
"self-government",
|
||||
"self-rule",
|
||||
"freedom",
|
||||
"self-determination",
|
||||
"autonomy",
|
||||
"sovereignty",
|
||||
"sovranty"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"austerities":{
|
||||
"voluntary restraint in the satisfaction of one's appetites":{
|
||||
"examples":[
|
||||
"They moved off the grid to live a life of austerity ."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"asceticism",
|
||||
"frugality",
|
||||
"mortification",
|
||||
"sacrifice",
|
||||
"self-command",
|
||||
"self-containment",
|
||||
"self-denial",
|
||||
"self-mastery",
|
||||
"constraint",
|
||||
"control",
|
||||
"discipline",
|
||||
"restraint",
|
||||
"self-control",
|
||||
"self-discipline",
|
||||
"middle-of-the-roadism",
|
||||
"abnegation",
|
||||
"abstention",
|
||||
"avoidance",
|
||||
"eschewal",
|
||||
"forbearance",
|
||||
"rationality",
|
||||
"rationalness",
|
||||
"reasonability",
|
||||
"reasonableness",
|
||||
"sensibility",
|
||||
"sensibleness",
|
||||
"abstinence",
|
||||
"soberness",
|
||||
"sobriety",
|
||||
"teetotalism",
|
||||
"moderateness",
|
||||
"moderation",
|
||||
"temperance",
|
||||
"temperateness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"excess",
|
||||
"superfluity",
|
||||
"extremeness",
|
||||
"extremity",
|
||||
"unconstraint",
|
||||
"unrestraint",
|
||||
"extremism",
|
||||
"radicalness",
|
||||
"irrationality",
|
||||
"unreasonableness",
|
||||
"insobriety",
|
||||
"excessiveness",
|
||||
"immoderacy",
|
||||
"immoderateness",
|
||||
"immoderation",
|
||||
"intemperance",
|
||||
"intemperateness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the quality or state of being stern and serious in manner or appearance":{
|
||||
"examples":[
|
||||
"His air of austerity tends to put others off."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"asceticism",
|
||||
"austereness",
|
||||
"monasticism",
|
||||
"dourness",
|
||||
"gruffness",
|
||||
"callousness",
|
||||
"hard-heartedness",
|
||||
"implacability",
|
||||
"obduracy",
|
||||
"obdurateness",
|
||||
"pitilessness",
|
||||
"determination",
|
||||
"firmness",
|
||||
"resolve",
|
||||
"steadfastness",
|
||||
"obstinacy",
|
||||
"stubbornness",
|
||||
"exactingness",
|
||||
"hardness",
|
||||
"harshness",
|
||||
"inflexibility",
|
||||
"rigidity",
|
||||
"rigidness",
|
||||
"rigor",
|
||||
"rigorousness",
|
||||
"severity",
|
||||
"sternness",
|
||||
"strictness",
|
||||
"stringency"
|
||||
],
|
||||
"near antonyms":[
|
||||
"forbearance",
|
||||
"indulgence",
|
||||
"kindness",
|
||||
"lenience",
|
||||
"patience",
|
||||
"softness",
|
||||
"tenderness",
|
||||
"tolerance",
|
||||
"flexibility",
|
||||
"gentleness",
|
||||
"laxness",
|
||||
"mildness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the state of lacking sufficient money or material possessions":{
|
||||
"examples":[
|
||||
"His family spent years living in austerity during the recession."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"deprivation",
|
||||
"privation",
|
||||
"belt-tightening",
|
||||
"pinching",
|
||||
"straitening",
|
||||
"gutter",
|
||||
"misery",
|
||||
"woe",
|
||||
"wretchedness",
|
||||
"exigency",
|
||||
"emergency",
|
||||
"rainy day",
|
||||
"bankruptcy",
|
||||
"insolvency",
|
||||
"beggary",
|
||||
"destituteness",
|
||||
"destitution",
|
||||
"impecuniosity",
|
||||
"impecuniousness",
|
||||
"impoverishment",
|
||||
"indigence",
|
||||
"necessity",
|
||||
"need",
|
||||
"neediness",
|
||||
"pauperism",
|
||||
"penuriousness",
|
||||
"penury",
|
||||
"poorness",
|
||||
"poverty",
|
||||
"want"
|
||||
],
|
||||
"near antonyms":[
|
||||
"luxury",
|
||||
"prosperity",
|
||||
"affluence",
|
||||
"opulence",
|
||||
"richness",
|
||||
"wealth",
|
||||
"wealthiness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"authorizations":{
|
||||
"the approval by someone in authority for the doing of something":{
|
||||
"examples":[
|
||||
"you will need the authorization of the council before you can act"
|
||||
],
|
||||
"synonyms":[
|
||||
"allowances",
|
||||
"clearances",
|
||||
"concurrences",
|
||||
"consents",
|
||||
"green lights",
|
||||
"leaves",
|
||||
"licenses",
|
||||
"licences",
|
||||
"permissions",
|
||||
"sanctions",
|
||||
"sufferances",
|
||||
"warrants"
|
||||
],
|
||||
"near synonyms":[
|
||||
"imprimaturs",
|
||||
"seals",
|
||||
"signatures",
|
||||
"stamps",
|
||||
"accreditations",
|
||||
"certifications",
|
||||
"liberties",
|
||||
"passes",
|
||||
"concessions",
|
||||
"patents",
|
||||
"permits",
|
||||
"tolerances",
|
||||
"tolerations",
|
||||
"acceptances",
|
||||
"acquiescences",
|
||||
"agreements",
|
||||
"assents",
|
||||
"OKs",
|
||||
"okays",
|
||||
"accords",
|
||||
"grants"
|
||||
],
|
||||
"near antonyms":[
|
||||
"denials",
|
||||
"refusals",
|
||||
"rejections",
|
||||
"revocations",
|
||||
"taboos",
|
||||
"tabus",
|
||||
"injunctions",
|
||||
"vetoes",
|
||||
"deterrences",
|
||||
"discouragements",
|
||||
"repressions",
|
||||
"suppressions",
|
||||
"bans",
|
||||
"embargoes",
|
||||
"exclusions"
|
||||
],
|
||||
"antonyms":[
|
||||
"interdictions",
|
||||
"prohibitions",
|
||||
"proscriptions"
|
||||
]
|
||||
},
|
||||
"the granting of power to perform various acts or duties":{
|
||||
"examples":[
|
||||
"his authorization to go ahead with the project was finally given"
|
||||
],
|
||||
"synonyms":[
|
||||
"accreditations",
|
||||
"commissions",
|
||||
"delegations",
|
||||
"empowerments",
|
||||
"licenses",
|
||||
"licences",
|
||||
"mandates"
|
||||
],
|
||||
"near synonyms":[
|
||||
"commendations",
|
||||
"consignments",
|
||||
"entrustments",
|
||||
"facilitations",
|
||||
"promotions",
|
||||
"orderings"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the right to act or move freely":{
|
||||
"examples":[
|
||||
"granted authorization to enter the military facility"
|
||||
],
|
||||
"synonyms":[
|
||||
"freedoms",
|
||||
"free hands",
|
||||
"latitudes",
|
||||
"licenses",
|
||||
"licences",
|
||||
"runs"
|
||||
],
|
||||
"near synonyms":[
|
||||
"authorities",
|
||||
"clutches",
|
||||
"commands",
|
||||
"controls",
|
||||
"dominions",
|
||||
"grips",
|
||||
"holds",
|
||||
"mandates",
|
||||
"masteries",
|
||||
"powers",
|
||||
"sways",
|
||||
"ranges",
|
||||
"room",
|
||||
"spaces",
|
||||
"blank checks",
|
||||
"cartes blanches"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"autochthons":{
|
||||
"a member of the first people to inhabit a region":{
|
||||
"examples":[
|
||||
"the remains of a settlement once occupied by the island's autochthons are much older than previously thought"
|
||||
],
|
||||
"synonyms":[
|
||||
"aboriginals",
|
||||
"aborigines",
|
||||
"indigenes",
|
||||
"indigens",
|
||||
"natives"
|
||||
],
|
||||
"near synonyms":[],
|
||||
"near antonyms":[
|
||||
"aliens",
|
||||
"foreigners"
|
||||
],
|
||||
"antonyms":[
|
||||
"nonnatives"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -958,5 +958,185 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"avatars":{
|
||||
"a visible representation of something abstract (as a quality)":{
|
||||
"examples":[
|
||||
"our genial hosts, avatars of Southern hospitality"
|
||||
],
|
||||
"synonyms":[
|
||||
"abstracts",
|
||||
"embodiers",
|
||||
"embodiments",
|
||||
"epitomes",
|
||||
"externalizations",
|
||||
"geniuses",
|
||||
"genii",
|
||||
"icons",
|
||||
"ikons",
|
||||
"images",
|
||||
"incarnations",
|
||||
"incorporations",
|
||||
"instantiations",
|
||||
"manifestations",
|
||||
"objectifications",
|
||||
"personifications",
|
||||
"personifiers"
|
||||
],
|
||||
"near synonyms":[
|
||||
"actualizations",
|
||||
"concretizations",
|
||||
"exemplifications",
|
||||
"personalizations",
|
||||
"realizations",
|
||||
"substantiations",
|
||||
"essences",
|
||||
"quintessences",
|
||||
"souls",
|
||||
"archetypes",
|
||||
"exemplars",
|
||||
"models",
|
||||
"paradigms",
|
||||
"patterns",
|
||||
"reincarnations"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"aviates":{
|
||||
"to move through the air with or as if with outstretched wings":{
|
||||
"examples":[
|
||||
"once humankind learned how to aviate , the world became a much smaller place"
|
||||
],
|
||||
"synonyms":[
|
||||
"flies",
|
||||
"glides",
|
||||
"planes",
|
||||
"soars",
|
||||
"wings"
|
||||
],
|
||||
"near synonyms":[
|
||||
"drifts",
|
||||
"floats",
|
||||
"hangs",
|
||||
"hovers",
|
||||
"wafts",
|
||||
"coasts",
|
||||
"cruises",
|
||||
"sails",
|
||||
"sweeps",
|
||||
"darts",
|
||||
"flits",
|
||||
"flutters",
|
||||
"catapults",
|
||||
"helicopters",
|
||||
"jets",
|
||||
"orbits",
|
||||
"rockets",
|
||||
"dives",
|
||||
"stoops"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"averted":{
|
||||
"to keep from happening by taking action in advance":{
|
||||
"examples":[
|
||||
"her careful planning averted disaster"
|
||||
],
|
||||
"synonyms":[
|
||||
"forestalled",
|
||||
"headed off",
|
||||
"helped",
|
||||
"obviated",
|
||||
"precluded",
|
||||
"prevented",
|
||||
"staved off"
|
||||
],
|
||||
"near synonyms":[
|
||||
"anticipated",
|
||||
"provided",
|
||||
"negated",
|
||||
"neutralized",
|
||||
"nullified",
|
||||
"saved",
|
||||
"baffled",
|
||||
"balked",
|
||||
"checkmated",
|
||||
"deterred",
|
||||
"foiled",
|
||||
"frustrated",
|
||||
"thwarted",
|
||||
"barred",
|
||||
"blocked",
|
||||
"hampered",
|
||||
"hindered",
|
||||
"impeded",
|
||||
"interfered (with)",
|
||||
"retarded",
|
||||
"stalled",
|
||||
"deflected",
|
||||
"fended (off)",
|
||||
"stopped",
|
||||
"warded (off)",
|
||||
"avoided",
|
||||
"circumvented",
|
||||
"dodged",
|
||||
"ducked",
|
||||
"eluded",
|
||||
"escaped",
|
||||
"eschewed",
|
||||
"evaded",
|
||||
"shirked",
|
||||
"shook",
|
||||
"shunned",
|
||||
"forbade",
|
||||
"forbad",
|
||||
"inhibited",
|
||||
"prohibited",
|
||||
"arrested",
|
||||
"checked",
|
||||
"halted",
|
||||
"stopped",
|
||||
"compensated (for)",
|
||||
"counteracted",
|
||||
"counterbalanced",
|
||||
"made up (for)",
|
||||
"offset"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abetted",
|
||||
"aided",
|
||||
"assisted",
|
||||
"eased",
|
||||
"facilitated",
|
||||
"smoothed",
|
||||
"unclogged",
|
||||
"advanced",
|
||||
"cultivated",
|
||||
"encouraged",
|
||||
"forwarded",
|
||||
"fostered",
|
||||
"furthered",
|
||||
"nurtured",
|
||||
"promoted",
|
||||
"allowed",
|
||||
"left",
|
||||
"let",
|
||||
"permitted"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -274,5 +274,414 @@
|
||||
"type":[
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"awakes":{
|
||||
"to cause to stop sleeping":{
|
||||
"examples":[
|
||||
"awoke the boys for breakfast"
|
||||
],
|
||||
"synonyms":[
|
||||
"arouses",
|
||||
"awakens",
|
||||
"knocks up",
|
||||
"rouses",
|
||||
"wakens",
|
||||
"wakes"
|
||||
],
|
||||
"related":[
|
||||
"rousts",
|
||||
"routs",
|
||||
"raises",
|
||||
"revives",
|
||||
"reawakens",
|
||||
"rewakes",
|
||||
"agitates",
|
||||
"bestirs",
|
||||
"disturbs",
|
||||
"excites",
|
||||
"provokes",
|
||||
"stimulates",
|
||||
"stirs"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hypnotizes",
|
||||
"mesmerizes"
|
||||
],
|
||||
"antonyms":[
|
||||
"lulls"
|
||||
]
|
||||
},
|
||||
"to cease to be asleep":{
|
||||
"examples":[
|
||||
"at the sound of breaking glass she awoke with a start"
|
||||
],
|
||||
"synonyms":[
|
||||
"arouses",
|
||||
"awakens",
|
||||
"rouses",
|
||||
"wakens",
|
||||
"wakes"
|
||||
],
|
||||
"related":[
|
||||
"arises",
|
||||
"gets up",
|
||||
"rises",
|
||||
"rolls out",
|
||||
"turns out",
|
||||
"uprises",
|
||||
"watches",
|
||||
"revives",
|
||||
"reawakens",
|
||||
"rewakes",
|
||||
"shifts",
|
||||
"stirs"
|
||||
],
|
||||
"near antonyms":[
|
||||
"catnaps",
|
||||
"conks (off or out)",
|
||||
"dozes",
|
||||
"drops off",
|
||||
"naps",
|
||||
"nods",
|
||||
"rests",
|
||||
"sleeps",
|
||||
"slumbers",
|
||||
"snoozes",
|
||||
"beds (down)",
|
||||
"couches",
|
||||
"dosses (down)",
|
||||
"flops",
|
||||
"kips (down)",
|
||||
"retires",
|
||||
"sacks out",
|
||||
"turns in",
|
||||
"lies up",
|
||||
"sleeps in",
|
||||
"oversleeps"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"aw-shucks":{
|
||||
"lacking in worldly wisdom or informed judgment":{
|
||||
"examples":[
|
||||
"his persona may be that of an aw-shucks country singer, but offstage he is anything but"
|
||||
],
|
||||
"synonyms":[
|
||||
"dewy",
|
||||
"dewy-eyed",
|
||||
"green",
|
||||
"ingenuous",
|
||||
"innocent",
|
||||
"na\u00eff",
|
||||
"naif",
|
||||
"naive",
|
||||
"na\u00efve",
|
||||
"primitive",
|
||||
"simple",
|
||||
"simpleminded",
|
||||
"uncritical",
|
||||
"unknowing",
|
||||
"unsophisticated",
|
||||
"unsuspecting",
|
||||
"unsuspicious",
|
||||
"unwary",
|
||||
"unworldly",
|
||||
"wide-eyed"
|
||||
],
|
||||
"near synonyms":[
|
||||
"callow",
|
||||
"childish",
|
||||
"immature",
|
||||
"inexperienced",
|
||||
"raw",
|
||||
"childlike",
|
||||
"idealistic",
|
||||
"impractical",
|
||||
"unrealistic",
|
||||
"believing",
|
||||
"credulous",
|
||||
"gullible",
|
||||
"gullable",
|
||||
"susceptible",
|
||||
"trustful",
|
||||
"trusting",
|
||||
"unguarded",
|
||||
"beguiled",
|
||||
"duped",
|
||||
"gulled",
|
||||
"tricked",
|
||||
"careless",
|
||||
"heedless",
|
||||
"thoughtless"
|
||||
],
|
||||
"near antonyms":[
|
||||
"critical",
|
||||
"cynical",
|
||||
"doubting",
|
||||
"incredulous",
|
||||
"skeptical",
|
||||
"suspecting",
|
||||
"suspicious",
|
||||
"unconvinced",
|
||||
"careful",
|
||||
"cautious",
|
||||
"guarded",
|
||||
"leery",
|
||||
"leary",
|
||||
"wary",
|
||||
"watchful",
|
||||
"down-to-earth",
|
||||
"hardheaded",
|
||||
"pragmatic",
|
||||
"pragmatical",
|
||||
"realistic",
|
||||
"sober",
|
||||
"street-smart",
|
||||
"streetwise"
|
||||
],
|
||||
"antonyms":[
|
||||
"cosmopolitan",
|
||||
"experienced",
|
||||
"knowing",
|
||||
"sophisticated",
|
||||
"worldly",
|
||||
"worldly-wise"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"awakening":{
|
||||
"as in stimulating , invigorating":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"arousing",
|
||||
"energizing",
|
||||
"invigorating",
|
||||
"rousing",
|
||||
"stimulating",
|
||||
"wakening",
|
||||
"waking",
|
||||
"stimulant",
|
||||
"bracing",
|
||||
"refreshing",
|
||||
"restorative",
|
||||
"reviving",
|
||||
"stimulative",
|
||||
"stimulatory"
|
||||
],
|
||||
"near antonyms":[
|
||||
"drowsy",
|
||||
"hypnotic",
|
||||
"narcotic",
|
||||
"opiate",
|
||||
"sleepy",
|
||||
"slumberous",
|
||||
"slumbrous",
|
||||
"somniferous",
|
||||
"somnolent",
|
||||
"soporific",
|
||||
"depressant",
|
||||
"relaxant",
|
||||
"sedative",
|
||||
"tranquilizing",
|
||||
"tranquillizing",
|
||||
"calming",
|
||||
"comforting",
|
||||
"lulling",
|
||||
"pacifying",
|
||||
"quieting",
|
||||
"relaxing",
|
||||
"restful",
|
||||
"settling",
|
||||
"soothing"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to cause to stop sleeping":{
|
||||
"examples":[
|
||||
"be quiet or you'll awaken the kids"
|
||||
],
|
||||
"synonyms":[
|
||||
"arousing",
|
||||
"awaking",
|
||||
"knocking up",
|
||||
"rousing",
|
||||
"wakening",
|
||||
"waking"
|
||||
],
|
||||
"near synonyms":[
|
||||
"rousting",
|
||||
"routing",
|
||||
"raising",
|
||||
"reviving",
|
||||
"reawakening",
|
||||
"rewaking",
|
||||
"agitating",
|
||||
"bestirring",
|
||||
"disturbing",
|
||||
"exciting",
|
||||
"provoking",
|
||||
"stimulating",
|
||||
"stirring"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hypnotizing",
|
||||
"mesmerizing"
|
||||
],
|
||||
"antonyms":[
|
||||
"lulling"
|
||||
]
|
||||
},
|
||||
"to cease to be asleep":{
|
||||
"examples":[
|
||||
"guests at the B and B usually awaken to the smell of fresh pancakes"
|
||||
],
|
||||
"synonyms":[
|
||||
"arousing",
|
||||
"awaking",
|
||||
"rousing",
|
||||
"wakening",
|
||||
"waking"
|
||||
],
|
||||
"near synonyms":[
|
||||
"arising",
|
||||
"getting up",
|
||||
"rising",
|
||||
"rolling out",
|
||||
"turning out",
|
||||
"uprising",
|
||||
"watching",
|
||||
"reviving",
|
||||
"reawakening",
|
||||
"rewaking",
|
||||
"shifting",
|
||||
"stirring"
|
||||
],
|
||||
"near antonyms":[
|
||||
"catnapping",
|
||||
"conking (off or out)",
|
||||
"dozing",
|
||||
"dropping off",
|
||||
"napping",
|
||||
"nodding",
|
||||
"resting",
|
||||
"sleeping",
|
||||
"slumbering",
|
||||
"snoozing",
|
||||
"bedding (down)",
|
||||
"couching",
|
||||
"dossing (down)",
|
||||
"flopping",
|
||||
"kipping (down)",
|
||||
"retiring",
|
||||
"sacking out",
|
||||
"turning in",
|
||||
"lying up",
|
||||
"sleeping in",
|
||||
"oversleeping"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"awaken":{
|
||||
"to cause to stop sleeping":{
|
||||
"examples":[
|
||||
"be quiet or you'll awaken the kids"
|
||||
],
|
||||
"synonyms":[
|
||||
"arouse",
|
||||
"awake",
|
||||
"knock up",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
],
|
||||
"near synonyms":[
|
||||
"roust",
|
||||
"rout",
|
||||
"raise",
|
||||
"revive",
|
||||
"reawaken",
|
||||
"rewake",
|
||||
"agitate",
|
||||
"bestir",
|
||||
"disturb",
|
||||
"excite",
|
||||
"provoke",
|
||||
"stimulate",
|
||||
"stir"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hypnotize",
|
||||
"mesmerize"
|
||||
],
|
||||
"antonyms":[
|
||||
"lull"
|
||||
]
|
||||
},
|
||||
"to cease to be asleep":{
|
||||
"examples":[
|
||||
"guests at the B and B usually awaken to the smell of fresh pancakes"
|
||||
],
|
||||
"synonyms":[
|
||||
"arouse",
|
||||
"awake",
|
||||
"rouse",
|
||||
"wake",
|
||||
"waken"
|
||||
],
|
||||
"near synonyms":[
|
||||
"arise",
|
||||
"get up",
|
||||
"rise",
|
||||
"roll out",
|
||||
"turn out",
|
||||
"uprise",
|
||||
"watch",
|
||||
"revive",
|
||||
"reawaken",
|
||||
"rewake",
|
||||
"shift",
|
||||
"stir"
|
||||
],
|
||||
"near antonyms":[
|
||||
"catnap",
|
||||
"conk (off or out)",
|
||||
"doze",
|
||||
"drop off",
|
||||
"nap",
|
||||
"nod",
|
||||
"rest",
|
||||
"sleep",
|
||||
"slumber",
|
||||
"snooze",
|
||||
"bed (down)",
|
||||
"couch",
|
||||
"doss (down)",
|
||||
"flop",
|
||||
"kip (down)",
|
||||
"retire",
|
||||
"sack out",
|
||||
"turn in",
|
||||
"lie up",
|
||||
"sleep in",
|
||||
"oversleep"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
187
en_MW_thesaurus/ax_mwt.json
Normal file
187
en_MW_thesaurus/ax_mwt.json
Normal file
@ -0,0 +1,187 @@
|
||||
{
|
||||
"axes":{
|
||||
"the termination of the employment of an employee or a work force often temporarily":{
|
||||
"examples":[
|
||||
"the company was hemorrhaging money, so 700 employees would soon be given the ax"
|
||||
],
|
||||
"synonyms":[
|
||||
"discharges",
|
||||
"dismissals",
|
||||
"furloughs",
|
||||
"layoffs",
|
||||
"redundancies"
|
||||
],
|
||||
"near synonyms":[
|
||||
"pink slips",
|
||||
"birds",
|
||||
"boots",
|
||||
"bum's rushes",
|
||||
"firings",
|
||||
"heave-hos",
|
||||
"sacks",
|
||||
"closings",
|
||||
"shutdowns",
|
||||
"shakeouts",
|
||||
"shake-ups"
|
||||
],
|
||||
"near antonyms":[
|
||||
"callbacks",
|
||||
"recalls",
|
||||
"reemployments",
|
||||
"re-employments",
|
||||
"rehires"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"a thing or place that is of greatest importance to an activity or interest":{
|
||||
"examples":[
|
||||
"in addition to being the suburb's social axis , the country club is the place where deals are made and partnerships are forged"
|
||||
],
|
||||
"synonyms":[
|
||||
"bases",
|
||||
"capitals",
|
||||
"centers",
|
||||
"centrals",
|
||||
"cores",
|
||||
"cynosures",
|
||||
"epicenters",
|
||||
"eyes",
|
||||
"foci",
|
||||
"focuses",
|
||||
"ground zeros",
|
||||
"hearts",
|
||||
"hubs",
|
||||
"loci",
|
||||
"meccas",
|
||||
"navels",
|
||||
"nerve centers",
|
||||
"nexuses",
|
||||
"nexus",
|
||||
"nuclei",
|
||||
"nucleuses",
|
||||
"omphali",
|
||||
"seats"
|
||||
],
|
||||
"near synonyms":[
|
||||
"headquarters",
|
||||
"happy hunting grounds",
|
||||
"hives",
|
||||
"hotbeds",
|
||||
"hot spots",
|
||||
"playgrounds",
|
||||
"playlands",
|
||||
"kernels",
|
||||
"nubs",
|
||||
"piths",
|
||||
"deeps",
|
||||
"thicks",
|
||||
"essences",
|
||||
"quintessences",
|
||||
"souls",
|
||||
"attractions",
|
||||
"lodestones",
|
||||
"loadstones",
|
||||
"magnets",
|
||||
"polestars"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"an association of persons, parties, or states for mutual assistance and protection":{
|
||||
"examples":[
|
||||
"an axis of previously nonaligned nations"
|
||||
],
|
||||
"synonyms":[
|
||||
"alliances",
|
||||
"blocks",
|
||||
"blocs",
|
||||
"coalitions",
|
||||
"combinations",
|
||||
"combines",
|
||||
"confederacies",
|
||||
"confederations",
|
||||
"federations",
|
||||
"leagues",
|
||||
"unions"
|
||||
],
|
||||
"near synonyms":[
|
||||
"cabals",
|
||||
"conspiracies",
|
||||
"juntos",
|
||||
"cartels",
|
||||
"syndicates",
|
||||
"trusts",
|
||||
"factions",
|
||||
"fronts",
|
||||
"fusions",
|
||||
"sides",
|
||||
"wings",
|
||||
"associations",
|
||||
"groups",
|
||||
"organizations",
|
||||
"affiliations",
|
||||
"cooperatives",
|
||||
"partnerships",
|
||||
"circuits",
|
||||
"conferences"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to let go from office, service, or employment":{
|
||||
"examples":[
|
||||
"the boss will ax anyone who leaks company secrets"
|
||||
],
|
||||
"synonyms":[
|
||||
"bounces",
|
||||
"cans",
|
||||
"cashiers",
|
||||
"discharges",
|
||||
"dismisses",
|
||||
"fires",
|
||||
"musters out",
|
||||
"pink-slips",
|
||||
"releases",
|
||||
"removes",
|
||||
"retires",
|
||||
"sacks",
|
||||
"terminates",
|
||||
"turns off"
|
||||
],
|
||||
"near synonyms":[
|
||||
"downsizes",
|
||||
"excesses",
|
||||
"furloughs",
|
||||
"lays off",
|
||||
"trims",
|
||||
"boots (out)",
|
||||
"chucks (out)",
|
||||
"drums (out)",
|
||||
"kicks out",
|
||||
"throws out",
|
||||
"unseats",
|
||||
"separates"
|
||||
],
|
||||
"near antonyms":[
|
||||
"keeps",
|
||||
"reemploys",
|
||||
"rehires",
|
||||
"contracts",
|
||||
"subcontracts",
|
||||
"recruits"
|
||||
],
|
||||
"antonyms":[
|
||||
"employs",
|
||||
"engages",
|
||||
"hires",
|
||||
"retains",
|
||||
"signs (up or on)",
|
||||
"takes on"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3785,5 +3785,491 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"bides":{
|
||||
"to remain indefinitely in existence or in the same state":{
|
||||
"examples":[
|
||||
"how long are you going to bide in this unhappy marriage?"
|
||||
],
|
||||
"synonyms":[
|
||||
"abides",
|
||||
"continues",
|
||||
"endures",
|
||||
"holds on",
|
||||
"holds up",
|
||||
"keeps up",
|
||||
"lasts",
|
||||
"perdures",
|
||||
"persists",
|
||||
"remains",
|
||||
"runs on"
|
||||
],
|
||||
"related":[
|
||||
"lingers",
|
||||
"stays",
|
||||
"sticks around",
|
||||
"tarries",
|
||||
"carries through",
|
||||
"prevails",
|
||||
"survives"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abates",
|
||||
"dies (down)",
|
||||
"ebbs",
|
||||
"lets up",
|
||||
"moderates",
|
||||
"subsides",
|
||||
"wanes"
|
||||
],
|
||||
"antonyms":[
|
||||
"ceases",
|
||||
"closes",
|
||||
"concludes",
|
||||
"desists",
|
||||
"dies",
|
||||
"discontinues",
|
||||
"ends",
|
||||
"expires",
|
||||
"finishes",
|
||||
"lapses",
|
||||
"leaves off",
|
||||
"passes",
|
||||
"quits",
|
||||
"stops",
|
||||
"terminates",
|
||||
"winds up"
|
||||
]
|
||||
},
|
||||
"to put up with (something painful or difficult)":{
|
||||
"examples":[
|
||||
"at my advanced age I simply cannot bide young children"
|
||||
],
|
||||
"synonyms":[
|
||||
"abides",
|
||||
"absorbs",
|
||||
"accepts",
|
||||
"bears",
|
||||
"brooks",
|
||||
"countenances",
|
||||
"endures",
|
||||
"goes",
|
||||
"hacks",
|
||||
"handles",
|
||||
"meets",
|
||||
"pockets",
|
||||
"stands",
|
||||
"sticks out",
|
||||
"stomachs",
|
||||
"supports",
|
||||
"sustains",
|
||||
"sweats out",
|
||||
"takes",
|
||||
"tolerates",
|
||||
"wears"
|
||||
],
|
||||
"related":[
|
||||
"allows",
|
||||
"permits",
|
||||
"suffers",
|
||||
"swallows",
|
||||
"reconciles (to)",
|
||||
"acquiesces",
|
||||
"agrees (with or to)",
|
||||
"assents (to)",
|
||||
"capitulates",
|
||||
"consents (to)",
|
||||
"respects",
|
||||
"submits (to)",
|
||||
"yields (to)"
|
||||
],
|
||||
"near antonyms":[
|
||||
"declines",
|
||||
"dismisses",
|
||||
"refuses",
|
||||
"rejects",
|
||||
"repudiates",
|
||||
"spurns",
|
||||
"turns down",
|
||||
"combats",
|
||||
"contests",
|
||||
"fights",
|
||||
"opposes",
|
||||
"resists",
|
||||
"avoids",
|
||||
"bypasses",
|
||||
"circumvents",
|
||||
"dodges",
|
||||
"eludes",
|
||||
"escapes",
|
||||
"evades",
|
||||
"misses",
|
||||
"abstains (from)",
|
||||
"forbears",
|
||||
"refrains (from)"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to remain in place in readiness or expectation of something":{
|
||||
"examples":[
|
||||
"I promise you that if you bide yet a little longer, all will come to pass just as you desire"
|
||||
],
|
||||
"synonyms":[
|
||||
"awaits",
|
||||
"holds on",
|
||||
"stays",
|
||||
"waits"
|
||||
],
|
||||
"related":[
|
||||
"hangs around",
|
||||
"lingers",
|
||||
"remains",
|
||||
"sticks around",
|
||||
"tarries",
|
||||
"stands by",
|
||||
"anticipates",
|
||||
"expects",
|
||||
"watches (for)"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"big boys":{
|
||||
"one of high position or importance within a group":{
|
||||
"examples":[
|
||||
"when she became the network's White House correspondent, she knew that she was now playing with the big boys"
|
||||
],
|
||||
"synonyms":[
|
||||
"big cheeses",
|
||||
"bigfeet",
|
||||
"bigfoots",
|
||||
"biggies",
|
||||
"big guns",
|
||||
"big leaguers",
|
||||
"bigs",
|
||||
"big shots",
|
||||
"big-timers",
|
||||
"big wheels",
|
||||
"bigwigs",
|
||||
"fat cats",
|
||||
"heavies",
|
||||
"heavy hitters",
|
||||
"heavyweights",
|
||||
"high-muck-a-mucks",
|
||||
"high-muckety-mucks",
|
||||
"honchos",
|
||||
"kahunas",
|
||||
"kingfish",
|
||||
"kingpins",
|
||||
"major leaguers",
|
||||
"muckety-mucks",
|
||||
"muck-a-mucks",
|
||||
"mucky-mucks",
|
||||
"nabobs",
|
||||
"nawabs",
|
||||
"nibs",
|
||||
"nobs",
|
||||
"pooh-bahs",
|
||||
"poo-bahs",
|
||||
"wheels"
|
||||
],
|
||||
"near synonyms":[
|
||||
"barons",
|
||||
"czars",
|
||||
"tsars",
|
||||
"tzars",
|
||||
"kings",
|
||||
"lions",
|
||||
"magnates",
|
||||
"moguls",
|
||||
"princes",
|
||||
"princesses",
|
||||
"queens",
|
||||
"tycoons",
|
||||
"VIPs"
|
||||
],
|
||||
"near antonyms":[
|
||||
"inferiors",
|
||||
"subordinates",
|
||||
"underlings",
|
||||
"mediocrities",
|
||||
"obscurities"
|
||||
],
|
||||
"antonyms":[
|
||||
"lightweights",
|
||||
"nobodies",
|
||||
"nonentities",
|
||||
"shrimp",
|
||||
"shrimps",
|
||||
"twerps",
|
||||
"whippersnappers",
|
||||
"zeros",
|
||||
"zeroes",
|
||||
"zilches"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"big wheels":{
|
||||
"one of high position or importance within a group":{
|
||||
"examples":[
|
||||
"rose in the ranks to become a big wheel on Wall Street"
|
||||
],
|
||||
"synonyms":[
|
||||
"big boys",
|
||||
"big cheeses",
|
||||
"bigfeet",
|
||||
"bigfoots",
|
||||
"biggies",
|
||||
"big guns",
|
||||
"big leaguers",
|
||||
"bigs",
|
||||
"big shots",
|
||||
"big-timers",
|
||||
"bigwigs",
|
||||
"fat cats",
|
||||
"heavies",
|
||||
"heavy hitters",
|
||||
"heavyweights",
|
||||
"high-muck-a-mucks",
|
||||
"high-muckety-mucks",
|
||||
"honchos",
|
||||
"kahunas",
|
||||
"kingfish",
|
||||
"kingpins",
|
||||
"major leaguers",
|
||||
"muckety-mucks",
|
||||
"muck-a-mucks",
|
||||
"mucky-mucks",
|
||||
"nabobs",
|
||||
"nawabs",
|
||||
"nibs",
|
||||
"nobs",
|
||||
"pooh-bahs",
|
||||
"poo-bahs",
|
||||
"wheels"
|
||||
],
|
||||
"near synonyms":[
|
||||
"barons",
|
||||
"czars",
|
||||
"tsars",
|
||||
"tzars",
|
||||
"kings",
|
||||
"lions",
|
||||
"magnates",
|
||||
"moguls",
|
||||
"princes",
|
||||
"princesses",
|
||||
"queens",
|
||||
"tycoons",
|
||||
"VIPs"
|
||||
],
|
||||
"near antonyms":[
|
||||
"inferiors",
|
||||
"subordinates",
|
||||
"underlings",
|
||||
"mediocrities",
|
||||
"obscurities"
|
||||
],
|
||||
"antonyms":[
|
||||
"lightweights",
|
||||
"nobodies",
|
||||
"nonentities",
|
||||
"shrimp",
|
||||
"shrimps",
|
||||
"twerps",
|
||||
"whippersnappers",
|
||||
"zeros",
|
||||
"zeroes",
|
||||
"zilches"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"billy clubs":{
|
||||
"a heavy rigid stick used as a weapon or for punishment":{
|
||||
"examples":[
|
||||
"rapping the shoes of the sleeping vagrant with his billy club , the officer told him to move on"
|
||||
],
|
||||
"synonyms":[
|
||||
"bastinadoes",
|
||||
"bastinades",
|
||||
"batons",
|
||||
"bats",
|
||||
"billies",
|
||||
"bludgeons",
|
||||
"canes",
|
||||
"clubs",
|
||||
"cudgels",
|
||||
"nightsticks",
|
||||
"rods",
|
||||
"rungs",
|
||||
"saps",
|
||||
"shillelaghs",
|
||||
"shillalahs",
|
||||
"staffs",
|
||||
"staves",
|
||||
"truncheons",
|
||||
"waddies"
|
||||
],
|
||||
"near synonyms":[
|
||||
"blackjacks",
|
||||
"knobkerries",
|
||||
"maces",
|
||||
"birches",
|
||||
"crabsticks",
|
||||
"hickories",
|
||||
"rattans",
|
||||
"staves",
|
||||
"switches",
|
||||
"beetles",
|
||||
"gavels",
|
||||
"hammers",
|
||||
"mallets",
|
||||
"mauls",
|
||||
"sledgehammers",
|
||||
"crooks",
|
||||
"crosiers",
|
||||
"croziers",
|
||||
"walking sticks",
|
||||
"whangees"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"bit the dust":{
|
||||
"to come to an end":{
|
||||
"examples":[
|
||||
"Fortunately, the fad finally bit the dust and all the trend followers moved on to the next thing."
|
||||
],
|
||||
"synonyms":[
|
||||
"broke off",
|
||||
"broke up",
|
||||
"ceased",
|
||||
"closed",
|
||||
"concluded",
|
||||
"dead-ended",
|
||||
"determined",
|
||||
"died",
|
||||
"discontinued",
|
||||
"elapsed",
|
||||
"ended",
|
||||
"expired",
|
||||
"finished",
|
||||
"halted",
|
||||
"lapsed",
|
||||
"left off",
|
||||
"let up",
|
||||
"passed",
|
||||
"quit",
|
||||
"quitted",
|
||||
"stopped",
|
||||
"terminated",
|
||||
"went",
|
||||
"winked (out)",
|
||||
"wound up",
|
||||
"winded up"
|
||||
],
|
||||
"near synonyms":[
|
||||
"desisted (from)",
|
||||
"laid off (of)",
|
||||
"refrained (from)",
|
||||
"gave over",
|
||||
"knocked off",
|
||||
"packed (up or in)",
|
||||
"broke down",
|
||||
"conked (out)",
|
||||
"cut out",
|
||||
"stalled",
|
||||
"paused",
|
||||
"stayed",
|
||||
"suspended",
|
||||
"abated",
|
||||
"petered (out)",
|
||||
"wound down",
|
||||
"winded down"
|
||||
],
|
||||
"near antonyms":[
|
||||
"drew out",
|
||||
"extended",
|
||||
"prolonged",
|
||||
"protracted"
|
||||
],
|
||||
"antonyms":[
|
||||
"continued",
|
||||
"hung on",
|
||||
"persisted"
|
||||
]
|
||||
},
|
||||
"to stop living":{
|
||||
"examples":[
|
||||
"The marigolds managed to produce a few last autumn blooms before biting the dust ."
|
||||
],
|
||||
"synonyms":[
|
||||
"checked out",
|
||||
"conked (out)",
|
||||
"croaked",
|
||||
"deceased",
|
||||
"demised",
|
||||
"departed",
|
||||
"died",
|
||||
"dropped",
|
||||
"ended",
|
||||
"exited",
|
||||
"expired",
|
||||
"fell",
|
||||
"flatlined",
|
||||
"kicked in",
|
||||
"kicked off",
|
||||
"parted",
|
||||
"passed away",
|
||||
"passed (on)",
|
||||
"pegged out",
|
||||
"perished",
|
||||
"popped off",
|
||||
"stepped out",
|
||||
"succumbed",
|
||||
"went"
|
||||
],
|
||||
"near synonyms":[
|
||||
"predeceased",
|
||||
"consumed",
|
||||
"disappeared",
|
||||
"dried up",
|
||||
"faded",
|
||||
"failed"
|
||||
],
|
||||
"near antonyms":[
|
||||
"came to",
|
||||
"revived",
|
||||
"lingered",
|
||||
"existed",
|
||||
"subsisted",
|
||||
"was",
|
||||
"flourished",
|
||||
"prospered",
|
||||
"thrived",
|
||||
"throve"
|
||||
],
|
||||
"antonyms":[
|
||||
"breathed",
|
||||
"lived"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"phrase"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2366,5 +2366,566 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"celebrities":{
|
||||
"a person who is widely known and usually much talked about":{
|
||||
"examples":[
|
||||
"celebrities from sports and entertainment attended the opening ceremonies of the Olympic Games"
|
||||
],
|
||||
"synonyms":[
|
||||
"causes c\u00e9l\u00e8bres",
|
||||
"causes celebres",
|
||||
"celebs",
|
||||
"figures",
|
||||
"icons",
|
||||
"ikons",
|
||||
"lights",
|
||||
"luminaries",
|
||||
"megastars",
|
||||
"names",
|
||||
"notabilities",
|
||||
"notables",
|
||||
"notorieties",
|
||||
"personages",
|
||||
"personalities",
|
||||
"somebodies",
|
||||
"standouts",
|
||||
"stars",
|
||||
"superstars",
|
||||
"VIPs"
|
||||
],
|
||||
"related":[
|
||||
"favorites",
|
||||
"heartthrobs",
|
||||
"heroes",
|
||||
"idols",
|
||||
"demigods",
|
||||
"dignitaries",
|
||||
"eminences",
|
||||
"immortals",
|
||||
"monuments",
|
||||
"pillars",
|
||||
"worthies",
|
||||
"barons",
|
||||
"big shots",
|
||||
"bigwigs",
|
||||
"kahunas",
|
||||
"magnates",
|
||||
"moguls",
|
||||
"nabobs",
|
||||
"panjandrums",
|
||||
"panjandra"
|
||||
],
|
||||
"near antonyms":[
|
||||
"lightweights",
|
||||
"mediocrities",
|
||||
"has-beens"
|
||||
],
|
||||
"antonyms":[
|
||||
"nobodies",
|
||||
"noncelebrities"
|
||||
]
|
||||
},
|
||||
"the fact or state of being known to the public":{
|
||||
"examples":[
|
||||
"an actor who reportedly feels very uncomfortable with his celebrity"
|
||||
],
|
||||
"synonyms":[
|
||||
"fames",
|
||||
"notorieties",
|
||||
"renowns"
|
||||
],
|
||||
"related":[
|
||||
"infamies",
|
||||
"characters",
|
||||
"marks",
|
||||
"names",
|
||||
"reports",
|
||||
"reputabilities",
|
||||
"reputations",
|
||||
"reputes",
|
||||
"cachets",
|
||||
"places",
|
||||
"positions",
|
||||
"prestiges",
|
||||
"ranks",
|
||||
"standings",
|
||||
"statures",
|
||||
"statuses",
|
||||
"megastardoms",
|
||||
"popularities",
|
||||
"stardoms",
|
||||
"superstardoms",
|
||||
"distinctions",
|
||||
"eminences",
|
||||
"glories",
|
||||
"honors",
|
||||
"notes",
|
||||
"preeminences",
|
||||
"prominences",
|
||||
"visibilities",
|
||||
"acclaim",
|
||||
"accolades",
|
||||
"acknowledgments",
|
||||
"acknowledgements",
|
||||
"homages",
|
||||
"kudos",
|
||||
"laurels",
|
||||
"praises",
|
||||
"recognitions",
|
||||
"adorations",
|
||||
"idolizations"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disgraces",
|
||||
"dishonors",
|
||||
"disreputes",
|
||||
"ignominies",
|
||||
"odiums",
|
||||
"opprobriums",
|
||||
"shames",
|
||||
"invisibilities",
|
||||
"unpopularity"
|
||||
],
|
||||
"antonyms":[
|
||||
"anonymities",
|
||||
"oblivions",
|
||||
"obscurities"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cemetery":{
|
||||
"a piece of land used for burying the dead":{
|
||||
"examples":[
|
||||
"many of the soldiers who died in the battle are buried in a cemetery nearby"
|
||||
],
|
||||
"synonyms":[
|
||||
"boneyard",
|
||||
"God's acre",
|
||||
"graveyard",
|
||||
"memorial park",
|
||||
"necropolis",
|
||||
"potter's field"
|
||||
],
|
||||
"near synonyms":[
|
||||
"catacombs",
|
||||
"churchyard",
|
||||
"crypt",
|
||||
"grave",
|
||||
"mausoleum",
|
||||
"sepulchre",
|
||||
"sepulcher",
|
||||
"sepulture",
|
||||
"tomb",
|
||||
"vault"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"ceasing":{
|
||||
"as in discontinuing , stopping":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"closing",
|
||||
"concluding",
|
||||
"desisting",
|
||||
"discontinuing",
|
||||
"dying",
|
||||
"ending",
|
||||
"expiring",
|
||||
"finishing",
|
||||
"lapsing",
|
||||
"leaving off",
|
||||
"passing",
|
||||
"quitting",
|
||||
"stopping",
|
||||
"terminating",
|
||||
"winding up",
|
||||
"abating",
|
||||
"dying (down)",
|
||||
"ebbing",
|
||||
"letting up",
|
||||
"moderating",
|
||||
"subsiding",
|
||||
"waning"
|
||||
],
|
||||
"near antonyms":[
|
||||
"leftover",
|
||||
"remaining",
|
||||
"lingering",
|
||||
"residual",
|
||||
"abiding",
|
||||
"biding",
|
||||
"continuing",
|
||||
"enduring",
|
||||
"holding on",
|
||||
"holding up",
|
||||
"keeping up",
|
||||
"lasting",
|
||||
"perduring",
|
||||
"persisting",
|
||||
"running on"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to come to an end":{
|
||||
"examples":[
|
||||
"the rain finally ceased , and we were able to continue the baseball game"
|
||||
],
|
||||
"synonyms":[
|
||||
"breaking off",
|
||||
"breaking up",
|
||||
"closing",
|
||||
"concluding",
|
||||
"dead-ending",
|
||||
"determining",
|
||||
"discontinuing",
|
||||
"dying",
|
||||
"elapsing",
|
||||
"ending",
|
||||
"expiring",
|
||||
"finishing",
|
||||
"going",
|
||||
"halting",
|
||||
"lapsing",
|
||||
"leaving off",
|
||||
"letting up",
|
||||
"passing",
|
||||
"quitting",
|
||||
"stopping",
|
||||
"terminating",
|
||||
"winding up",
|
||||
"winking (out)"
|
||||
],
|
||||
"near synonyms":[
|
||||
"desisting (from)",
|
||||
"laying off (of)",
|
||||
"refraining (from)",
|
||||
"giving over",
|
||||
"knocking off",
|
||||
"packing (up or in)",
|
||||
"breaking down",
|
||||
"conking (out)",
|
||||
"cutting out",
|
||||
"stalling",
|
||||
"pausing",
|
||||
"staying",
|
||||
"suspending",
|
||||
"abating",
|
||||
"petering (out)",
|
||||
"winding down"
|
||||
],
|
||||
"near antonyms":[
|
||||
"drawing out",
|
||||
"extending",
|
||||
"prolonging",
|
||||
"protracting"
|
||||
],
|
||||
"antonyms":[
|
||||
"continuing",
|
||||
"hanging on",
|
||||
"persisting"
|
||||
]
|
||||
},
|
||||
"to bring (as an action or operation) to an immediate end":{
|
||||
"examples":[
|
||||
"cease chattering and get down to work, please"
|
||||
],
|
||||
"synonyms":[
|
||||
"breaking",
|
||||
"breaking off",
|
||||
"breaking up",
|
||||
"canning",
|
||||
"cutting off",
|
||||
"cutting out",
|
||||
"desisting (from)",
|
||||
"discontinuing",
|
||||
"dropping",
|
||||
"ending",
|
||||
"giving over",
|
||||
"halting",
|
||||
"knocking off",
|
||||
"laying off",
|
||||
"leaving off",
|
||||
"packing (up or in)",
|
||||
"quitting",
|
||||
"shutting off",
|
||||
"stopping"
|
||||
],
|
||||
"near synonyms":[
|
||||
"completing",
|
||||
"concluding",
|
||||
"finishing",
|
||||
"closing (down)",
|
||||
"deactivating",
|
||||
"blockading",
|
||||
"blocking",
|
||||
"damming",
|
||||
"delaying",
|
||||
"detaining",
|
||||
"hindering",
|
||||
"holding",
|
||||
"holding back",
|
||||
"impeding",
|
||||
"kiboshing",
|
||||
"obstructing",
|
||||
"stemming",
|
||||
"calling",
|
||||
"suspending",
|
||||
"arresting",
|
||||
"braking",
|
||||
"checking",
|
||||
"clamping down",
|
||||
"reining (in)",
|
||||
"squashing",
|
||||
"squelching",
|
||||
"stamping",
|
||||
"stanching",
|
||||
"staunching",
|
||||
"stunting",
|
||||
"suppressing",
|
||||
"turning back",
|
||||
"pausing",
|
||||
"staying",
|
||||
"suspending",
|
||||
"abolishing",
|
||||
"aborting",
|
||||
"annulling",
|
||||
"demolishing",
|
||||
"destroying",
|
||||
"dissolving",
|
||||
"killing",
|
||||
"ruining",
|
||||
"scuttling",
|
||||
"snuffing"
|
||||
],
|
||||
"near antonyms":[
|
||||
"carrying on",
|
||||
"continuing",
|
||||
"following through (with)",
|
||||
"keeping up",
|
||||
"running on",
|
||||
"advancing",
|
||||
"proceeding",
|
||||
"progressing",
|
||||
"actuating",
|
||||
"driving",
|
||||
"impelling",
|
||||
"propelling",
|
||||
"stirring"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"cerebrums":{
|
||||
"the part of a person that feels, thinks, perceives, wills, and especially reasons":{
|
||||
"examples":[
|
||||
"you'll need the patience of a saint and the cerebrum of a rocket scientist to figure out the solution to this brainteaser"
|
||||
],
|
||||
"synonyms":[
|
||||
"brains",
|
||||
"heads",
|
||||
"minds",
|
||||
"psyches",
|
||||
"thinkers"
|
||||
],
|
||||
"near synonyms":[
|
||||
"belfries",
|
||||
"gray matters",
|
||||
"intellects",
|
||||
"intelligence",
|
||||
"loaves",
|
||||
"noodles",
|
||||
"reasons",
|
||||
"skulls",
|
||||
"acumens",
|
||||
"brilliances",
|
||||
"insights",
|
||||
"judgments",
|
||||
"judgements",
|
||||
"mentalities",
|
||||
"perceptions",
|
||||
"perspicacities",
|
||||
"sagacities",
|
||||
"sapiences",
|
||||
"wisdoms",
|
||||
"wits",
|
||||
"cognizances"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"ceased":{
|
||||
"to come to an end":{
|
||||
"examples":[
|
||||
"the rain finally ceased , and we were able to continue the baseball game"
|
||||
],
|
||||
"synonyms":[
|
||||
"broke off",
|
||||
"broke up",
|
||||
"closed",
|
||||
"concluded",
|
||||
"dead-ended",
|
||||
"determined",
|
||||
"died",
|
||||
"discontinued",
|
||||
"elapsed",
|
||||
"ended",
|
||||
"expired",
|
||||
"finished",
|
||||
"halted",
|
||||
"lapsed",
|
||||
"left off",
|
||||
"let up",
|
||||
"passed",
|
||||
"quit",
|
||||
"quitted",
|
||||
"stopped",
|
||||
"terminated",
|
||||
"went",
|
||||
"winked (out)",
|
||||
"wound up",
|
||||
"winded up"
|
||||
],
|
||||
"near synonyms":[
|
||||
"desisted (from)",
|
||||
"laid off (of)",
|
||||
"refrained (from)",
|
||||
"gave over",
|
||||
"knocked off",
|
||||
"packed (up or in)",
|
||||
"broke down",
|
||||
"conked (out)",
|
||||
"cut out",
|
||||
"stalled",
|
||||
"paused",
|
||||
"stayed",
|
||||
"suspended",
|
||||
"abated",
|
||||
"petered (out)",
|
||||
"wound down",
|
||||
"winded down"
|
||||
],
|
||||
"near antonyms":[
|
||||
"drew out",
|
||||
"extended",
|
||||
"prolonged",
|
||||
"protracted"
|
||||
],
|
||||
"antonyms":[
|
||||
"continued",
|
||||
"hung on",
|
||||
"persisted"
|
||||
]
|
||||
},
|
||||
"to bring (as an action or operation) to an immediate end":{
|
||||
"examples":[
|
||||
"cease chattering and get down to work, please"
|
||||
],
|
||||
"synonyms":[
|
||||
"broke",
|
||||
"broke off",
|
||||
"broke up",
|
||||
"canned",
|
||||
"cut off",
|
||||
"cut out",
|
||||
"desisted (from)",
|
||||
"discontinued",
|
||||
"dropped",
|
||||
"ended",
|
||||
"gave over",
|
||||
"halted",
|
||||
"knocked off",
|
||||
"laid off",
|
||||
"left off",
|
||||
"packed (up or in)",
|
||||
"quit",
|
||||
"quitted",
|
||||
"shut off",
|
||||
"stopped"
|
||||
],
|
||||
"near synonyms":[
|
||||
"completed",
|
||||
"concluded",
|
||||
"finished",
|
||||
"closed (down)",
|
||||
"deactivated",
|
||||
"blockaded",
|
||||
"blocked",
|
||||
"dammed",
|
||||
"delayed",
|
||||
"detained",
|
||||
"held",
|
||||
"held back",
|
||||
"hindered",
|
||||
"impeded",
|
||||
"kiboshed",
|
||||
"obstructed",
|
||||
"stemmed",
|
||||
"called",
|
||||
"suspended",
|
||||
"arrested",
|
||||
"braked",
|
||||
"checked",
|
||||
"clamped down",
|
||||
"reined (in)",
|
||||
"squashed",
|
||||
"squelched",
|
||||
"stamped",
|
||||
"stanched",
|
||||
"staunched",
|
||||
"stunted",
|
||||
"suppressed",
|
||||
"turned back",
|
||||
"paused",
|
||||
"stayed",
|
||||
"suspended",
|
||||
"abolished",
|
||||
"aborted",
|
||||
"annulled",
|
||||
"demolished",
|
||||
"destroyed",
|
||||
"dissolved",
|
||||
"killed",
|
||||
"ruined",
|
||||
"scuttled",
|
||||
"snuffed"
|
||||
],
|
||||
"near antonyms":[
|
||||
"carried on",
|
||||
"continued",
|
||||
"followed through (with)",
|
||||
"kept up",
|
||||
"ran on",
|
||||
"advanced",
|
||||
"proceeded",
|
||||
"progressed",
|
||||
"actuated",
|
||||
"drove",
|
||||
"impelled",
|
||||
"propelled",
|
||||
"stirred"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1496,5 +1496,133 @@
|
||||
"type":[
|
||||
"preposition"
|
||||
]
|
||||
},
|
||||
"citadel":{
|
||||
"a structure or place from which one can resist attack":{
|
||||
"examples":[
|
||||
"a massive stone citadel continues to command the city of Halifax, Nova Scotia"
|
||||
],
|
||||
"synonyms":[
|
||||
"bastion",
|
||||
"castle",
|
||||
"fastness",
|
||||
"fort",
|
||||
"fortification",
|
||||
"fortress",
|
||||
"hold",
|
||||
"redoubt",
|
||||
"stronghold"
|
||||
],
|
||||
"related":[
|
||||
"battlement",
|
||||
"breastwork",
|
||||
"bulwark",
|
||||
"earthwork",
|
||||
"embattlement",
|
||||
"parapet",
|
||||
"rampart",
|
||||
"bunker",
|
||||
"dugout",
|
||||
"blockhouse",
|
||||
"garrison house",
|
||||
"alcazar",
|
||||
"casbah",
|
||||
"kasbah"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"city-states":{
|
||||
"a state that has its own government and consists of a city and the area around it":{
|
||||
"examples":[
|
||||
"the city-states of ancient Greece"
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"microstates",
|
||||
"ministates",
|
||||
"nation-states",
|
||||
"commonwealths",
|
||||
"countries",
|
||||
"lands",
|
||||
"nations",
|
||||
"sovereignties",
|
||||
"sovranties",
|
||||
"domains",
|
||||
"dominions",
|
||||
"empires",
|
||||
"kingdoms",
|
||||
"realms",
|
||||
"republics",
|
||||
"duchies",
|
||||
"dukedoms",
|
||||
"emirates",
|
||||
"principalities",
|
||||
"seigniories",
|
||||
"seignories",
|
||||
"sultanates",
|
||||
"democracies",
|
||||
"dictatorships",
|
||||
"monarchies",
|
||||
"monocracies",
|
||||
"oligarchies",
|
||||
"sovereigns",
|
||||
"sovrans",
|
||||
"theocracies",
|
||||
"client states",
|
||||
"colonies",
|
||||
"condominiums",
|
||||
"condominia",
|
||||
"dependencies",
|
||||
"mandates",
|
||||
"provinces",
|
||||
"settlements",
|
||||
"soil",
|
||||
"trust territories",
|
||||
"fatherlands",
|
||||
"homelands",
|
||||
"motherlands",
|
||||
"great powers",
|
||||
"powers",
|
||||
"sea powers",
|
||||
"superpowers",
|
||||
"world powers",
|
||||
"welfare states"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"circularized":{
|
||||
"as in solicited , canvassed":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"canvassed",
|
||||
"canvased",
|
||||
"interviewed",
|
||||
"polled",
|
||||
"solicited",
|
||||
"surveyed",
|
||||
"interrogated",
|
||||
"questioned",
|
||||
"felt (out)",
|
||||
"sounded (out)"
|
||||
],
|
||||
"near antonyms":[
|
||||
"reported"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -7138,5 +7138,829 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"curled up":{
|
||||
"to sit or recline comfortably or cozily":{
|
||||
"examples":[
|
||||
"I love to curl up in a big chair with a good book"
|
||||
],
|
||||
"synonyms":[
|
||||
"nestled",
|
||||
"snugged",
|
||||
"snuggled"
|
||||
],
|
||||
"related":[
|
||||
"burrowed",
|
||||
"couched",
|
||||
"crouched",
|
||||
"huddled",
|
||||
"hunched",
|
||||
"hunkered (down)",
|
||||
"scrunched",
|
||||
"squatted",
|
||||
"squinched"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"curtailed":{
|
||||
"as in shortened , abbreviated":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to make less in extent or duration":{
|
||||
"examples":[
|
||||
"curtailed the school day because of the stormy weather"
|
||||
],
|
||||
"synonyms":[
|
||||
"abbreviated",
|
||||
"abridged",
|
||||
"cut back",
|
||||
"docked",
|
||||
"elided",
|
||||
"shortened",
|
||||
"syncopated",
|
||||
"truncated"
|
||||
],
|
||||
"related":[
|
||||
"abstracted",
|
||||
"digested",
|
||||
"encapsulated",
|
||||
"epitomized",
|
||||
"recapitulated",
|
||||
"summarized",
|
||||
"summed up",
|
||||
"abated",
|
||||
"compressed",
|
||||
"constricted",
|
||||
"contracted",
|
||||
"cut",
|
||||
"cut down",
|
||||
"pared",
|
||||
"pruned",
|
||||
"trimmed",
|
||||
"decreased",
|
||||
"de-escalated",
|
||||
"deflated",
|
||||
"diminished",
|
||||
"downsized",
|
||||
"dwindled",
|
||||
"lessened",
|
||||
"lowered",
|
||||
"moderated",
|
||||
"modified",
|
||||
"reduced",
|
||||
"retrenched",
|
||||
"shrank",
|
||||
"shrunk",
|
||||
"slashed",
|
||||
"subtracted (from)",
|
||||
"tapered"
|
||||
],
|
||||
"near antonyms":[
|
||||
"enlarged",
|
||||
"expanded",
|
||||
"supplemented",
|
||||
"added",
|
||||
"aggrandized",
|
||||
"amplified",
|
||||
"augmented",
|
||||
"ballooned",
|
||||
"boosted",
|
||||
"dilated",
|
||||
"escalated",
|
||||
"heightened",
|
||||
"increased",
|
||||
"maximized",
|
||||
"pumped up",
|
||||
"raised",
|
||||
"blew up",
|
||||
"distended",
|
||||
"inflated",
|
||||
"swelled"
|
||||
],
|
||||
"antonyms":[
|
||||
"elongated",
|
||||
"extended",
|
||||
"lengthened",
|
||||
"prolonged",
|
||||
"protracted"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"cusswords":{
|
||||
"a disrespectful or indecent word or expression":{
|
||||
"examples":[
|
||||
"was reprimanded for teaching his little brother cusswords"
|
||||
],
|
||||
"synonyms":[
|
||||
"curses",
|
||||
"cusses",
|
||||
"dirty words",
|
||||
"expletives",
|
||||
"four-letter words",
|
||||
"obscenities",
|
||||
"profanities",
|
||||
"swears",
|
||||
"swearwords",
|
||||
"vulgarisms"
|
||||
],
|
||||
"related":[
|
||||
"bawdries",
|
||||
"languages",
|
||||
"scurrilities",
|
||||
"execrations",
|
||||
"imprecations",
|
||||
"maledictions",
|
||||
"epithets",
|
||||
"names",
|
||||
"oaths"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cumulations":{
|
||||
"a mass or quantity that has piled up or that has been gathered over a period of time":{
|
||||
"examples":[
|
||||
"the cumulation of grime on the stove was really disgusting"
|
||||
],
|
||||
"synonyms":[
|
||||
"accretions",
|
||||
"accumulations",
|
||||
"assemblages",
|
||||
"collections",
|
||||
"cumuli",
|
||||
"gatherings",
|
||||
"lodgments",
|
||||
"lodgements",
|
||||
"pileups"
|
||||
],
|
||||
"related":[
|
||||
"agglomerates",
|
||||
"assortments",
|
||||
"congeries",
|
||||
"conglomerates",
|
||||
"conglomerations",
|
||||
"hodgepodges",
|
||||
"hotchpotches",
|
||||
"jumbles",
|
||||
"medleys",
|
||||
"m\u00e9langes",
|
||||
"mishmashes",
|
||||
"mixes",
|
||||
"mixtures",
|
||||
"motleys",
|
||||
"potpourris",
|
||||
"agglomerations",
|
||||
"clutters",
|
||||
"hashes",
|
||||
"heaps",
|
||||
"litters",
|
||||
"masses",
|
||||
"piles",
|
||||
"aggregates",
|
||||
"aggregations",
|
||||
"sums",
|
||||
"totalities",
|
||||
"backlogs",
|
||||
"caches",
|
||||
"funds",
|
||||
"hoards",
|
||||
"inventories",
|
||||
"kitties",
|
||||
"nest eggs",
|
||||
"reserves",
|
||||
"stockpiles",
|
||||
"stocks",
|
||||
"stores",
|
||||
"supplies"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"curvy":{
|
||||
"having a well-proportioned feminine figure":{
|
||||
"examples":[
|
||||
"a curvy brunette with lots of male admirers"
|
||||
],
|
||||
"synonyms":[
|
||||
"curvaceous",
|
||||
"curvacious",
|
||||
"pneumatic",
|
||||
"shapely"
|
||||
],
|
||||
"near synonyms":[
|
||||
"Junoesque",
|
||||
"statuesque",
|
||||
"plump",
|
||||
"round",
|
||||
"Rubenesque",
|
||||
"voluptuous",
|
||||
"zaftig",
|
||||
"zoftig",
|
||||
"bosomy",
|
||||
"built",
|
||||
"busty",
|
||||
"buxom",
|
||||
"chesty",
|
||||
"stacked",
|
||||
"well-endowed",
|
||||
"callipygian",
|
||||
"callipygous",
|
||||
"well-turned"
|
||||
],
|
||||
"near antonyms":[
|
||||
"shapeless"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"marked by a long series of irregular curves":{
|
||||
"examples":[
|
||||
"a perilously curvy stretch of a corniche along the Riviera"
|
||||
],
|
||||
"synonyms":[
|
||||
"bending",
|
||||
"crazy",
|
||||
"crooked",
|
||||
"curled",
|
||||
"curling",
|
||||
"curved",
|
||||
"curving",
|
||||
"devious",
|
||||
"serpentine",
|
||||
"sinuous",
|
||||
"tortuous",
|
||||
"twisted",
|
||||
"twisting",
|
||||
"winding",
|
||||
"windy"
|
||||
],
|
||||
"near synonyms":[
|
||||
"zigzag",
|
||||
"zigzagging",
|
||||
"circling",
|
||||
"coiled",
|
||||
"coiling",
|
||||
"corkscrew",
|
||||
"looping",
|
||||
"spiral",
|
||||
"spiraling",
|
||||
"spiralling",
|
||||
"swirling",
|
||||
"circuitous",
|
||||
"indirect",
|
||||
"roundabout",
|
||||
"meandering",
|
||||
"rambling",
|
||||
"wandering",
|
||||
"irregular",
|
||||
"jagged",
|
||||
"uneven"
|
||||
],
|
||||
"near antonyms":[
|
||||
"direct",
|
||||
"linear"
|
||||
],
|
||||
"antonyms":[
|
||||
"straight",
|
||||
"straightaway"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"custom":{
|
||||
"a usual manner of behaving or doing":{
|
||||
"examples":[
|
||||
"it is my custom to have half a bagel and coffee for breakfast"
|
||||
],
|
||||
"synonyms":[
|
||||
"fashion",
|
||||
"habit",
|
||||
"habitude",
|
||||
"pattern",
|
||||
"practice",
|
||||
"practise",
|
||||
"ritual",
|
||||
"second nature",
|
||||
"trick",
|
||||
"way",
|
||||
"wont"
|
||||
],
|
||||
"near synonyms":[
|
||||
"addiction",
|
||||
"disposition",
|
||||
"bent",
|
||||
"inclination",
|
||||
"proclivity",
|
||||
"set",
|
||||
"tendency",
|
||||
"tenor",
|
||||
"turn",
|
||||
"bag",
|
||||
"convention",
|
||||
"form",
|
||||
"mode",
|
||||
"style",
|
||||
"usage",
|
||||
"use",
|
||||
"deportment",
|
||||
"manners",
|
||||
"mores",
|
||||
"drill",
|
||||
"groove",
|
||||
"jog trot",
|
||||
"regime",
|
||||
"r\u00e9gime",
|
||||
"regimen",
|
||||
"rote",
|
||||
"routine",
|
||||
"rut",
|
||||
"affectation",
|
||||
"airs",
|
||||
"pose",
|
||||
"attribute",
|
||||
"characteristic",
|
||||
"mark",
|
||||
"trait",
|
||||
"eccentricity",
|
||||
"kink",
|
||||
"oddity",
|
||||
"peculiarity",
|
||||
"quirk",
|
||||
"singularity",
|
||||
"tic"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"an inherited or established way of thinking, feeling, or doing":{
|
||||
"examples":[
|
||||
"the custom around here is that the bride's family pays for the wedding"
|
||||
],
|
||||
"synonyms":[
|
||||
"convention",
|
||||
"heritage",
|
||||
"prescription",
|
||||
"rubric",
|
||||
"rule",
|
||||
"tradition"
|
||||
],
|
||||
"near synonyms":[
|
||||
"ethic",
|
||||
"form",
|
||||
"mode",
|
||||
"mores",
|
||||
"norm",
|
||||
"principles",
|
||||
"standards",
|
||||
"values",
|
||||
"birthright",
|
||||
"inheritance",
|
||||
"legacy",
|
||||
"folklore",
|
||||
"lore",
|
||||
"superstition",
|
||||
"culture",
|
||||
"lifestyle"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"transactions or economic support provided by customers":{
|
||||
"examples":[
|
||||
"that restaurant certainly lost my custom after they were cited for health code violations"
|
||||
],
|
||||
"synonyms":[
|
||||
"business",
|
||||
"patronage"
|
||||
],
|
||||
"near synonyms":[
|
||||
"marketplace",
|
||||
"trade",
|
||||
"traffic",
|
||||
"free trade",
|
||||
"affairs",
|
||||
"dealings",
|
||||
"horse-trading",
|
||||
"merchandising",
|
||||
"retailing",
|
||||
"wholesaling"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"made or fitted to the needs or preferences of a specific customer":{
|
||||
"examples":[
|
||||
"that business tycoon wears only custom suits"
|
||||
],
|
||||
"synonyms":[
|
||||
"bespoke",
|
||||
"bespoken",
|
||||
"custom-made",
|
||||
"custom-tailored",
|
||||
"customized",
|
||||
"made-to-order",
|
||||
"tailor-made",
|
||||
"tailored"
|
||||
],
|
||||
"near synonyms":[
|
||||
"particular",
|
||||
"special",
|
||||
"specialized",
|
||||
"custom-built",
|
||||
"handcrafted",
|
||||
"handmade",
|
||||
"made-to-measure"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[
|
||||
"mass-produced",
|
||||
"ready-made"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cuttings":{
|
||||
"a piece that has been separated from the whole by cutting":{
|
||||
"examples":[
|
||||
"a bag full of grass cuttings"
|
||||
],
|
||||
"synonyms":[
|
||||
"cuts",
|
||||
"slices"
|
||||
],
|
||||
"near synonyms":[
|
||||
"chops",
|
||||
"cutlets",
|
||||
"lengths",
|
||||
"parts",
|
||||
"portions",
|
||||
"sections",
|
||||
"segments",
|
||||
"chunks",
|
||||
"hunks",
|
||||
"lumps",
|
||||
"clippings",
|
||||
"parings",
|
||||
"shavings",
|
||||
"slivers",
|
||||
"snippets",
|
||||
"splinters"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cur":{
|
||||
"a person who shows a shameful lack of courage in the face of danger":{
|
||||
"examples":[
|
||||
"denounced as curs those police officers who deserted their posts during the hurricane and its aftermath"
|
||||
],
|
||||
"synonyms":[
|
||||
"chicken",
|
||||
"coward",
|
||||
"craven",
|
||||
"dastard",
|
||||
"funk",
|
||||
"poltroon",
|
||||
"recreant",
|
||||
"sissy"
|
||||
],
|
||||
"near synonyms":[
|
||||
"defeatist",
|
||||
"quitter",
|
||||
"cream puff",
|
||||
"milquetoast",
|
||||
"pushover",
|
||||
"pussy",
|
||||
"weakling",
|
||||
"wimp",
|
||||
"caitiff",
|
||||
"snake",
|
||||
"sneak",
|
||||
"ostrich",
|
||||
"scaramouch",
|
||||
"scaramouche"
|
||||
],
|
||||
"near antonyms":[
|
||||
"daredevil"
|
||||
],
|
||||
"antonyms":[
|
||||
"hero",
|
||||
"stalwart",
|
||||
"valiant"
|
||||
]
|
||||
},
|
||||
"a person whose behavior is offensive to others":{
|
||||
"examples":[
|
||||
"only a cur would abandon friends in their time of need"
|
||||
],
|
||||
"synonyms":[
|
||||
"bastard",
|
||||
"beast",
|
||||
"bleeder",
|
||||
"blighter",
|
||||
"boor",
|
||||
"bounder",
|
||||
"bugger",
|
||||
"buzzard",
|
||||
"cad",
|
||||
"chuff",
|
||||
"churl",
|
||||
"clown",
|
||||
"creep",
|
||||
"cretin",
|
||||
"crud",
|
||||
"crumb",
|
||||
"dirtbag",
|
||||
"dog",
|
||||
"fink",
|
||||
"heel",
|
||||
"hound",
|
||||
"jerk",
|
||||
"joker",
|
||||
"louse",
|
||||
"lout",
|
||||
"pill",
|
||||
"rat",
|
||||
"rat fink",
|
||||
"reptile",
|
||||
"rotter",
|
||||
"schmuck",
|
||||
"scum",
|
||||
"scumbag",
|
||||
"scuzzball",
|
||||
"skunk",
|
||||
"sleaze",
|
||||
"sleazebag",
|
||||
"sleazeball",
|
||||
"slime",
|
||||
"slimeball",
|
||||
"slob",
|
||||
"snake",
|
||||
"so-and-so",
|
||||
"sod",
|
||||
"stinkard",
|
||||
"stinker",
|
||||
"swine",
|
||||
"toad",
|
||||
"varmint",
|
||||
"vermin"
|
||||
],
|
||||
"near synonyms":[
|
||||
"barbarian",
|
||||
"brute",
|
||||
"caveman",
|
||||
"Neanderthal",
|
||||
"savage",
|
||||
"loudmouth",
|
||||
"vulgarian",
|
||||
"lowlife",
|
||||
"miscreant",
|
||||
"rascal",
|
||||
"rogue",
|
||||
"roughneck",
|
||||
"scab",
|
||||
"scamp",
|
||||
"scoundrel",
|
||||
"villain",
|
||||
"wretch",
|
||||
"booby",
|
||||
"doofus",
|
||||
"fool",
|
||||
"jackass",
|
||||
"nincompoop",
|
||||
"ninny",
|
||||
"nit",
|
||||
"nitwit",
|
||||
"nut",
|
||||
"schmo",
|
||||
"schmoe",
|
||||
"airhead",
|
||||
"birdbrain",
|
||||
"blockhead",
|
||||
"dink",
|
||||
"dolt",
|
||||
"dope",
|
||||
"dork",
|
||||
"goon",
|
||||
"half-wit",
|
||||
"idiot",
|
||||
"imbecile",
|
||||
"moron",
|
||||
"turkey",
|
||||
"brat",
|
||||
"insolent",
|
||||
"nuisance",
|
||||
"pest",
|
||||
"snip",
|
||||
"snob",
|
||||
"snoot",
|
||||
"snot",
|
||||
"dweeb",
|
||||
"nerd"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hero",
|
||||
"heroine",
|
||||
"idol",
|
||||
"role model",
|
||||
"gentleman",
|
||||
"lady",
|
||||
"angel",
|
||||
"saint"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cut loose":{
|
||||
"to set free from entanglement or difficulty":{
|
||||
"examples":[
|
||||
"Realizing that he could not afford to pay her, she cut him loose by calling off the bet."
|
||||
],
|
||||
"synonyms":[
|
||||
"clear",
|
||||
"disembarrass",
|
||||
"disengage",
|
||||
"disentangle",
|
||||
"extricate",
|
||||
"free",
|
||||
"liberate",
|
||||
"release",
|
||||
"untangle"
|
||||
],
|
||||
"near synonyms":[
|
||||
"deliver",
|
||||
"redeem",
|
||||
"rescue",
|
||||
"save",
|
||||
"disburden",
|
||||
"disencumber",
|
||||
"unburden",
|
||||
"unravel",
|
||||
"unsnarl",
|
||||
"untie",
|
||||
"untwine"
|
||||
],
|
||||
"near antonyms":[
|
||||
"block",
|
||||
"hamper",
|
||||
"hinder",
|
||||
"impede",
|
||||
"obstruct",
|
||||
"burden",
|
||||
"encumber",
|
||||
"load",
|
||||
"weigh"
|
||||
],
|
||||
"antonyms":[
|
||||
"embroil",
|
||||
"entangle"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"phrase"
|
||||
]
|
||||
},
|
||||
"curative":{
|
||||
"tending to cure disease or restore health":{
|
||||
"examples":[
|
||||
"some believe that the herb has curative properties"
|
||||
],
|
||||
"synonyms":[
|
||||
"healing",
|
||||
"medicinal",
|
||||
"officinal",
|
||||
"remedial",
|
||||
"restorative",
|
||||
"therapeutic"
|
||||
],
|
||||
"near synonyms":[
|
||||
"healthful",
|
||||
"healthy",
|
||||
"salubrious",
|
||||
"salutary",
|
||||
"sanative",
|
||||
"wholesome",
|
||||
"alleviative",
|
||||
"corrective",
|
||||
"tonic"
|
||||
],
|
||||
"near antonyms":[
|
||||
"insalubrious",
|
||||
"noisome",
|
||||
"noxious",
|
||||
"unhealthful",
|
||||
"unhealthy",
|
||||
"unwholesome",
|
||||
"deleterious",
|
||||
"injurious",
|
||||
"pernicious",
|
||||
"infectious",
|
||||
"poisonous",
|
||||
"toxic",
|
||||
"adverse",
|
||||
"bad",
|
||||
"baleful",
|
||||
"baneful",
|
||||
"damaging",
|
||||
"detrimental",
|
||||
"harmful",
|
||||
"hurtful",
|
||||
"ill",
|
||||
"insanitary",
|
||||
"unhygienic",
|
||||
"unsanitary"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"something that corrects or counteracts something undesirable":{
|
||||
"examples":[
|
||||
"the best curative for her depression might be volunteer work at a local animal shelter"
|
||||
],
|
||||
"synonyms":[
|
||||
"antidote",
|
||||
"corrective",
|
||||
"cure",
|
||||
"rectifier",
|
||||
"remedy",
|
||||
"therapeutic",
|
||||
"therapy"
|
||||
],
|
||||
"near synonyms":[
|
||||
"cure-all",
|
||||
"elixir",
|
||||
"panacea",
|
||||
"answer",
|
||||
"solution",
|
||||
"aid",
|
||||
"help",
|
||||
"relief",
|
||||
"succor",
|
||||
"balm",
|
||||
"medicinal",
|
||||
"medicine",
|
||||
"palliative"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"cutlasses":{
|
||||
"as in sabers , rapiers":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"broadswords",
|
||||
"rapiers",
|
||||
"sabers",
|
||||
"sabres",
|
||||
"scimitars",
|
||||
"smallswords",
|
||||
"blades",
|
||||
"brands",
|
||||
"steels",
|
||||
"swords"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -3308,12 +3308,42 @@
|
||||
]
|
||||
},
|
||||
"dandyish":{
|
||||
"as in":{
|
||||
"antonyms":[],
|
||||
"as in foppish , sappy":{
|
||||
"examples":[],
|
||||
"near antonyms":[],
|
||||
"related":[],
|
||||
"synonyms":[]
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"dudish",
|
||||
"foppish",
|
||||
"sappy",
|
||||
"old-maidish",
|
||||
"overnice",
|
||||
"prissy",
|
||||
"spinsterish",
|
||||
"camp",
|
||||
"campy",
|
||||
"feminine",
|
||||
"girlie",
|
||||
"girly",
|
||||
"girlish",
|
||||
"womanlike",
|
||||
"womanly",
|
||||
"antimacho",
|
||||
"effeminate",
|
||||
"effete",
|
||||
"epicene",
|
||||
"sissified",
|
||||
"sissy",
|
||||
"unmanly",
|
||||
"womanish"
|
||||
],
|
||||
"near antonyms":[
|
||||
"manlike",
|
||||
"manly",
|
||||
"mannish",
|
||||
"masculine",
|
||||
"virile"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
@ -3592,11 +3622,50 @@
|
||||
},
|
||||
"dapperness":{
|
||||
"as in style , swankiness":{
|
||||
"antonyms":[],
|
||||
"examples":[],
|
||||
"near antonyms":[],
|
||||
"related":[],
|
||||
"synonyms":[]
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"chic",
|
||||
"chicness",
|
||||
"elegance",
|
||||
"poshness",
|
||||
"smartness",
|
||||
"style",
|
||||
"swank",
|
||||
"swankiness",
|
||||
"cool",
|
||||
"coolness",
|
||||
"fashionableness",
|
||||
"hip",
|
||||
"hipness",
|
||||
"hipsterism",
|
||||
"modishness",
|
||||
"stylishness",
|
||||
"trendiness",
|
||||
"voguishness",
|
||||
"class",
|
||||
"grace",
|
||||
"gracefulness",
|
||||
"majesty",
|
||||
"stateliness",
|
||||
"artfulness",
|
||||
"polish",
|
||||
"sophistication",
|
||||
"taste",
|
||||
"tastefulness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"unfashionableness",
|
||||
"flashiness",
|
||||
"garishness",
|
||||
"gaudiness",
|
||||
"gracelessness",
|
||||
"grotesqueness",
|
||||
"tackiness",
|
||||
"tastelessness",
|
||||
"tawdriness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
@ -6209,5 +6278,685 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"dawdler":{
|
||||
"someone who moves slowly or more slowly than others":{
|
||||
"examples":[
|
||||
"we encouraged the dawdlers to pick up the pace"
|
||||
],
|
||||
"synonyms":[
|
||||
"crawler",
|
||||
"dallier",
|
||||
"dragger",
|
||||
"laggard",
|
||||
"lagger",
|
||||
"lingerer",
|
||||
"loiterer",
|
||||
"plodder",
|
||||
"slowpoke",
|
||||
"snail",
|
||||
"straggler"
|
||||
],
|
||||
"related":[
|
||||
"latecomer",
|
||||
"idler",
|
||||
"lazybones",
|
||||
"loafer",
|
||||
"lounger",
|
||||
"slouch",
|
||||
"slug",
|
||||
"sluggard",
|
||||
"delayer",
|
||||
"procrastinator"
|
||||
],
|
||||
"near antonyms":[
|
||||
"go-getter",
|
||||
"hustler",
|
||||
"scrambler",
|
||||
"hurrier",
|
||||
"rusher",
|
||||
"speeder"
|
||||
],
|
||||
"antonyms":[
|
||||
"speedster"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"darlingness":{
|
||||
"as in sweetness , pleasingness":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"day-trade":{
|
||||
"as in invest , speculate":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"dagger":{
|
||||
"a sharp pointed knife that is used as a weapon":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"damning":{
|
||||
"bringing about ruin or misfortune":{
|
||||
"examples":[
|
||||
"a damning flaw in the program cost the company millions of dollars"
|
||||
],
|
||||
"synonyms":[
|
||||
"calamitous",
|
||||
"cataclysmal",
|
||||
"cataclysmic",
|
||||
"catastrophic",
|
||||
"destructive",
|
||||
"disastrous",
|
||||
"fatal",
|
||||
"fateful",
|
||||
"ruinous",
|
||||
"unfortunate"
|
||||
],
|
||||
"near synonyms":[
|
||||
"apocalyptic",
|
||||
"apocalyptical",
|
||||
"hapless",
|
||||
"ill-fated",
|
||||
"ill-starred",
|
||||
"luckless",
|
||||
"adverse",
|
||||
"baleful",
|
||||
"baneful",
|
||||
"damaging",
|
||||
"deleterious",
|
||||
"detrimental",
|
||||
"evil",
|
||||
"harmful",
|
||||
"hurtful",
|
||||
"ill",
|
||||
"injurious",
|
||||
"noxious",
|
||||
"pernicious",
|
||||
"prejudicial"
|
||||
],
|
||||
"near antonyms":[
|
||||
"fluky",
|
||||
"flukey",
|
||||
"fortuitous",
|
||||
"fortunate",
|
||||
"happy",
|
||||
"lucky",
|
||||
"providential",
|
||||
"auspicious",
|
||||
"bright",
|
||||
"encouraging",
|
||||
"fair",
|
||||
"golden",
|
||||
"heartening",
|
||||
"hopeful",
|
||||
"optimistic",
|
||||
"promising",
|
||||
"propitious",
|
||||
"rose-colored",
|
||||
"rosy",
|
||||
"upbeat"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to use profane or obscene language at or about":{
|
||||
"examples":[
|
||||
"damned the car for once again breaking down"
|
||||
],
|
||||
"synonyms":[
|
||||
"cursing"
|
||||
],
|
||||
"near synonyms":[
|
||||
"imprecating",
|
||||
"maledicting",
|
||||
"criticizing",
|
||||
"reproving",
|
||||
"admonishing",
|
||||
"chiding",
|
||||
"rebuking",
|
||||
"reprimanding",
|
||||
"reproaching",
|
||||
"blaming",
|
||||
"censuring",
|
||||
"reprehending",
|
||||
"reprobating"
|
||||
],
|
||||
"near antonyms":[
|
||||
"blessing",
|
||||
"extolling",
|
||||
"glorifying",
|
||||
"lauding",
|
||||
"magnifying",
|
||||
"praising",
|
||||
"acclaiming",
|
||||
"applauding",
|
||||
"commending",
|
||||
"complimenting",
|
||||
"hailing",
|
||||
"saluting"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to declare to be morally wrong or evil":{
|
||||
"examples":[
|
||||
"a heresy that was quickly damned by a hastily called church council"
|
||||
],
|
||||
"synonyms":[
|
||||
"anathematizing",
|
||||
"censuring",
|
||||
"condemning",
|
||||
"decrying",
|
||||
"denouncing",
|
||||
"execrating",
|
||||
"reprehending",
|
||||
"reprobating"
|
||||
],
|
||||
"near synonyms":[
|
||||
"attacking",
|
||||
"blaming",
|
||||
"blasting",
|
||||
"criticizing",
|
||||
"dispraising",
|
||||
"dissing",
|
||||
"faulting",
|
||||
"knocking",
|
||||
"panning",
|
||||
"slamming",
|
||||
"belittling",
|
||||
"deprecating",
|
||||
"disparaging",
|
||||
"dooming",
|
||||
"sentencing",
|
||||
"convicting",
|
||||
"blacklisting",
|
||||
"excommunicating",
|
||||
"ostracizing",
|
||||
"castigating",
|
||||
"chastising",
|
||||
"rebuking",
|
||||
"reprimanding",
|
||||
"reproaching",
|
||||
"admonishing",
|
||||
"chiding",
|
||||
"reproving",
|
||||
"berating",
|
||||
"lambasting",
|
||||
"raking",
|
||||
"scolding",
|
||||
"upbraiding",
|
||||
"vituperating",
|
||||
"cursing",
|
||||
"imprecating",
|
||||
"abhorring",
|
||||
"abominating",
|
||||
"detesting",
|
||||
"hating",
|
||||
"loathing",
|
||||
"reviling"
|
||||
],
|
||||
"near antonyms":[
|
||||
"approving",
|
||||
"endorsing",
|
||||
"indorsing",
|
||||
"sanctioning",
|
||||
"eulogizing",
|
||||
"exalting",
|
||||
"extolling",
|
||||
"glorifying",
|
||||
"lauding",
|
||||
"praising",
|
||||
"acclaiming",
|
||||
"applauding",
|
||||
"commending",
|
||||
"hailing",
|
||||
"saluting",
|
||||
"touting",
|
||||
"consecrating",
|
||||
"hallowing",
|
||||
"sanctifying",
|
||||
"honoring",
|
||||
"revering",
|
||||
"venerating"
|
||||
],
|
||||
"antonyms":[
|
||||
"blessing"
|
||||
]
|
||||
},
|
||||
"to impose a judicial punishment on":{
|
||||
"examples":[
|
||||
"damned him to life in prison without the possibility of parole"
|
||||
],
|
||||
"synonyms":[
|
||||
"condemning",
|
||||
"dooming",
|
||||
"sentencing"
|
||||
],
|
||||
"near synonyms":[
|
||||
"adjudging",
|
||||
"judging",
|
||||
"castigating",
|
||||
"censuring",
|
||||
"chastening",
|
||||
"chastising",
|
||||
"correcting",
|
||||
"disciplining",
|
||||
"penalizing",
|
||||
"punishing",
|
||||
"concluding",
|
||||
"deciding",
|
||||
"decreeing",
|
||||
"determining",
|
||||
"finding",
|
||||
"opining",
|
||||
"resolving",
|
||||
"ruling"
|
||||
],
|
||||
"near antonyms":[
|
||||
"pardoning",
|
||||
"reprieving"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"daughters":{
|
||||
"as in sons":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"sons",
|
||||
"by-products",
|
||||
"byproducts",
|
||||
"derivatives",
|
||||
"offshoots",
|
||||
"outgrowths",
|
||||
"spin-offs",
|
||||
"descendants",
|
||||
"descendents"
|
||||
],
|
||||
"near antonyms":[
|
||||
"ancestors",
|
||||
"antecedents",
|
||||
"archetypes",
|
||||
"daddies",
|
||||
"foregoers",
|
||||
"forerunners",
|
||||
"granddaddies",
|
||||
"grandaddies",
|
||||
"precursors",
|
||||
"predecessors",
|
||||
"prototypes",
|
||||
"models",
|
||||
"originals",
|
||||
"originators",
|
||||
"sires"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"daffy":{
|
||||
"having or showing a very abnormal or sick state of mind":{
|
||||
"examples":[
|
||||
"lurid newspaper reports that portrayed the serial killer as clearly daffy"
|
||||
],
|
||||
"synonyms":[
|
||||
"balmy",
|
||||
"barmy",
|
||||
"bats",
|
||||
"batty",
|
||||
"bedlam",
|
||||
"bonkers",
|
||||
"brainsick",
|
||||
"bughouse",
|
||||
"certifiable",
|
||||
"crackbrained",
|
||||
"cracked",
|
||||
"crackers",
|
||||
"crackpot",
|
||||
"cranky",
|
||||
"crazed",
|
||||
"crazy",
|
||||
"cuckoo",
|
||||
"daft",
|
||||
"demented",
|
||||
"deranged",
|
||||
"fruity",
|
||||
"gaga",
|
||||
"haywire",
|
||||
"insane",
|
||||
"kooky",
|
||||
"kookie",
|
||||
"loco",
|
||||
"loony",
|
||||
"looney",
|
||||
"loony tunes",
|
||||
"looney tunes",
|
||||
"lunatic",
|
||||
"mad",
|
||||
"maniacal",
|
||||
"maniac",
|
||||
"mental",
|
||||
"meshuga",
|
||||
"meshugge",
|
||||
"meshugah",
|
||||
"meshuggah",
|
||||
"moonstruck",
|
||||
"non compos mentis",
|
||||
"nuts",
|
||||
"nutty",
|
||||
"psycho",
|
||||
"psychotic",
|
||||
"scatty",
|
||||
"screwy",
|
||||
"unbalanced",
|
||||
"unhinged",
|
||||
"unsound",
|
||||
"wacko",
|
||||
"whacko",
|
||||
"wacky",
|
||||
"whacky",
|
||||
"wud"
|
||||
],
|
||||
"near synonyms":[
|
||||
"dotty",
|
||||
"fey",
|
||||
"loopy",
|
||||
"off",
|
||||
"potty",
|
||||
"teched",
|
||||
"tetched",
|
||||
"touched",
|
||||
"aberrant",
|
||||
"delirious",
|
||||
"delusional",
|
||||
"delusionary",
|
||||
"disordered",
|
||||
"disturbed",
|
||||
"neurotic",
|
||||
"obsessive-compulsive",
|
||||
"paranoiac",
|
||||
"paranoic",
|
||||
"paranoid",
|
||||
"paranoidal",
|
||||
"schizoid",
|
||||
"schizophrenic",
|
||||
"sociopathic",
|
||||
"eccentric",
|
||||
"odd",
|
||||
"oddball",
|
||||
"pixilated",
|
||||
"pixillated",
|
||||
"queer",
|
||||
"strange",
|
||||
"foolish",
|
||||
"senseless",
|
||||
"witless",
|
||||
"irrational",
|
||||
"unreasonable",
|
||||
"amok",
|
||||
"amuck",
|
||||
"ape",
|
||||
"ballistic",
|
||||
"bananas",
|
||||
"berserk",
|
||||
"nuclear",
|
||||
"depressed",
|
||||
"distracted",
|
||||
"distraught",
|
||||
"frantic",
|
||||
"frenzied",
|
||||
"hysterical",
|
||||
"hysteric",
|
||||
"raving",
|
||||
"wigged-out",
|
||||
"fixated",
|
||||
"monomaniac",
|
||||
"monomaniacal",
|
||||
"obsessed"
|
||||
],
|
||||
"near antonyms":[
|
||||
"clear",
|
||||
"lucid",
|
||||
"rational",
|
||||
"reasonable",
|
||||
"judicious",
|
||||
"sensible",
|
||||
"wise",
|
||||
"healthy",
|
||||
"normal",
|
||||
"well-adjusted",
|
||||
"unneurotic"
|
||||
],
|
||||
"antonyms":[
|
||||
"balanced",
|
||||
"compos mentis",
|
||||
"sane",
|
||||
"sound",
|
||||
"uncrazy"
|
||||
]
|
||||
},
|
||||
"showing or marked by a lack of good sense or judgment":{
|
||||
"examples":[
|
||||
"their daffy antics made generations of movie audiences laugh"
|
||||
],
|
||||
"synonyms":[
|
||||
"absurd",
|
||||
"asinine",
|
||||
"balmy",
|
||||
"brainless",
|
||||
"bubbleheaded",
|
||||
"cockeyed",
|
||||
"crackpot",
|
||||
"crazy",
|
||||
"cuckoo",
|
||||
"daft",
|
||||
"dippy",
|
||||
"dotty",
|
||||
"fatuous",
|
||||
"featherheaded",
|
||||
"fool",
|
||||
"foolish",
|
||||
"half-baked",
|
||||
"half-witted",
|
||||
"harebrained",
|
||||
"inept",
|
||||
"insane",
|
||||
"jerky",
|
||||
"kooky",
|
||||
"kookie",
|
||||
"loony",
|
||||
"looney",
|
||||
"lunatic",
|
||||
"lunkheaded",
|
||||
"mad",
|
||||
"nonsensical",
|
||||
"nutty",
|
||||
"preposterous",
|
||||
"sappy",
|
||||
"screwball",
|
||||
"senseless",
|
||||
"silly",
|
||||
"simpleminded",
|
||||
"stupid",
|
||||
"tomfool",
|
||||
"unwise",
|
||||
"wacky",
|
||||
"whacky",
|
||||
"weak-minded",
|
||||
"witless",
|
||||
"zany"
|
||||
],
|
||||
"near synonyms":[
|
||||
"airheaded",
|
||||
"birdbrained",
|
||||
"boobish",
|
||||
"brain-dead",
|
||||
"chowderheaded",
|
||||
"chuckleheaded",
|
||||
"clueless",
|
||||
"dense",
|
||||
"dim",
|
||||
"dim-witted",
|
||||
"doltish",
|
||||
"dopey",
|
||||
"dopy",
|
||||
"dorky",
|
||||
"dull",
|
||||
"dumb",
|
||||
"dunderheaded",
|
||||
"empty-headed",
|
||||
"feebleminded",
|
||||
"gormless",
|
||||
"idiotic",
|
||||
"idiotical",
|
||||
"imbecile",
|
||||
"imbecilic",
|
||||
"knuckleheaded",
|
||||
"lamebrain",
|
||||
"lamebrained",
|
||||
"mindless",
|
||||
"moronic",
|
||||
"oafish",
|
||||
"obtuse",
|
||||
"opaque",
|
||||
"pinheaded",
|
||||
"simple",
|
||||
"slow",
|
||||
"slow-witted",
|
||||
"soft",
|
||||
"softheaded",
|
||||
"thoughtless",
|
||||
"thick",
|
||||
"thickheaded",
|
||||
"unintelligent",
|
||||
"vacuous",
|
||||
"fallacious",
|
||||
"illogical",
|
||||
"invalid",
|
||||
"irrational",
|
||||
"nonrational",
|
||||
"surd",
|
||||
"unreasonable",
|
||||
"unreasoning",
|
||||
"unsound",
|
||||
"weak",
|
||||
"farcical",
|
||||
"laughable",
|
||||
"ludicrous",
|
||||
"ridiculous",
|
||||
"notional",
|
||||
"buffoonish",
|
||||
"clownish",
|
||||
"ill-advised",
|
||||
"unconsidered",
|
||||
"unreasoned"
|
||||
],
|
||||
"near antonyms":[
|
||||
"brainy",
|
||||
"bright",
|
||||
"clever",
|
||||
"intelligent",
|
||||
"smart",
|
||||
"logical",
|
||||
"rational",
|
||||
"reasonable",
|
||||
"valid",
|
||||
"well-advised"
|
||||
],
|
||||
"antonyms":[
|
||||
"judicious",
|
||||
"prudent",
|
||||
"sagacious",
|
||||
"sage",
|
||||
"sane",
|
||||
"sapient",
|
||||
"sensible",
|
||||
"sound",
|
||||
"wise"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"dale":{
|
||||
"an area of lowland between hills or mountains":{
|
||||
"examples":[
|
||||
"a hunting lodge in a secluded dale in the country"
|
||||
],
|
||||
"synonyms":[
|
||||
"dene",
|
||||
"hollow",
|
||||
"vale",
|
||||
"valley"
|
||||
],
|
||||
"near synonyms":[
|
||||
"canyon",
|
||||
"ca\u00f1on",
|
||||
"combe",
|
||||
"coombe",
|
||||
"coomb",
|
||||
"dell",
|
||||
"depression",
|
||||
"dingle",
|
||||
"glen",
|
||||
"gorge",
|
||||
"gulch",
|
||||
"gully",
|
||||
"gulley",
|
||||
"kloof",
|
||||
"ravine",
|
||||
"rift valley",
|
||||
"basin",
|
||||
"bowl"
|
||||
],
|
||||
"near antonyms":[
|
||||
"alp",
|
||||
"mount",
|
||||
"mountain",
|
||||
"peak",
|
||||
"height",
|
||||
"mountaintop",
|
||||
"pinnacle",
|
||||
"summit",
|
||||
"plateau",
|
||||
"tableland"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -10,5 +10,24 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"djinn":{
|
||||
"as in genie , angel":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in genies , angels":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3389,5 +3389,351 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"dumbing down":{
|
||||
"as in oversimplifying":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"Dutch courages":{
|
||||
"as in malt liquors , ardent spirits":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"dubiousness":{
|
||||
"as in shakiness , doubtfulness":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"doubtfulness",
|
||||
"questionableness",
|
||||
"shakiness",
|
||||
"uncertainness",
|
||||
"dodginess",
|
||||
"unreliability"
|
||||
],
|
||||
"near antonyms":[
|
||||
"dependability",
|
||||
"dependableness",
|
||||
"reliability",
|
||||
"reliableness",
|
||||
"responsibility",
|
||||
"solidity",
|
||||
"solidness",
|
||||
"sureness",
|
||||
"trustability",
|
||||
"trustworthiness",
|
||||
"inerrancy",
|
||||
"infallibility",
|
||||
"credibility",
|
||||
"creditability",
|
||||
"creditableness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"dub":{
|
||||
"to give a name to":{
|
||||
"examples":[
|
||||
"I've dubbed my car the \"Lone Ranger,\" although \"Loan Raider\" probably would have been more apt"
|
||||
],
|
||||
"synonyms":[
|
||||
"baptize",
|
||||
"call",
|
||||
"christen",
|
||||
"clepe",
|
||||
"denominate",
|
||||
"designate",
|
||||
"entitle",
|
||||
"label",
|
||||
"name",
|
||||
"nominate",
|
||||
"style",
|
||||
"term",
|
||||
"title"
|
||||
],
|
||||
"near synonyms":[
|
||||
"brand",
|
||||
"stigmatize",
|
||||
"tag",
|
||||
"denote",
|
||||
"specify",
|
||||
"miscall",
|
||||
"misname",
|
||||
"mistitle",
|
||||
"code-name",
|
||||
"nickname",
|
||||
"rechristen",
|
||||
"relabel",
|
||||
"rename",
|
||||
"surname"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to make or do (something) in a clumsy or unskillful way":{
|
||||
"examples":[
|
||||
"he dubbed his first attempt at homemade wine, but he got it reasonably right on the second"
|
||||
],
|
||||
"synonyms":[
|
||||
"blow",
|
||||
"bobble",
|
||||
"boggle",
|
||||
"bollix (up)",
|
||||
"boot",
|
||||
"botch",
|
||||
"bugger (up)",
|
||||
"bumble",
|
||||
"bungle",
|
||||
"butcher",
|
||||
"flub",
|
||||
"fluff",
|
||||
"foozle",
|
||||
"foul up",
|
||||
"fumble",
|
||||
"goof (up)",
|
||||
"louse up",
|
||||
"mangle",
|
||||
"mess (up)",
|
||||
"muck up",
|
||||
"muff",
|
||||
"murder",
|
||||
"screw up"
|
||||
],
|
||||
"near synonyms":[
|
||||
"blunder",
|
||||
"gum (up)",
|
||||
"muddle",
|
||||
"piffle",
|
||||
"blemish",
|
||||
"blight",
|
||||
"damage",
|
||||
"flaw",
|
||||
"harm",
|
||||
"hurt",
|
||||
"impair",
|
||||
"injure",
|
||||
"mar",
|
||||
"mutilate",
|
||||
"ruin",
|
||||
"spoil",
|
||||
"vitiate",
|
||||
"destroy",
|
||||
"wreck",
|
||||
"mishandle",
|
||||
"mismanage"
|
||||
],
|
||||
"near antonyms":[
|
||||
"ameliorate",
|
||||
"better",
|
||||
"enhance",
|
||||
"help",
|
||||
"improve",
|
||||
"meliorate",
|
||||
"rectify",
|
||||
"refine",
|
||||
"reform",
|
||||
"remedy",
|
||||
"doctor",
|
||||
"fix",
|
||||
"patch",
|
||||
"recondition",
|
||||
"renovate",
|
||||
"repair",
|
||||
"revamp"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"a clumsy, awkward person":{
|
||||
"examples":[
|
||||
"even though I wasn't the most graceful skater on the ice, I thought I did well for a dub"
|
||||
],
|
||||
"synonyms":[
|
||||
"butterfingers",
|
||||
"klutz",
|
||||
"looby",
|
||||
"lubber",
|
||||
"lummox"
|
||||
],
|
||||
"near synonyms":[
|
||||
"clodhopper",
|
||||
"gawk",
|
||||
"gawky",
|
||||
"lout",
|
||||
"lump",
|
||||
"oaf",
|
||||
"tawpie",
|
||||
"tyke",
|
||||
"tike",
|
||||
"bungler",
|
||||
"duffer",
|
||||
"fumbler",
|
||||
"stumblebum",
|
||||
"stumbler"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"dumbfounding":{
|
||||
"causing a strong emotional reaction because of unexpectedness":{
|
||||
"examples":[
|
||||
"the dumbfounding sight of the race car driver walking away from that horrific crash"
|
||||
],
|
||||
"synonyms":[
|
||||
"amazing",
|
||||
"astonishing",
|
||||
"astounding",
|
||||
"blindsiding",
|
||||
"eye-opening",
|
||||
"flabbergasting",
|
||||
"jarring",
|
||||
"jaw-dropping",
|
||||
"jolting",
|
||||
"shocking",
|
||||
"startling",
|
||||
"stunning",
|
||||
"stupefying",
|
||||
"surprising"
|
||||
],
|
||||
"near synonyms":[
|
||||
"unannounced",
|
||||
"unanticipated",
|
||||
"unexpected",
|
||||
"unforeseen",
|
||||
"awesome",
|
||||
"awful",
|
||||
"breathtaking",
|
||||
"fabulous",
|
||||
"heart-stopping",
|
||||
"marvelous",
|
||||
"marvellous",
|
||||
"miraculous",
|
||||
"portentous",
|
||||
"prodigious",
|
||||
"staggering",
|
||||
"stupendous",
|
||||
"sublime",
|
||||
"wonderful",
|
||||
"wondrous",
|
||||
"extraordinary",
|
||||
"phenomenal",
|
||||
"rare",
|
||||
"sensational",
|
||||
"spectacular",
|
||||
"befuddling",
|
||||
"bewildering",
|
||||
"confounding",
|
||||
"confusing",
|
||||
"discomfiting",
|
||||
"disconcerting",
|
||||
"dismaying",
|
||||
"flustering",
|
||||
"muddling",
|
||||
"nonplussing",
|
||||
"nonplusing",
|
||||
"perplexing",
|
||||
"upsetting",
|
||||
"incomprehensible",
|
||||
"inconceivable",
|
||||
"incredible",
|
||||
"unbelievable",
|
||||
"unimaginable",
|
||||
"unlikely",
|
||||
"unthinkable",
|
||||
"singular",
|
||||
"uncommon",
|
||||
"unique",
|
||||
"unusual",
|
||||
"unwonted",
|
||||
"conspicuous",
|
||||
"notable",
|
||||
"noticeable",
|
||||
"outstanding",
|
||||
"remarkable",
|
||||
"impressive",
|
||||
"striking"
|
||||
],
|
||||
"near antonyms":[
|
||||
"common",
|
||||
"customary",
|
||||
"mundane",
|
||||
"normal",
|
||||
"ordinary",
|
||||
"typical",
|
||||
"unexceptional",
|
||||
"unremarkable",
|
||||
"usual"
|
||||
],
|
||||
"antonyms":[
|
||||
"unsurprising"
|
||||
]
|
||||
},
|
||||
"to make a strong impression on (someone) with something unexpected":{
|
||||
"examples":[
|
||||
"the surprise ending will dumbfound even the most seasoned mystery reader"
|
||||
],
|
||||
"synonyms":[
|
||||
"amazing",
|
||||
"astonishing",
|
||||
"astounding",
|
||||
"bowling over",
|
||||
"flabbergasting",
|
||||
"flooring",
|
||||
"rocking",
|
||||
"shocking",
|
||||
"startling",
|
||||
"stunning",
|
||||
"stupefying",
|
||||
"surprising",
|
||||
"surprizing",
|
||||
"thunderstriking"
|
||||
],
|
||||
"near synonyms":[
|
||||
"befuddling",
|
||||
"bewildering",
|
||||
"blindsiding",
|
||||
"blowing away",
|
||||
"confounding",
|
||||
"confusing",
|
||||
"dazing",
|
||||
"discomfiting",
|
||||
"disconcerting",
|
||||
"dismaying",
|
||||
"jarring",
|
||||
"muddling",
|
||||
"nonplussing",
|
||||
"nonplusing",
|
||||
"perplexing",
|
||||
"shaking up"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -630,5 +630,199 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"dwarves":{
|
||||
"a living thing much smaller than others of its kind":{
|
||||
"examples":[
|
||||
"Shetland ponies are the dwarfs of the horse world"
|
||||
],
|
||||
"synonyms":[
|
||||
"diminutives",
|
||||
"midgets",
|
||||
"mites",
|
||||
"peewees",
|
||||
"pygmies",
|
||||
"pigmies",
|
||||
"runts",
|
||||
"scrubs",
|
||||
"shrimp",
|
||||
"shrimps",
|
||||
"Tom Thumbs"
|
||||
],
|
||||
"related":[
|
||||
"nubbins",
|
||||
"miniatures",
|
||||
"minis",
|
||||
"bantams",
|
||||
"homunculi",
|
||||
"hop-o'-my-thumbs",
|
||||
"manikins",
|
||||
"mannikins",
|
||||
"half-pints"
|
||||
],
|
||||
"near antonyms":[
|
||||
"whales",
|
||||
"whoppers"
|
||||
],
|
||||
"antonyms":[
|
||||
"behemoths",
|
||||
"colossi",
|
||||
"giants",
|
||||
"jumbos",
|
||||
"leviathans",
|
||||
"mammoths",
|
||||
"monsters",
|
||||
"titans"
|
||||
]
|
||||
},
|
||||
"an imaginary being usually having a small human form and magical powers":{
|
||||
"examples":[
|
||||
"Snow White and the seven dwarfs"
|
||||
],
|
||||
"synonyms":[
|
||||
"brownies",
|
||||
"elves",
|
||||
"faeries",
|
||||
"fairies",
|
||||
"fays",
|
||||
"gnomes",
|
||||
"goblins",
|
||||
"gremlins",
|
||||
"hobgoblins",
|
||||
"kobolds",
|
||||
"leprechauns",
|
||||
"pixies",
|
||||
"pucks",
|
||||
"sprites",
|
||||
"trolls"
|
||||
],
|
||||
"related":[
|
||||
"little people",
|
||||
"kelpies",
|
||||
"nixies",
|
||||
"changelings",
|
||||
"imps",
|
||||
"banshees",
|
||||
"ghouls",
|
||||
"hags",
|
||||
"ogres"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"a person of no importance or influence":{
|
||||
"examples":[
|
||||
"it would be ridiculous to compare the two sculptors\u2014one's a giant of the art world and the other's a dwarf"
|
||||
],
|
||||
"synonyms":[
|
||||
"ciphers",
|
||||
"half-pints",
|
||||
"insects",
|
||||
"insignificancies",
|
||||
"lightweights",
|
||||
"morsels",
|
||||
"nobodies",
|
||||
"nonentities",
|
||||
"nullities",
|
||||
"numbers",
|
||||
"pip-squeaks",
|
||||
"pygmies",
|
||||
"pigmies",
|
||||
"shrimp",
|
||||
"shrimps",
|
||||
"snippersnappers",
|
||||
"twerps",
|
||||
"whippersnappers",
|
||||
"zeros",
|
||||
"zeroes",
|
||||
"zilches"
|
||||
],
|
||||
"related":[
|
||||
"no-names",
|
||||
"noncelebrities",
|
||||
"leasts",
|
||||
"inferiors",
|
||||
"mediocrities",
|
||||
"obscurities",
|
||||
"figureheads",
|
||||
"puppets"
|
||||
],
|
||||
"near antonyms":[
|
||||
"chiefs",
|
||||
"heads",
|
||||
"leaders",
|
||||
"leads",
|
||||
"celebrities",
|
||||
"luminaries",
|
||||
"notables",
|
||||
"personalities",
|
||||
"planets",
|
||||
"stars",
|
||||
"superstars",
|
||||
"authorities",
|
||||
"superiors",
|
||||
"great powers",
|
||||
"parties",
|
||||
"powers"
|
||||
],
|
||||
"antonyms":[
|
||||
"big shots",
|
||||
"big wheels",
|
||||
"bigwigs",
|
||||
"eminences",
|
||||
"figures",
|
||||
"kahunas",
|
||||
"kingpins",
|
||||
"magnates",
|
||||
"nabobs",
|
||||
"personages",
|
||||
"somebodies",
|
||||
"VIPs"
|
||||
]
|
||||
},
|
||||
"to hold back the normal growth of":{
|
||||
"examples":[
|
||||
"shrubs dwarfed by the lack of water"
|
||||
],
|
||||
"synonyms":[
|
||||
"stunts",
|
||||
"suppresses"
|
||||
],
|
||||
"related":[
|
||||
"arrests",
|
||||
"catches",
|
||||
"checks",
|
||||
"halts",
|
||||
"holds up",
|
||||
"stalls",
|
||||
"stays",
|
||||
"stills",
|
||||
"stops",
|
||||
"balks",
|
||||
"blocks",
|
||||
"holds back",
|
||||
"impedes",
|
||||
"obstructs",
|
||||
"stems",
|
||||
"diminishes",
|
||||
"downsizes",
|
||||
"shrinks"
|
||||
],
|
||||
"near antonyms":[
|
||||
"advances",
|
||||
"boosts",
|
||||
"encourages",
|
||||
"forwards",
|
||||
"fosters",
|
||||
"nourishes",
|
||||
"nurtures",
|
||||
"promotes"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -337,5 +337,33 @@
|
||||
"adjective",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"dyestuff":{
|
||||
"a substance used to color other materials":{
|
||||
"examples":[
|
||||
"indigo is a dyestuff originally from India"
|
||||
],
|
||||
"synonyms":[
|
||||
"color",
|
||||
"colorant",
|
||||
"coloring",
|
||||
"dye",
|
||||
"pigment",
|
||||
"stain"
|
||||
],
|
||||
"near synonyms":[
|
||||
"tint",
|
||||
"toner",
|
||||
"cast",
|
||||
"hue",
|
||||
"shade",
|
||||
"tinge"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -1540,5 +1540,907 @@
|
||||
"type":[
|
||||
"plural noun"
|
||||
]
|
||||
},
|
||||
"earsplitting":{
|
||||
"marked by a high volume of sound":{
|
||||
"examples":[
|
||||
"the earsplitting noise coming from the jackhammers at the construction site"
|
||||
],
|
||||
"synonyms":[
|
||||
"blaring",
|
||||
"blasting",
|
||||
"booming",
|
||||
"clamorous",
|
||||
"clangorous",
|
||||
"deafening",
|
||||
"loud",
|
||||
"piercing",
|
||||
"plangent",
|
||||
"resounding",
|
||||
"ringing",
|
||||
"roaring",
|
||||
"slam-bang",
|
||||
"sonorous",
|
||||
"stentorian",
|
||||
"thundering",
|
||||
"thunderous"
|
||||
],
|
||||
"related":[
|
||||
"brazen",
|
||||
"dinning",
|
||||
"discordant",
|
||||
"noisy",
|
||||
"obstreperous",
|
||||
"raucous",
|
||||
"rip-roaring",
|
||||
"vociferous",
|
||||
"grating",
|
||||
"harsh",
|
||||
"overloud",
|
||||
"sharp",
|
||||
"shrill",
|
||||
"squealing",
|
||||
"strident"
|
||||
],
|
||||
"near antonyms":[
|
||||
"dead",
|
||||
"quiet",
|
||||
"silent",
|
||||
"still",
|
||||
"stilly",
|
||||
"ultraquiet",
|
||||
"calm",
|
||||
"dreamy",
|
||||
"peaceful",
|
||||
"restful",
|
||||
"serene",
|
||||
"soothing",
|
||||
"tranquil",
|
||||
"hushed",
|
||||
"muffled",
|
||||
"muted",
|
||||
"softened",
|
||||
"toned (down)"
|
||||
],
|
||||
"antonyms":[
|
||||
"gentle",
|
||||
"low",
|
||||
"soft"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"early":{
|
||||
"relating to or occurring near the beginning of a process, series, or time period":{
|
||||
"examples":[
|
||||
"early birds of the Jurassic period"
|
||||
],
|
||||
"synonyms":[
|
||||
"ancient",
|
||||
"primal",
|
||||
"primeval",
|
||||
"primitive",
|
||||
"primordial"
|
||||
],
|
||||
"related":[
|
||||
"budding",
|
||||
"embryonic",
|
||||
"germinal",
|
||||
"infant",
|
||||
"aged",
|
||||
"age-old",
|
||||
"antediluvian",
|
||||
"antiquated",
|
||||
"antique",
|
||||
"dateless",
|
||||
"hoary",
|
||||
"old",
|
||||
"prehistoric",
|
||||
"prehistorical",
|
||||
"obsolete",
|
||||
"outmoded",
|
||||
"out-of-date",
|
||||
"pass\u00e9"
|
||||
],
|
||||
"near antonyms":[
|
||||
"advanced",
|
||||
"complex",
|
||||
"developed",
|
||||
"evolved",
|
||||
"high",
|
||||
"higher",
|
||||
"full-blown",
|
||||
"full-fledged",
|
||||
"full-scale"
|
||||
],
|
||||
"antonyms":[
|
||||
"late"
|
||||
]
|
||||
},
|
||||
"occurring before the usual or expected time":{
|
||||
"examples":[
|
||||
"we had an early dinner so as not to miss the concert"
|
||||
],
|
||||
"synonyms":[
|
||||
"inopportune",
|
||||
"precocious",
|
||||
"premature",
|
||||
"unseasonable",
|
||||
"untimely"
|
||||
],
|
||||
"related":[
|
||||
"unanticipated",
|
||||
"unexpected",
|
||||
"unforeseen",
|
||||
"unlooked-for",
|
||||
"abrupt",
|
||||
"sudden"
|
||||
],
|
||||
"near antonyms":[
|
||||
"behindhand",
|
||||
"belated",
|
||||
"delinquent",
|
||||
"latish",
|
||||
"overdue",
|
||||
"slow",
|
||||
"tardy",
|
||||
"anticipated",
|
||||
"expected",
|
||||
"delayed",
|
||||
"detained",
|
||||
"postponed"
|
||||
],
|
||||
"antonyms":[
|
||||
"late"
|
||||
]
|
||||
},
|
||||
"before the usual or expected time":{
|
||||
"examples":[
|
||||
"that year spring arrived early"
|
||||
],
|
||||
"synonyms":[
|
||||
"beforehand",
|
||||
"inopportunely",
|
||||
"precociously",
|
||||
"prematurely",
|
||||
"unseasonably"
|
||||
],
|
||||
"related":[
|
||||
"immediately",
|
||||
"instantly",
|
||||
"presently",
|
||||
"promptly",
|
||||
"pronto",
|
||||
"punctually",
|
||||
"apropos",
|
||||
"betimes",
|
||||
"seasonably"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[
|
||||
"belatedly",
|
||||
"late",
|
||||
"tardily"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"adverb"
|
||||
]
|
||||
},
|
||||
"eats":{
|
||||
"substances intended to be eaten":{
|
||||
"examples":[
|
||||
"there are some good eats at the buffet table"
|
||||
],
|
||||
"synonyms":[
|
||||
"bread",
|
||||
"chow",
|
||||
"chuck",
|
||||
"comestibles",
|
||||
"eatables",
|
||||
"edibles",
|
||||
"fare",
|
||||
"food",
|
||||
"foodstuffs",
|
||||
"grub",
|
||||
"meat",
|
||||
"provender",
|
||||
"provisions",
|
||||
"table",
|
||||
"tucker",
|
||||
"viands",
|
||||
"victuals",
|
||||
"vittles"
|
||||
],
|
||||
"near synonyms":[
|
||||
"commissary",
|
||||
"rations",
|
||||
"supplies",
|
||||
"aliment",
|
||||
"nutriment",
|
||||
"diet",
|
||||
"nourishment",
|
||||
"nurture",
|
||||
"sustenance",
|
||||
"mess",
|
||||
"pap",
|
||||
"ensilage",
|
||||
"feed",
|
||||
"fodder",
|
||||
"forage",
|
||||
"silage",
|
||||
"slop",
|
||||
"swill",
|
||||
"feast",
|
||||
"meal",
|
||||
"refreshments",
|
||||
"regale",
|
||||
"repast",
|
||||
"spread",
|
||||
"board",
|
||||
"dish",
|
||||
"plate",
|
||||
"platter",
|
||||
"serving",
|
||||
"finger food",
|
||||
"natural food"
|
||||
],
|
||||
"near antonyms":[
|
||||
"bane",
|
||||
"poison",
|
||||
"toxin",
|
||||
"venom"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to take in as food":{
|
||||
"examples":[
|
||||
"having gone all day without food, we greedily ate the hamburgers"
|
||||
],
|
||||
"synonyms":[
|
||||
"consumes",
|
||||
"ingests",
|
||||
"partakes (of)",
|
||||
"puts away",
|
||||
"puts down",
|
||||
"tucks (away or in)"
|
||||
],
|
||||
"near synonyms":[
|
||||
"digests",
|
||||
"downs",
|
||||
"mouths (down)",
|
||||
"swallows",
|
||||
"bolts",
|
||||
"chows (down on)",
|
||||
"devours",
|
||||
"gluts (on)",
|
||||
"gobbles (up or down)",
|
||||
"gorges",
|
||||
"gulps",
|
||||
"scoffs",
|
||||
"slops",
|
||||
"snarfs (down)",
|
||||
"swills",
|
||||
"wolfs",
|
||||
"chews",
|
||||
"gnaws (at or on)",
|
||||
"gums",
|
||||
"laps",
|
||||
"licks",
|
||||
"nibbles (on)",
|
||||
"nurses",
|
||||
"picks (at)",
|
||||
"relishes",
|
||||
"savors",
|
||||
"savours",
|
||||
"tastes",
|
||||
"banquets",
|
||||
"dines",
|
||||
"fares",
|
||||
"feasts",
|
||||
"gormandizes",
|
||||
"pigs out",
|
||||
"regales",
|
||||
"dispatches",
|
||||
"polishes off",
|
||||
"breakfasts",
|
||||
"lunches",
|
||||
"sups",
|
||||
"munches",
|
||||
"noshes",
|
||||
"snacks"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to consume or wear away gradually":{
|
||||
"examples":[
|
||||
"the pot's protective coating was eaten away by the acid"
|
||||
],
|
||||
"synonyms":[
|
||||
"bites (at)",
|
||||
"corrodes",
|
||||
"erodes",
|
||||
"frets",
|
||||
"gnaws",
|
||||
"nibbles"
|
||||
],
|
||||
"near synonyms":[
|
||||
"breaks down",
|
||||
"breaks up",
|
||||
"decomposes",
|
||||
"disintegrates",
|
||||
"dissolves",
|
||||
"decimates",
|
||||
"destroys",
|
||||
"devastates",
|
||||
"ruins",
|
||||
"wastes",
|
||||
"wrecks"
|
||||
],
|
||||
"near antonyms":[
|
||||
"freshens",
|
||||
"recreates",
|
||||
"refreshens",
|
||||
"refreshes",
|
||||
"regenerates",
|
||||
"rejuvenates",
|
||||
"renews",
|
||||
"restores",
|
||||
"revitalizes",
|
||||
"revives"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to take a meal":{
|
||||
"examples":[
|
||||
"where's the best place to eat in this town?"
|
||||
],
|
||||
"synonyms":[
|
||||
"dines",
|
||||
"fares",
|
||||
"feeds",
|
||||
"partakes",
|
||||
"refreshes",
|
||||
"victuals"
|
||||
],
|
||||
"near synonyms":[
|
||||
"banquets",
|
||||
"feasts",
|
||||
"repasts",
|
||||
"chows (down)",
|
||||
"digs in",
|
||||
"gluts",
|
||||
"gorges",
|
||||
"gormandizes",
|
||||
"overeats",
|
||||
"overfeeds",
|
||||
"pigs out",
|
||||
"grazes",
|
||||
"nibbles",
|
||||
"noshes",
|
||||
"picks",
|
||||
"snacks",
|
||||
"boards",
|
||||
"dines out",
|
||||
"messes",
|
||||
"breakfasts",
|
||||
"lunches",
|
||||
"sups",
|
||||
"picnics"
|
||||
],
|
||||
"near antonyms":[
|
||||
"diets",
|
||||
"fasts"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to disturb the peace of mind of (someone) especially by repeated disagreeable acts":{
|
||||
"examples":[
|
||||
"it really eats me the way people go to national parks to enjoy nature\u2014and then leave their litter behind"
|
||||
],
|
||||
"synonyms":[
|
||||
"aggravates",
|
||||
"annoys",
|
||||
"bothers",
|
||||
"bugs",
|
||||
"burns (up)",
|
||||
"chafes",
|
||||
"exasperates",
|
||||
"frosts",
|
||||
"galls",
|
||||
"gets",
|
||||
"grates",
|
||||
"gripes",
|
||||
"hacks (off)",
|
||||
"irks",
|
||||
"irritates",
|
||||
"itches",
|
||||
"narks",
|
||||
"nettles",
|
||||
"peeves",
|
||||
"persecutes",
|
||||
"piques",
|
||||
"puts out",
|
||||
"rasps",
|
||||
"riles",
|
||||
"ruffles",
|
||||
"spites",
|
||||
"vexes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"hassles",
|
||||
"heckles",
|
||||
"nags",
|
||||
"inflames",
|
||||
"enflames",
|
||||
"provokes",
|
||||
"rouses",
|
||||
"badgers",
|
||||
"baits",
|
||||
"bullyrags",
|
||||
"ballyrags",
|
||||
"devils",
|
||||
"hagrides",
|
||||
"harasses",
|
||||
"harries",
|
||||
"pesters",
|
||||
"plagues",
|
||||
"teases",
|
||||
"angers",
|
||||
"antagonizes",
|
||||
"enrages",
|
||||
"incenses",
|
||||
"infuriates",
|
||||
"maddens",
|
||||
"rankles",
|
||||
"roils",
|
||||
"agitates",
|
||||
"discomforts",
|
||||
"discomposes",
|
||||
"disquiets",
|
||||
"distresses",
|
||||
"exercises",
|
||||
"freaks (out)",
|
||||
"frets",
|
||||
"perturbs",
|
||||
"undoes",
|
||||
"unhinges",
|
||||
"unsettles",
|
||||
"upsets",
|
||||
"worries",
|
||||
"affronts",
|
||||
"insults",
|
||||
"miffs",
|
||||
"offends",
|
||||
"outrages"
|
||||
],
|
||||
"near antonyms":[
|
||||
"appeases",
|
||||
"conciliates",
|
||||
"mollifies",
|
||||
"obliges",
|
||||
"pacifies",
|
||||
"placates",
|
||||
"propitiates",
|
||||
"delights",
|
||||
"gladdens",
|
||||
"gratifies",
|
||||
"pleases",
|
||||
"satisfies",
|
||||
"assures",
|
||||
"cheers",
|
||||
"comforts",
|
||||
"consoles",
|
||||
"contents",
|
||||
"quiets",
|
||||
"reassures",
|
||||
"solaces",
|
||||
"soothes"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"plural noun",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"eases":{
|
||||
"to free from obstruction or difficulty":{
|
||||
"examples":[
|
||||
"measures intended to ease the flow of traffic during rush hour"
|
||||
],
|
||||
"synonyms":[
|
||||
"facilitates",
|
||||
"greases",
|
||||
"loosens (up)",
|
||||
"smooths",
|
||||
"smoothes",
|
||||
"unclogs"
|
||||
],
|
||||
"near synonyms":[
|
||||
"accelerates",
|
||||
"expedites",
|
||||
"hastens",
|
||||
"hurries",
|
||||
"quickens",
|
||||
"rushes",
|
||||
"speeds",
|
||||
"advances",
|
||||
"forwards",
|
||||
"furthers",
|
||||
"promotes",
|
||||
"abets",
|
||||
"aids",
|
||||
"assists",
|
||||
"helps",
|
||||
"improves",
|
||||
"disentangles",
|
||||
"straightens (out)",
|
||||
"untangles",
|
||||
"simplifies",
|
||||
"streamlines"
|
||||
],
|
||||
"near antonyms":[
|
||||
"hinders",
|
||||
"impedes",
|
||||
"retards",
|
||||
"aggravates",
|
||||
"worsens",
|
||||
"perplexes",
|
||||
"sophisticates"
|
||||
],
|
||||
"antonyms":[
|
||||
"complicates"
|
||||
]
|
||||
},
|
||||
"to make less taut":{
|
||||
"examples":[
|
||||
"the rock climber eased the rope a little so that his fellow climber had room to maneuver"
|
||||
],
|
||||
"synonyms":[
|
||||
"loosens",
|
||||
"relaxes",
|
||||
"slackens",
|
||||
"slacks"
|
||||
],
|
||||
"near synonyms":[
|
||||
"detaches",
|
||||
"frees",
|
||||
"unbinds",
|
||||
"undoes",
|
||||
"unfastens",
|
||||
"unties"
|
||||
],
|
||||
"near antonyms":[
|
||||
"attaches",
|
||||
"binds",
|
||||
"fastens",
|
||||
"ties",
|
||||
"constrains",
|
||||
"restrains"
|
||||
],
|
||||
"antonyms":[
|
||||
"strains",
|
||||
"stretches",
|
||||
"tenses",
|
||||
"tensions",
|
||||
"tightens"
|
||||
]
|
||||
},
|
||||
"to make more bearable or less severe":{
|
||||
"examples":[
|
||||
"grandmother's firm belief that there are few ailments that chicken soup won't ease"
|
||||
],
|
||||
"synonyms":[
|
||||
"allays",
|
||||
"alleviates",
|
||||
"assuages",
|
||||
"helps",
|
||||
"mitigates",
|
||||
"mollifies",
|
||||
"palliates",
|
||||
"relieves",
|
||||
"soothes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abates",
|
||||
"lightens",
|
||||
"moderates",
|
||||
"softens",
|
||||
"tempers",
|
||||
"cures",
|
||||
"heals",
|
||||
"remedies",
|
||||
"amends",
|
||||
"corrects",
|
||||
"emends",
|
||||
"fixes",
|
||||
"mends",
|
||||
"rectifies",
|
||||
"reforms",
|
||||
"repairs",
|
||||
"ameliorates",
|
||||
"betters",
|
||||
"enhances",
|
||||
"enriches",
|
||||
"improves",
|
||||
"meliorates",
|
||||
"perfects",
|
||||
"refines"
|
||||
],
|
||||
"near antonyms":[
|
||||
"harms",
|
||||
"hurts",
|
||||
"impairs",
|
||||
"injures",
|
||||
"heightens",
|
||||
"intensifies",
|
||||
"sharpens"
|
||||
],
|
||||
"antonyms":[
|
||||
"aggravates",
|
||||
"exacerbates"
|
||||
]
|
||||
},
|
||||
"to make smaller in amount, volume, or extent":{
|
||||
"examples":[
|
||||
"the chairman of the Federal Reserve has promised to ease interest rates"
|
||||
],
|
||||
"synonyms":[
|
||||
"abates",
|
||||
"decreases",
|
||||
"de-escalates",
|
||||
"dents",
|
||||
"depletes",
|
||||
"diminishes",
|
||||
"downscales",
|
||||
"downsizes",
|
||||
"drops",
|
||||
"dwindles",
|
||||
"knocks down",
|
||||
"lessens",
|
||||
"lowers",
|
||||
"reduces"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compresses",
|
||||
"condenses",
|
||||
"constricts",
|
||||
"contracts",
|
||||
"abbreviates",
|
||||
"abridges",
|
||||
"clips",
|
||||
"crops",
|
||||
"curtails",
|
||||
"cuts",
|
||||
"cuts back",
|
||||
"cuts down",
|
||||
"docks",
|
||||
"nicks",
|
||||
"pares",
|
||||
"prunes",
|
||||
"retrenches",
|
||||
"shortens",
|
||||
"slashes",
|
||||
"trims",
|
||||
"truncates",
|
||||
"whittles",
|
||||
"deflates",
|
||||
"shrinks",
|
||||
"minimizes",
|
||||
"moderates",
|
||||
"modifies",
|
||||
"modulates",
|
||||
"qualifies"
|
||||
],
|
||||
"near antonyms":[
|
||||
"blows up",
|
||||
"dilates",
|
||||
"distends",
|
||||
"inflates",
|
||||
"swells",
|
||||
"elongates",
|
||||
"extends",
|
||||
"lengthens",
|
||||
"prolongs",
|
||||
"protracts",
|
||||
"adds (to)",
|
||||
"complements",
|
||||
"supplements",
|
||||
"enhances",
|
||||
"heightens",
|
||||
"intensifies",
|
||||
"redoubles"
|
||||
],
|
||||
"antonyms":[
|
||||
"aggrandizes",
|
||||
"amplifies",
|
||||
"augments",
|
||||
"boosts",
|
||||
"enlarges",
|
||||
"escalates",
|
||||
"expands",
|
||||
"increases",
|
||||
"raises"
|
||||
]
|
||||
},
|
||||
"to grow less in scope or intensity especially gradually":{
|
||||
"examples":[
|
||||
"new investments in the region have eased since the rise in interest rates"
|
||||
],
|
||||
"synonyms":[
|
||||
"abates",
|
||||
"declines",
|
||||
"decreases",
|
||||
"de-escalates",
|
||||
"dies (away or down or out)",
|
||||
"diminishes",
|
||||
"drains (away)",
|
||||
"drops (off)",
|
||||
"dwindles",
|
||||
"ebbs",
|
||||
"falls",
|
||||
"falls away",
|
||||
"lessens",
|
||||
"lets up",
|
||||
"lowers",
|
||||
"moderates",
|
||||
"palls",
|
||||
"phases down",
|
||||
"ratchets (down)",
|
||||
"rachets (down)",
|
||||
"recedes",
|
||||
"relents",
|
||||
"remits",
|
||||
"shrinks",
|
||||
"subsides",
|
||||
"tapers",
|
||||
"tapers off",
|
||||
"wanes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compresses",
|
||||
"condenses",
|
||||
"constricts",
|
||||
"contracts",
|
||||
"evaporates",
|
||||
"fades (away)",
|
||||
"fritters (away)",
|
||||
"gives out",
|
||||
"melts (away)",
|
||||
"peters (out)",
|
||||
"tails (off)",
|
||||
"vanishes",
|
||||
"slackens",
|
||||
"slows (down)",
|
||||
"alleviates",
|
||||
"relaxes",
|
||||
"flags",
|
||||
"sinks",
|
||||
"weakens",
|
||||
"caves (in)",
|
||||
"collapses",
|
||||
"deflates"
|
||||
],
|
||||
"near antonyms":[
|
||||
"appears",
|
||||
"emerges",
|
||||
"shows up",
|
||||
"blows up",
|
||||
"distends",
|
||||
"elongates",
|
||||
"lengthens"
|
||||
],
|
||||
"antonyms":[
|
||||
"accumulates",
|
||||
"balloons",
|
||||
"builds",
|
||||
"burgeons",
|
||||
"bourgeons",
|
||||
"enlarges",
|
||||
"escalates",
|
||||
"expands",
|
||||
"grows",
|
||||
"increases",
|
||||
"intensifies",
|
||||
"mounts",
|
||||
"mushrooms",
|
||||
"picks up",
|
||||
"rises",
|
||||
"snowballs",
|
||||
"soars",
|
||||
"swells",
|
||||
"waxes"
|
||||
]
|
||||
},
|
||||
"reduction of or freedom from pain":{
|
||||
"examples":[
|
||||
"the sunburn medication brought me instant ease"
|
||||
],
|
||||
"synonyms":[
|
||||
"alleviations",
|
||||
"comforts",
|
||||
"releases",
|
||||
"reliefs"
|
||||
],
|
||||
"near synonyms":[
|
||||
"appeasements",
|
||||
"assuagements",
|
||||
"decreases",
|
||||
"diminishments",
|
||||
"mitigations",
|
||||
"moderations",
|
||||
"mollifications"
|
||||
],
|
||||
"near antonyms":[
|
||||
"discomforts",
|
||||
"agonies",
|
||||
"anguishes",
|
||||
"miseries",
|
||||
"sufferings",
|
||||
"torments",
|
||||
"tortures",
|
||||
"aches",
|
||||
"pains",
|
||||
"pangs",
|
||||
"pricks",
|
||||
"smarts",
|
||||
"stings",
|
||||
"stitches",
|
||||
"throes",
|
||||
"tingles",
|
||||
"twinges"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"earthworks":{
|
||||
"a raised bank or wall made of soil":{
|
||||
"examples":[
|
||||
"prehistoric earthworks"
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"breastworks",
|
||||
"bulwarks",
|
||||
"ramparts",
|
||||
"dams",
|
||||
"dikes",
|
||||
"embankments",
|
||||
"heads",
|
||||
"levees",
|
||||
"breakwaters",
|
||||
"jetties",
|
||||
"seawalls",
|
||||
"canals",
|
||||
"channels",
|
||||
"ditches",
|
||||
"gutters",
|
||||
"troughs",
|
||||
"locks",
|
||||
"barricades",
|
||||
"barriers",
|
||||
"blocks",
|
||||
"floodgates",
|
||||
"sluices",
|
||||
"barrages",
|
||||
"milldams",
|
||||
"stanks",
|
||||
"weirs"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -439,5 +439,267 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"ebbs":{
|
||||
"a change to a lower state or level":{
|
||||
"examples":[
|
||||
"a surprising ebb in the quality of workmanship in goods coming from that country"
|
||||
],
|
||||
"synonyms":[
|
||||
"decadences",
|
||||
"declensions",
|
||||
"declinations",
|
||||
"declines",
|
||||
"degeneracies",
|
||||
"degenerations",
|
||||
"degradations",
|
||||
"d\u00e9gringolades",
|
||||
"descents",
|
||||
"deteriorations",
|
||||
"devolutions",
|
||||
"downfalls",
|
||||
"downgrades",
|
||||
"eclipses",
|
||||
"falls"
|
||||
],
|
||||
"near synonyms":[
|
||||
"dark ages",
|
||||
"nadirs",
|
||||
"sunsets",
|
||||
"decays",
|
||||
"breakups",
|
||||
"decompositions",
|
||||
"disintegrations",
|
||||
"dissolutions",
|
||||
"abasements",
|
||||
"debasements",
|
||||
"depreciations",
|
||||
"decimations",
|
||||
"demolishments",
|
||||
"demolitions",
|
||||
"desolations",
|
||||
"destructions",
|
||||
"havoc",
|
||||
"ruinations",
|
||||
"ruins",
|
||||
"abatements",
|
||||
"decreases",
|
||||
"decrements",
|
||||
"de-escalations",
|
||||
"deflations",
|
||||
"diminishments",
|
||||
"diminutions",
|
||||
"dips",
|
||||
"downslides",
|
||||
"downtrends",
|
||||
"downturns",
|
||||
"drop-offs",
|
||||
"drops",
|
||||
"falloffs",
|
||||
"losses",
|
||||
"reductions",
|
||||
"sags",
|
||||
"shrinkages",
|
||||
"slips",
|
||||
"slumps"
|
||||
],
|
||||
"near antonyms":[
|
||||
"advancements",
|
||||
"developments",
|
||||
"evolutions",
|
||||
"growths",
|
||||
"flowerings",
|
||||
"renewals",
|
||||
"restorations",
|
||||
"revitalizations",
|
||||
"accretions",
|
||||
"accruals",
|
||||
"addenda",
|
||||
"addendums",
|
||||
"additions",
|
||||
"augmentations",
|
||||
"boosts",
|
||||
"enhancements",
|
||||
"gains",
|
||||
"increases",
|
||||
"increments",
|
||||
"raises",
|
||||
"supplements"
|
||||
],
|
||||
"antonyms":[
|
||||
"ascents",
|
||||
"rises",
|
||||
"upswings"
|
||||
]
|
||||
},
|
||||
"to become worse or of less value":{
|
||||
"examples":[
|
||||
"the fortunes of the town slowly ebbed as factory after textile factory closed"
|
||||
],
|
||||
"synonyms":[
|
||||
"atrophies",
|
||||
"crumbles",
|
||||
"decays",
|
||||
"declines",
|
||||
"degenerates",
|
||||
"descends",
|
||||
"deteriorates",
|
||||
"devolves",
|
||||
"regresses",
|
||||
"retrogrades",
|
||||
"rots",
|
||||
"sinks",
|
||||
"worsens"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abates",
|
||||
"de-escalates",
|
||||
"diminishes",
|
||||
"downsizes",
|
||||
"dwindles",
|
||||
"recedes",
|
||||
"wanes",
|
||||
"breaks down",
|
||||
"corrupts",
|
||||
"decomposes",
|
||||
"degrades",
|
||||
"dilapidates",
|
||||
"disintegrates",
|
||||
"molders",
|
||||
"putrefies",
|
||||
"sours",
|
||||
"spoils",
|
||||
"lessens",
|
||||
"lowers",
|
||||
"reduces",
|
||||
"debilitates",
|
||||
"undermines",
|
||||
"droops",
|
||||
"fails",
|
||||
"falls",
|
||||
"flags",
|
||||
"lags",
|
||||
"languishes",
|
||||
"runs down",
|
||||
"sags",
|
||||
"slips",
|
||||
"wastes (away)",
|
||||
"weakens",
|
||||
"wilts"
|
||||
],
|
||||
"near antonyms":[
|
||||
"betters",
|
||||
"upgrades",
|
||||
"enhances",
|
||||
"enriches",
|
||||
"fortifies",
|
||||
"heightens",
|
||||
"intensifies",
|
||||
"strengthens",
|
||||
"advances",
|
||||
"develops",
|
||||
"marches",
|
||||
"proceeds",
|
||||
"progresses"
|
||||
],
|
||||
"antonyms":[
|
||||
"ameliorates",
|
||||
"improves",
|
||||
"meliorates"
|
||||
]
|
||||
},
|
||||
"to grow less in scope or intensity especially gradually":{
|
||||
"examples":[
|
||||
"the howling winds ebbed as the hurricane moved into the interior"
|
||||
],
|
||||
"synonyms":[
|
||||
"abates",
|
||||
"declines",
|
||||
"decreases",
|
||||
"de-escalates",
|
||||
"dies (away or down or out)",
|
||||
"diminishes",
|
||||
"drains (away)",
|
||||
"drops (off)",
|
||||
"dwindles",
|
||||
"eases",
|
||||
"falls",
|
||||
"falls away",
|
||||
"lessens",
|
||||
"lets up",
|
||||
"lowers",
|
||||
"moderates",
|
||||
"palls",
|
||||
"phases down",
|
||||
"ratchets (down)",
|
||||
"rachets (down)",
|
||||
"recedes",
|
||||
"relents",
|
||||
"remits",
|
||||
"shrinks",
|
||||
"subsides",
|
||||
"tapers",
|
||||
"tapers off",
|
||||
"wanes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compresses",
|
||||
"condenses",
|
||||
"constricts",
|
||||
"contracts",
|
||||
"evaporates",
|
||||
"fades (away)",
|
||||
"fritters (away)",
|
||||
"gives out",
|
||||
"melts (away)",
|
||||
"peters (out)",
|
||||
"tails (off)",
|
||||
"vanishes",
|
||||
"slackens",
|
||||
"slows (down)",
|
||||
"alleviates",
|
||||
"relaxes",
|
||||
"flags",
|
||||
"sinks",
|
||||
"weakens",
|
||||
"caves (in)",
|
||||
"collapses",
|
||||
"deflates"
|
||||
],
|
||||
"near antonyms":[
|
||||
"appears",
|
||||
"emerges",
|
||||
"shows up",
|
||||
"blows up",
|
||||
"distends",
|
||||
"elongates",
|
||||
"lengthens"
|
||||
],
|
||||
"antonyms":[
|
||||
"accumulates",
|
||||
"balloons",
|
||||
"builds",
|
||||
"burgeons",
|
||||
"bourgeons",
|
||||
"enlarges",
|
||||
"escalates",
|
||||
"expands",
|
||||
"grows",
|
||||
"increases",
|
||||
"intensifies",
|
||||
"mounts",
|
||||
"mushrooms",
|
||||
"picks up",
|
||||
"rises",
|
||||
"snowballs",
|
||||
"soars",
|
||||
"swells",
|
||||
"waxes"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -79,5 +79,89 @@
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"economic":{
|
||||
"yielding a profit":{
|
||||
"examples":[
|
||||
"unfortunately, raising employees' salaries would not be economic \u2014the business would have to fold"
|
||||
],
|
||||
"synonyms":[
|
||||
"fat",
|
||||
"gainful",
|
||||
"juicy",
|
||||
"lucrative",
|
||||
"money-spinning",
|
||||
"moneymaking",
|
||||
"paying",
|
||||
"profitable",
|
||||
"remunerative"
|
||||
],
|
||||
"near synonyms":[
|
||||
"advantageous",
|
||||
"beneficial",
|
||||
"favorable",
|
||||
"rewarding",
|
||||
"useful",
|
||||
"worthwhile",
|
||||
"bankable"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disadvantageous",
|
||||
"unfavorable"
|
||||
],
|
||||
"antonyms":[
|
||||
"unprofitable"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"economy":{
|
||||
"careful management of material resources":{
|
||||
"examples":[
|
||||
"people on fixed incomes are used to practicing economy"
|
||||
],
|
||||
"synonyms":[
|
||||
"frugality",
|
||||
"husbandry",
|
||||
"parsimony",
|
||||
"penny-pinching",
|
||||
"providence",
|
||||
"scrimping",
|
||||
"skimping",
|
||||
"thrift"
|
||||
],
|
||||
"near synonyms":[
|
||||
"conservation",
|
||||
"saving",
|
||||
"miserliness",
|
||||
"niggardliness",
|
||||
"stinginess",
|
||||
"belt-tightening",
|
||||
"retrenchment",
|
||||
"discretion",
|
||||
"forehandedness",
|
||||
"prudence",
|
||||
"austerity",
|
||||
"moderation",
|
||||
"restraint",
|
||||
"temperance"
|
||||
],
|
||||
"near antonyms":[
|
||||
"extravagance",
|
||||
"improvidence",
|
||||
"lavishness",
|
||||
"prodigality",
|
||||
"squandering"
|
||||
],
|
||||
"antonyms":[
|
||||
"diseconomy",
|
||||
"wastefulness"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -1253,5 +1253,361 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"educationist":{
|
||||
"a person whose occupation is to give formal instruction in a school":{
|
||||
"examples":[
|
||||
"educationists around the U.K. were largely in support of the reforms"
|
||||
],
|
||||
"synonyms":[
|
||||
"educator",
|
||||
"instructor",
|
||||
"pedagogue",
|
||||
"pedagog",
|
||||
"preceptor",
|
||||
"schoolteacher",
|
||||
"teacher"
|
||||
],
|
||||
"related":[
|
||||
"headmaster",
|
||||
"master",
|
||||
"rector",
|
||||
"schoolmaster",
|
||||
"headmistress",
|
||||
"instructress",
|
||||
"mistress",
|
||||
"schoolmarm",
|
||||
"schoolma'am",
|
||||
"schoolmistress",
|
||||
"coach",
|
||||
"guide",
|
||||
"guru",
|
||||
"preparer",
|
||||
"trainer",
|
||||
"mentor",
|
||||
"tutor",
|
||||
"tutoress",
|
||||
"drillmaster",
|
||||
"inculcator",
|
||||
"dean",
|
||||
"docent",
|
||||
"doctor",
|
||||
"don",
|
||||
"prof",
|
||||
"professor",
|
||||
"regius professor",
|
||||
"academe",
|
||||
"academic",
|
||||
"academician",
|
||||
"didact",
|
||||
"pedant",
|
||||
"governess",
|
||||
"homeschooler",
|
||||
"intern",
|
||||
"interne",
|
||||
"practice teacher",
|
||||
"reader",
|
||||
"student teacher",
|
||||
"catechist",
|
||||
"lecturer",
|
||||
"moralizer",
|
||||
"preacher"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"edifies":{
|
||||
"to provide (someone) with moral or spiritual understanding":{
|
||||
"examples":[
|
||||
"a family-oriented show that tried to edify the television audience as well as entertain it"
|
||||
],
|
||||
"synonyms":[
|
||||
"educates",
|
||||
"enlightens",
|
||||
"illumes",
|
||||
"illuminates",
|
||||
"illumines",
|
||||
"inspires",
|
||||
"nurtures"
|
||||
],
|
||||
"near synonyms":[
|
||||
"elevates",
|
||||
"ennobles",
|
||||
"enriches",
|
||||
"ensouls",
|
||||
"lifts",
|
||||
"uplifts",
|
||||
"betters",
|
||||
"improves",
|
||||
"regenerates",
|
||||
"renews",
|
||||
"transforms",
|
||||
"exalts",
|
||||
"glorifies",
|
||||
"transfigures"
|
||||
],
|
||||
"near antonyms":[
|
||||
"confuses",
|
||||
"perplexes",
|
||||
"puzzles",
|
||||
"beclouds",
|
||||
"clouds",
|
||||
"darkens",
|
||||
"obscures"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"edifice":{
|
||||
"a large, magnificent, or massive building":{
|
||||
"examples":[
|
||||
"the U.S. Capitol is one of our nation's most impressive edifices"
|
||||
],
|
||||
"synonyms":[
|
||||
"cathedral",
|
||||
"hall",
|
||||
"palace",
|
||||
"tower"
|
||||
],
|
||||
"near synonyms":[
|
||||
"construction",
|
||||
"erection",
|
||||
"structure",
|
||||
"castle",
|
||||
"ch\u00e2teau",
|
||||
"countryseat",
|
||||
"estate",
|
||||
"hacienda",
|
||||
"manor",
|
||||
"manor house",
|
||||
"mansion",
|
||||
"showplace",
|
||||
"villa",
|
||||
"mausoleum",
|
||||
"memorial",
|
||||
"monument"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"something built as a dwelling, shelter, or place for human activity":{
|
||||
"examples":[
|
||||
"the first edifices built by the colonists were primitive huts with walls of dried mud and roofs covered with thatch"
|
||||
],
|
||||
"synonyms":[
|
||||
"building",
|
||||
"structure"
|
||||
],
|
||||
"near synonyms":[
|
||||
"construction",
|
||||
"erection",
|
||||
"bungalow",
|
||||
"cabin",
|
||||
"chalet",
|
||||
"cottage",
|
||||
"house",
|
||||
"lodge",
|
||||
"summerhouse",
|
||||
"hovel",
|
||||
"hut",
|
||||
"hutment",
|
||||
"shack",
|
||||
"shanty",
|
||||
"shed",
|
||||
"castle",
|
||||
"ch\u00e2teau",
|
||||
"estate",
|
||||
"hall",
|
||||
"manor",
|
||||
"mansion",
|
||||
"palace",
|
||||
"pile",
|
||||
"villa",
|
||||
"skyscraper",
|
||||
"tower"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the arrangement of parts that gives something its basic form":{
|
||||
"examples":[
|
||||
"the edifice of the argument is quite simple, once you get past the fancy language"
|
||||
],
|
||||
"synonyms":[
|
||||
"architecture",
|
||||
"armature",
|
||||
"cadre",
|
||||
"configuration",
|
||||
"fabric",
|
||||
"frame",
|
||||
"framework",
|
||||
"framing",
|
||||
"infrastructure",
|
||||
"shell",
|
||||
"skeleton",
|
||||
"structure"
|
||||
],
|
||||
"near synonyms":[
|
||||
"cage",
|
||||
"lattice",
|
||||
"network",
|
||||
"contour",
|
||||
"figure",
|
||||
"outline",
|
||||
"profile",
|
||||
"shape",
|
||||
"silhouette",
|
||||
"chassis"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"edit":{
|
||||
"to prepare for publication by correcting, rewriting, or updating":{
|
||||
"examples":[
|
||||
"the publisher edited a new version of its best-selling school dictionary"
|
||||
],
|
||||
"synonyms":[
|
||||
"redraft",
|
||||
"revamp",
|
||||
"revise",
|
||||
"rework"
|
||||
],
|
||||
"near synonyms":[
|
||||
"perfect",
|
||||
"polish",
|
||||
"touch up",
|
||||
"copyedit",
|
||||
"read",
|
||||
"sub",
|
||||
"subedit",
|
||||
"reedit",
|
||||
"amend",
|
||||
"annotate",
|
||||
"correct",
|
||||
"emend",
|
||||
"rectify",
|
||||
"fact-check",
|
||||
"anthologize",
|
||||
"collect",
|
||||
"compile",
|
||||
"get out",
|
||||
"issue",
|
||||
"print",
|
||||
"publish",
|
||||
"abridge",
|
||||
"blue-pencil",
|
||||
"redact",
|
||||
"red-pencil",
|
||||
"engross",
|
||||
"recopy"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to change (something) so as to make it suitable for a new use or situation":{
|
||||
"examples":[
|
||||
"the restaurant chef has edited several of his gourmet dishes for preparation by the home cook"
|
||||
],
|
||||
"synonyms":[
|
||||
"acclimate",
|
||||
"acclimatize",
|
||||
"accommodate",
|
||||
"adapt",
|
||||
"adjust",
|
||||
"condition",
|
||||
"conform",
|
||||
"doctor",
|
||||
"fashion",
|
||||
"fit",
|
||||
"put",
|
||||
"shape",
|
||||
"suit",
|
||||
"tailor"
|
||||
],
|
||||
"near synonyms":[
|
||||
"readapt",
|
||||
"readjust",
|
||||
"customize",
|
||||
"gear",
|
||||
"match",
|
||||
"model",
|
||||
"pattern",
|
||||
"attune",
|
||||
"correct",
|
||||
"harmonize",
|
||||
"square",
|
||||
"tune",
|
||||
"establish",
|
||||
"root",
|
||||
"settle",
|
||||
"acquaint",
|
||||
"familiarize",
|
||||
"orient",
|
||||
"orientate",
|
||||
"equip",
|
||||
"prepare",
|
||||
"prime",
|
||||
"rehearse",
|
||||
"harden",
|
||||
"inure",
|
||||
"season",
|
||||
"toughen",
|
||||
"alter",
|
||||
"convert",
|
||||
"make over",
|
||||
"modify",
|
||||
"recast",
|
||||
"reclaim",
|
||||
"recycle",
|
||||
"redesign",
|
||||
"redevelop",
|
||||
"redo",
|
||||
"reengineer",
|
||||
"refashion",
|
||||
"refigure",
|
||||
"refit",
|
||||
"refocus",
|
||||
"reinvent",
|
||||
"rejigger",
|
||||
"remake",
|
||||
"remodel",
|
||||
"revamp",
|
||||
"revise",
|
||||
"rework",
|
||||
"transform",
|
||||
"accustom",
|
||||
"habilitate",
|
||||
"habituate",
|
||||
"naturalize",
|
||||
"ready",
|
||||
"train",
|
||||
"bend",
|
||||
"fiddle (with)",
|
||||
"fine-tune",
|
||||
"phase",
|
||||
"register",
|
||||
"regulate",
|
||||
"rig"
|
||||
],
|
||||
"near antonyms":[
|
||||
"misadjust"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -924,5 +924,31 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"effuses":{
|
||||
"to make an exaggerated display of affection or enthusiasm":{
|
||||
"examples":[
|
||||
"pundits who should have known better effused endlessly about this idealistic but naive senator"
|
||||
],
|
||||
"synonyms":[
|
||||
"drools",
|
||||
"enthuses",
|
||||
"fusses",
|
||||
"gushes",
|
||||
"raves",
|
||||
"rhapsodizes",
|
||||
"slobbers"
|
||||
],
|
||||
"related":[
|
||||
"dotes (on)",
|
||||
"fawns",
|
||||
"emotes"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -592,5 +592,249 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"egresses":{
|
||||
"a place or means of going out":{
|
||||
"examples":[
|
||||
"the only egress from the nightclub was a dark, narrow stairway to the street below"
|
||||
],
|
||||
"synonyms":[
|
||||
"exits",
|
||||
"issues",
|
||||
"outlets"
|
||||
],
|
||||
"related":[
|
||||
"escape hatches",
|
||||
"escapes",
|
||||
"releases",
|
||||
"gates",
|
||||
"mouths",
|
||||
"openings",
|
||||
"passages",
|
||||
"vents"
|
||||
],
|
||||
"near antonyms":[
|
||||
"accesses",
|
||||
"entr\u00e9es",
|
||||
"entrees"
|
||||
],
|
||||
"antonyms":[
|
||||
"entrances",
|
||||
"entranceways",
|
||||
"entries",
|
||||
"entryways",
|
||||
"ingresses"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"egotistical":{
|
||||
"having too high an opinion of oneself":{
|
||||
"examples":[
|
||||
"the egotistic pro quarterback was always too busy to sign autographs, forgetting that the fans had paid good money to see him play"
|
||||
],
|
||||
"synonyms":[
|
||||
"assured",
|
||||
"biggety",
|
||||
"biggity",
|
||||
"bigheaded",
|
||||
"complacent",
|
||||
"conceited",
|
||||
"consequential",
|
||||
"egoistic",
|
||||
"egoistical",
|
||||
"important",
|
||||
"overweening",
|
||||
"pompous",
|
||||
"prideful",
|
||||
"proud",
|
||||
"self-conceited",
|
||||
"self-important",
|
||||
"self-opinionated",
|
||||
"self-satisfied",
|
||||
"smug",
|
||||
"stuck-up",
|
||||
"swellheaded",
|
||||
"vain",
|
||||
"vainglorious"
|
||||
],
|
||||
"near synonyms":[
|
||||
"blusterous",
|
||||
"blustery",
|
||||
"boastful",
|
||||
"bombastic",
|
||||
"braggart",
|
||||
"bragging",
|
||||
"braggy",
|
||||
"cocky",
|
||||
"swaggering",
|
||||
"arrogant",
|
||||
"assumptive",
|
||||
"bumptious",
|
||||
"cavalier",
|
||||
"chesty",
|
||||
"disdainful",
|
||||
"fastuous",
|
||||
"haughty",
|
||||
"high-and-mighty",
|
||||
"high-hat",
|
||||
"huffy",
|
||||
"lofty",
|
||||
"lordly",
|
||||
"masterful",
|
||||
"peremptory",
|
||||
"pontifical",
|
||||
"self-asserting",
|
||||
"self-assertive",
|
||||
"snobbish",
|
||||
"snobby",
|
||||
"snooty",
|
||||
"supercilious",
|
||||
"superior",
|
||||
"toplofty",
|
||||
"toploftical",
|
||||
"uppish",
|
||||
"uppity",
|
||||
"domineering",
|
||||
"high-handed",
|
||||
"imperious",
|
||||
"highfalutin",
|
||||
"hifalutin",
|
||||
"holier-than-thou",
|
||||
"pretentious",
|
||||
"overconfident",
|
||||
"presuming",
|
||||
"presumptuous",
|
||||
"confident",
|
||||
"self-assured",
|
||||
"self-confident",
|
||||
"self-adulatory",
|
||||
"self-congratulatory",
|
||||
"self-contented",
|
||||
"self-gratulatory",
|
||||
"self-applauding",
|
||||
"self-dramatizing",
|
||||
"self-glorifying",
|
||||
"self-promoting",
|
||||
"self-affected",
|
||||
"self-centered",
|
||||
"self-engrossed",
|
||||
"selfish",
|
||||
"condescending",
|
||||
"patronizing"
|
||||
],
|
||||
"near antonyms":[
|
||||
"diffident",
|
||||
"self-critical",
|
||||
"self-distrustful",
|
||||
"self-doubting",
|
||||
"self-reproachful",
|
||||
"self-reproving",
|
||||
"meek",
|
||||
"timid",
|
||||
"unassertive",
|
||||
"down-to-earth",
|
||||
"unarrogant",
|
||||
"unassuming",
|
||||
"unpretentious",
|
||||
"bashful",
|
||||
"demure",
|
||||
"introverted",
|
||||
"mousy",
|
||||
"mousey",
|
||||
"overmodest",
|
||||
"retiring",
|
||||
"sheepish",
|
||||
"shrinking",
|
||||
"shy"
|
||||
],
|
||||
"antonyms":[
|
||||
"egoless",
|
||||
"humble",
|
||||
"modest",
|
||||
"uncomplacent"
|
||||
]
|
||||
},
|
||||
"overly concerned with one's own desires, needs, or interests":{
|
||||
"examples":[
|
||||
"the true spirit of the Christmas season is the resolve to be less egotistic and more altruistic"
|
||||
],
|
||||
"synonyms":[
|
||||
"egocentric",
|
||||
"egoistic",
|
||||
"egoistical",
|
||||
"egomaniacal",
|
||||
"narcissistic",
|
||||
"self-absorbed",
|
||||
"self-centered",
|
||||
"self-concerned",
|
||||
"self-infatuated",
|
||||
"self-interested",
|
||||
"self-involved",
|
||||
"self-loving",
|
||||
"self-obsessed",
|
||||
"self-oriented",
|
||||
"self-preoccupied",
|
||||
"self-regarding",
|
||||
"self-seeking",
|
||||
"self-serving",
|
||||
"selfish",
|
||||
"solipsistic"
|
||||
],
|
||||
"near synonyms":[
|
||||
"inner-directed",
|
||||
"complacent",
|
||||
"conceited",
|
||||
"overweening",
|
||||
"pompous",
|
||||
"prideful",
|
||||
"proud",
|
||||
"self-complacent",
|
||||
"self-conceited",
|
||||
"self-contented",
|
||||
"self-directed",
|
||||
"self-glorifying",
|
||||
"self-important",
|
||||
"self-indulgent",
|
||||
"self-opinionated",
|
||||
"self-pleased",
|
||||
"self-satisfied",
|
||||
"smug",
|
||||
"vain",
|
||||
"vainglorious"
|
||||
],
|
||||
"near antonyms":[
|
||||
"altruistic",
|
||||
"beneficent",
|
||||
"benevolent",
|
||||
"charitable",
|
||||
"generous",
|
||||
"greathearted",
|
||||
"humanitarian",
|
||||
"magnanimous",
|
||||
"philanthropic",
|
||||
"philanthropical",
|
||||
"self-denying",
|
||||
"self-giving",
|
||||
"self-sacrificing",
|
||||
"other-directed",
|
||||
"diffident",
|
||||
"self-doubting",
|
||||
"self-flagellating",
|
||||
"self-questioning",
|
||||
"self-reflective"
|
||||
],
|
||||
"antonyms":[
|
||||
"self-forgetful",
|
||||
"self-forgetting",
|
||||
"selfless",
|
||||
"unselfish"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
}
|
||||
}
|
@ -58,5 +58,35 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"ekes (out)":{
|
||||
"to get with great difficulty":{
|
||||
"examples":[
|
||||
"eked out a living from the family's small farm"
|
||||
],
|
||||
"synonyms":[
|
||||
"scrapes (up or together)",
|
||||
"scrounges",
|
||||
"squeezes",
|
||||
"wrests",
|
||||
"wrings"
|
||||
],
|
||||
"related":[
|
||||
"acquires",
|
||||
"attains",
|
||||
"draws",
|
||||
"earns",
|
||||
"gains",
|
||||
"lands",
|
||||
"obtains",
|
||||
"procures",
|
||||
"secures"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -1511,5 +1511,237 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"elites":{
|
||||
"individuals carefully selected as being the best of a class":{
|
||||
"examples":[
|
||||
"the winners of this science award represent the elite of our high schools"
|
||||
],
|
||||
"synonyms":[
|
||||
"A-lists",
|
||||
"aristocracies",
|
||||
"best",
|
||||
"choices",
|
||||
"corps d'elite",
|
||||
"creams",
|
||||
"cr\u00e8me de la cr\u00e8me",
|
||||
"elect",
|
||||
"fat",
|
||||
"flowers",
|
||||
"illuminati",
|
||||
"picks",
|
||||
"pinks",
|
||||
"prides",
|
||||
"priesthoods",
|
||||
"primes",
|
||||
"royalties",
|
||||
"upper crusts"
|
||||
],
|
||||
"related":[
|
||||
"establishments",
|
||||
"gentries",
|
||||
"nobilities",
|
||||
"qualities",
|
||||
"societies",
|
||||
"top drawers",
|
||||
"tops",
|
||||
"upper classes",
|
||||
"caviars",
|
||||
"caviares",
|
||||
"who's whos"
|
||||
],
|
||||
"near antonyms":[
|
||||
"commoners",
|
||||
"herds",
|
||||
"hoi polloi",
|
||||
"masses",
|
||||
"millions",
|
||||
"mobs",
|
||||
"multitudes",
|
||||
"rank and files",
|
||||
"unwasheds"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"electrifications":{
|
||||
"as in highs , buzzes":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"arousals",
|
||||
"buzzes",
|
||||
"highs",
|
||||
"intoxications",
|
||||
"bangs",
|
||||
"boots",
|
||||
"charges",
|
||||
"exhilarations",
|
||||
"frissons",
|
||||
"jollies",
|
||||
"kicks",
|
||||
"rushes",
|
||||
"thrills",
|
||||
"titillations",
|
||||
"wallops",
|
||||
"jolts",
|
||||
"shocks",
|
||||
"surprises",
|
||||
"surprizes",
|
||||
"delectations",
|
||||
"delights",
|
||||
"enjoyments",
|
||||
"joys",
|
||||
"lifts",
|
||||
"pleasures",
|
||||
"amusements",
|
||||
"diversions",
|
||||
"entertainments",
|
||||
"fun",
|
||||
"treats"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in motorizations":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"motorizations",
|
||||
"computerizations",
|
||||
"cybernations",
|
||||
"automations",
|
||||
"mechanizations",
|
||||
"robotizations"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"elusive":{
|
||||
"hard to find, capture, or isolate":{
|
||||
"examples":[
|
||||
"the giant squid is one of the ocean's most elusive inhabitants"
|
||||
],
|
||||
"synonyms":[
|
||||
"evasive",
|
||||
"fugitive",
|
||||
"slippery"
|
||||
],
|
||||
"near synonyms":[
|
||||
"cagey",
|
||||
"cagy",
|
||||
"shifty",
|
||||
"ephemeral",
|
||||
"evanescent",
|
||||
"fleeting",
|
||||
"impermanent",
|
||||
"momentary",
|
||||
"passing",
|
||||
"short-lived",
|
||||
"temporary",
|
||||
"transient",
|
||||
"transitory",
|
||||
"inaccessible",
|
||||
"inconvenient",
|
||||
"unapproachable",
|
||||
"unattainable",
|
||||
"unavailable",
|
||||
"unobtainable",
|
||||
"unreachable",
|
||||
"untouchable"
|
||||
],
|
||||
"near antonyms":[
|
||||
"accessible",
|
||||
"approachable",
|
||||
"attainable",
|
||||
"available",
|
||||
"convenient",
|
||||
"obtainable",
|
||||
"reachable"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"elucidation":{
|
||||
"a statement that makes something clear":{
|
||||
"examples":[
|
||||
"the candidate issued what were supposed to be elucidations of his earlier statements, but they did little to quell the controversy"
|
||||
],
|
||||
"synonyms":[
|
||||
"clarification",
|
||||
"construction",
|
||||
"exegesis",
|
||||
"explanation",
|
||||
"explication",
|
||||
"exposition",
|
||||
"illumination",
|
||||
"illustration",
|
||||
"interpretation",
|
||||
"road map"
|
||||
],
|
||||
"near synonyms":[
|
||||
"paraphrase",
|
||||
"restatement",
|
||||
"translation",
|
||||
"annotation",
|
||||
"comment",
|
||||
"commentary",
|
||||
"epexegesis",
|
||||
"gloss",
|
||||
"deciphering",
|
||||
"decoding",
|
||||
"disentanglement",
|
||||
"unscrambling",
|
||||
"analysis",
|
||||
"edification",
|
||||
"enlightenment",
|
||||
"definition",
|
||||
"meaning",
|
||||
"demonstration",
|
||||
"enactment",
|
||||
"justification",
|
||||
"rationale",
|
||||
"rationalization",
|
||||
"reasoning",
|
||||
"caution",
|
||||
"caveat",
|
||||
"warning"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"els":{
|
||||
"as in elevated railroads , elevateds":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"elevated railroads",
|
||||
"elevateds",
|
||||
"railroads",
|
||||
"rails",
|
||||
"railways",
|
||||
"roads",
|
||||
"monorails"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -3895,5 +3895,447 @@
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"embellisher":{
|
||||
"something that decorates or beautifies":{
|
||||
"examples":[
|
||||
"that simple dress is beautiful by itself and doesn't need any embellishers"
|
||||
],
|
||||
"synonyms":[
|
||||
"adornment",
|
||||
"beautifier",
|
||||
"caparison",
|
||||
"decoration",
|
||||
"doodad",
|
||||
"embellishment",
|
||||
"frill",
|
||||
"garnish",
|
||||
"garnishment",
|
||||
"garniture",
|
||||
"ornament",
|
||||
"ornamentation",
|
||||
"setoff",
|
||||
"trim"
|
||||
],
|
||||
"related":[
|
||||
"apparel",
|
||||
"bells and whistles",
|
||||
"blazonry",
|
||||
"bric-a-brac",
|
||||
"chichi",
|
||||
"emblazonry",
|
||||
"filigree",
|
||||
"finery",
|
||||
"foofaraw",
|
||||
"frippery",
|
||||
"frosting",
|
||||
"froufrou",
|
||||
"fal-lal",
|
||||
"flounce",
|
||||
"flourish",
|
||||
"furbelow",
|
||||
"ruffle",
|
||||
"enhancement",
|
||||
"enrichment",
|
||||
"improvement",
|
||||
"appliqu\u00e9",
|
||||
"embossment",
|
||||
"embroidery",
|
||||
"fancywork",
|
||||
"bedizenment",
|
||||
"gilt",
|
||||
"glitter",
|
||||
"design",
|
||||
"figure",
|
||||
"pattern",
|
||||
"furnishings",
|
||||
"regalia",
|
||||
"trappings"
|
||||
],
|
||||
"near antonyms":[
|
||||
"blemish",
|
||||
"defacement",
|
||||
"disfigurement",
|
||||
"scar",
|
||||
"blot",
|
||||
"spot",
|
||||
"stain"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"emaciates":{
|
||||
"to lose bodily strength or vigor":{
|
||||
"examples":[
|
||||
"without adequate medical supplies, doctors could only look on helplessly as cholera victims continued to emaciate"
|
||||
],
|
||||
"synonyms":[
|
||||
"decays",
|
||||
"droops",
|
||||
"fades",
|
||||
"fails",
|
||||
"flags",
|
||||
"goes",
|
||||
"lags",
|
||||
"languishes",
|
||||
"sags",
|
||||
"sinks",
|
||||
"wastes (away)",
|
||||
"weakens",
|
||||
"wilts",
|
||||
"withers"
|
||||
],
|
||||
"near synonyms":[
|
||||
"breaks down",
|
||||
"wears out",
|
||||
"yields",
|
||||
"degenerates",
|
||||
"deteriorates",
|
||||
"rots",
|
||||
"runs down"
|
||||
],
|
||||
"near antonyms":[
|
||||
"convalesces",
|
||||
"rallies",
|
||||
"rebounds",
|
||||
"recovers",
|
||||
"recuperates",
|
||||
"gains"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"embroil":{
|
||||
"to place in conflict or difficulties":{
|
||||
"examples":[
|
||||
"the town has been embroiled in controversy over the building of the huge shopping mall"
|
||||
],
|
||||
"synonyms":[
|
||||
"bog (down)",
|
||||
"broil",
|
||||
"embrangle",
|
||||
"mire"
|
||||
],
|
||||
"near synonyms":[
|
||||
"enmesh",
|
||||
"immesh",
|
||||
"ensnare",
|
||||
"ensnarl",
|
||||
"entangle",
|
||||
"entrap",
|
||||
"snare",
|
||||
"tangle",
|
||||
"trap"
|
||||
],
|
||||
"near antonyms":[
|
||||
"emancipate",
|
||||
"free",
|
||||
"liberate",
|
||||
"release"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"emblazonries":{
|
||||
"as in blazonries , bells and whistles":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"apparels",
|
||||
"bells and whistles",
|
||||
"blazonries",
|
||||
"bric-a-brac",
|
||||
"chichis",
|
||||
"filigrees",
|
||||
"fineries",
|
||||
"foofaraws",
|
||||
"fripperies",
|
||||
"frostings",
|
||||
"froufrous",
|
||||
"frou-frous",
|
||||
"adornments",
|
||||
"beautifiers",
|
||||
"caparisons",
|
||||
"doodads",
|
||||
"embellishers",
|
||||
"embellishments",
|
||||
"frills",
|
||||
"garnishes",
|
||||
"garnishments",
|
||||
"garnitures",
|
||||
"ornamentations",
|
||||
"ornaments",
|
||||
"setoffs",
|
||||
"trims",
|
||||
"fal-lals",
|
||||
"flounces",
|
||||
"flourishes",
|
||||
"furbelows",
|
||||
"ruffles",
|
||||
"enhancements",
|
||||
"enrichments",
|
||||
"improvements",
|
||||
"appliqu\u00e9s",
|
||||
"embossments",
|
||||
"embroideries",
|
||||
"fancyworks",
|
||||
"bedizenments",
|
||||
"gilts",
|
||||
"glitters",
|
||||
"designs",
|
||||
"figures",
|
||||
"patterns",
|
||||
"furnishings",
|
||||
"regalia",
|
||||
"trappings"
|
||||
],
|
||||
"near antonyms":[
|
||||
"blemishes",
|
||||
"defacements",
|
||||
"disfigurements",
|
||||
"scars",
|
||||
"blots",
|
||||
"spots",
|
||||
"stains"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"embowered":{
|
||||
"to surround or cover closely":{
|
||||
"examples":[
|
||||
"over the years grapevines have completely embowered the summerhouse in the garden"
|
||||
],
|
||||
"synonyms":[
|
||||
"bosomed",
|
||||
"bowered",
|
||||
"circumfused",
|
||||
"cocooned",
|
||||
"embosomed",
|
||||
"embraced",
|
||||
"enclosed",
|
||||
"inclosed",
|
||||
"encompassed",
|
||||
"enfolded",
|
||||
"enshrouded",
|
||||
"enswathed",
|
||||
"enveloped",
|
||||
"enwrapped",
|
||||
"invested",
|
||||
"involved",
|
||||
"lapped",
|
||||
"mantled",
|
||||
"muffled",
|
||||
"shrouded",
|
||||
"swathed",
|
||||
"veiled",
|
||||
"wrapped"
|
||||
],
|
||||
"near synonyms":[
|
||||
"curtained",
|
||||
"draped",
|
||||
"embedded",
|
||||
"imbedded",
|
||||
"encased",
|
||||
"swaddled",
|
||||
"blanketed",
|
||||
"overlaid",
|
||||
"overspread",
|
||||
"camouflaged",
|
||||
"cloaked",
|
||||
"disguised",
|
||||
"masked",
|
||||
"circled",
|
||||
"encircled",
|
||||
"enlaced",
|
||||
"enwound"
|
||||
],
|
||||
"near antonyms":[
|
||||
"bared",
|
||||
"denuded",
|
||||
"exposed",
|
||||
"stripped",
|
||||
"stript"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"eminence":{
|
||||
"the fact or state of being above others in rank or importance":{
|
||||
"examples":[
|
||||
"the eminence of the Nobel Prize in the field of awards and prizes"
|
||||
],
|
||||
"synonyms":[
|
||||
"distinction",
|
||||
"dominance",
|
||||
"noteworthiness",
|
||||
"paramountcy",
|
||||
"preeminence",
|
||||
"preponderance",
|
||||
"preponderancy",
|
||||
"prepotency",
|
||||
"prestigiousness",
|
||||
"primacy",
|
||||
"superiority",
|
||||
"supremacy",
|
||||
"transcendence"
|
||||
],
|
||||
"near synonyms":[
|
||||
"celebrity",
|
||||
"fame",
|
||||
"famousness",
|
||||
"glory",
|
||||
"honor",
|
||||
"kudos",
|
||||
"renown",
|
||||
"reputation",
|
||||
"repute",
|
||||
"megastardom",
|
||||
"stardom",
|
||||
"superstardom",
|
||||
"greatness",
|
||||
"illustriousness",
|
||||
"nobleness",
|
||||
"notableness",
|
||||
"ascendance",
|
||||
"ascendence",
|
||||
"ascendancy",
|
||||
"ascendency",
|
||||
"authority",
|
||||
"domination",
|
||||
"dominion",
|
||||
"influence",
|
||||
"power",
|
||||
"prestige",
|
||||
"weight",
|
||||
"infamy",
|
||||
"notoriety"
|
||||
],
|
||||
"near antonyms":[
|
||||
"insignificance",
|
||||
"inferiority",
|
||||
"mediocrity",
|
||||
"obscureness",
|
||||
"obscurity"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"an area of high ground":{
|
||||
"examples":[
|
||||
"the old citadel sits on an eminence with a commanding view of the city"
|
||||
],
|
||||
"synonyms":[
|
||||
"altitude(s)",
|
||||
"elevation",
|
||||
"height",
|
||||
"highland",
|
||||
"hill",
|
||||
"hump",
|
||||
"mound",
|
||||
"prominence",
|
||||
"rise",
|
||||
"upland"
|
||||
],
|
||||
"near synonyms":[
|
||||
"alp",
|
||||
"mount",
|
||||
"mountain",
|
||||
"peak",
|
||||
"butte",
|
||||
"mesa",
|
||||
"plateau",
|
||||
"table",
|
||||
"tableland",
|
||||
"bluff",
|
||||
"cliff",
|
||||
"crag",
|
||||
"precipice",
|
||||
"steep",
|
||||
"tor",
|
||||
"ridge",
|
||||
"sierra",
|
||||
"dome",
|
||||
"sugarloaf",
|
||||
"foothill",
|
||||
"hillock",
|
||||
"hummock",
|
||||
"knob",
|
||||
"knoll",
|
||||
"downs"
|
||||
],
|
||||
"near antonyms":[
|
||||
"dale",
|
||||
"dell",
|
||||
"depression",
|
||||
"dingle",
|
||||
"glen",
|
||||
"hollow",
|
||||
"vale",
|
||||
"valley",
|
||||
"basin",
|
||||
"bottom",
|
||||
"bottomland",
|
||||
"fen",
|
||||
"flat",
|
||||
"floodplain",
|
||||
"plain",
|
||||
"tidewater"
|
||||
],
|
||||
"antonyms":[
|
||||
"lowland"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"emasculation":{
|
||||
"as in femininity , womanhood":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"femininity",
|
||||
"muliebrity",
|
||||
"womanhood",
|
||||
"womanliness",
|
||||
"girlhood",
|
||||
"maidenhood",
|
||||
"effeminacy",
|
||||
"effeteness",
|
||||
"femaleness",
|
||||
"girlishness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"machismo",
|
||||
"macho",
|
||||
"manhood",
|
||||
"manliness",
|
||||
"masculinity",
|
||||
"virility",
|
||||
"maleness",
|
||||
"boyishness",
|
||||
"mannishness",
|
||||
"tomboyishness"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -461,5 +461,530 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"ephemerae":{
|
||||
"things that are important or useful for only a short time; items that were not meant to have lasting value \u2014 usually plural":{
|
||||
"examples":[
|
||||
"He has a large collection of old menus and other ephemera ."
|
||||
],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"epitomizing":{
|
||||
"to make into a short statement of the main points (as of a report)":{
|
||||
"examples":[
|
||||
"his personal code of behavior on the playing field is epitomized by his favorite saying, \"It's not whether you win or lose, it's how you play the game\""
|
||||
],
|
||||
"synonyms":[
|
||||
"abstracting",
|
||||
"boiling down",
|
||||
"briefing",
|
||||
"digesting",
|
||||
"encapsulating",
|
||||
"outlining",
|
||||
"recapitulating",
|
||||
"recapping",
|
||||
"reprising",
|
||||
"summarizing",
|
||||
"summing up",
|
||||
"synopsizing",
|
||||
"wrapping up"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abridging",
|
||||
"condensing",
|
||||
"curtailing",
|
||||
"cutting back",
|
||||
"shortening",
|
||||
"downsizing",
|
||||
"shrinking",
|
||||
"concentrating",
|
||||
"consolidating",
|
||||
"decocting",
|
||||
"essentializing",
|
||||
"simplifying",
|
||||
"streamlining"
|
||||
],
|
||||
"near antonyms":[
|
||||
"elongating",
|
||||
"extending",
|
||||
"lengthening",
|
||||
"prolonging",
|
||||
"protracting",
|
||||
"amplifying",
|
||||
"elaborating (on or upon)",
|
||||
"enlarging (on or upon)",
|
||||
"expanding",
|
||||
"supplementing"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to represent in visible form":{
|
||||
"examples":[
|
||||
"the Parthenon in Athens epitomizes the ancient Greek ideal of architectural beauty"
|
||||
],
|
||||
"synonyms":[
|
||||
"bodying",
|
||||
"embodying",
|
||||
"expressing",
|
||||
"externalizing",
|
||||
"incarnating",
|
||||
"incorporating",
|
||||
"instantiating",
|
||||
"manifesting",
|
||||
"materializing",
|
||||
"personalizing",
|
||||
"personifying",
|
||||
"substantiating"
|
||||
],
|
||||
"near synonyms":[
|
||||
"actualizing",
|
||||
"concretizing",
|
||||
"realizing",
|
||||
"exemplifying",
|
||||
"illustrating",
|
||||
"imaging",
|
||||
"objectifying",
|
||||
"symbolizing",
|
||||
"typifying"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"epitome":{
|
||||
"a short statement of the main points":{
|
||||
"examples":[
|
||||
"the golden rule is often cited as the epitome of moral conduct: \"Do unto others as you would have them do unto you\""
|
||||
],
|
||||
"synonyms":[
|
||||
"abstract",
|
||||
"breviary",
|
||||
"brief",
|
||||
"capsule",
|
||||
"conspectus",
|
||||
"digest",
|
||||
"encapsulation",
|
||||
"inventory",
|
||||
"outline",
|
||||
"pr\u00e9cis",
|
||||
"recap",
|
||||
"recapitulation",
|
||||
"r\u00e9sum\u00e9",
|
||||
"resume",
|
||||
"resum\u00e9",
|
||||
"roundup",
|
||||
"run-through",
|
||||
"rundown",
|
||||
"sum",
|
||||
"sum-up",
|
||||
"summa",
|
||||
"summarization",
|
||||
"summary",
|
||||
"summing-up",
|
||||
"synopsis",
|
||||
"wrap-up"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abbreviation",
|
||||
"abridgment",
|
||||
"abridgement",
|
||||
"compend",
|
||||
"compendium",
|
||||
"condensation",
|
||||
"curtailment",
|
||||
"shortening",
|
||||
"simplification",
|
||||
"streamlining",
|
||||
"rehash",
|
||||
"reprise",
|
||||
"conclusion",
|
||||
"epilogue",
|
||||
"epilog"
|
||||
],
|
||||
"near antonyms":[
|
||||
"amplification",
|
||||
"enlargement",
|
||||
"expansion",
|
||||
"addendum",
|
||||
"supplement"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"a visible representation of something abstract (as a quality)":{
|
||||
"examples":[
|
||||
"the prestigious prep school prides itself on being widely regarded as the epitome of tradition and old-fashioned values",
|
||||
"in his finely tailored suit, he was the very epitome of style and sophistication"
|
||||
],
|
||||
"synonyms":[
|
||||
"abstract",
|
||||
"avatar",
|
||||
"embodier",
|
||||
"embodiment",
|
||||
"externalization",
|
||||
"genius",
|
||||
"icon",
|
||||
"ikon",
|
||||
"image",
|
||||
"incarnation",
|
||||
"incorporation",
|
||||
"instantiation",
|
||||
"manifestation",
|
||||
"objectification",
|
||||
"personification",
|
||||
"personifier"
|
||||
],
|
||||
"near synonyms":[
|
||||
"actualization",
|
||||
"concretization",
|
||||
"exemplification",
|
||||
"personalization",
|
||||
"realization",
|
||||
"substantiation",
|
||||
"essence",
|
||||
"quintessence",
|
||||
"soul",
|
||||
"archetype",
|
||||
"exemplar",
|
||||
"model",
|
||||
"paradigm",
|
||||
"pattern",
|
||||
"reincarnation"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the most perfect type or example":{
|
||||
"examples":[
|
||||
"Mahatma Gandhi is often cited as the epitome of resolute reformer who uses nonviolence to bring about social and political change"
|
||||
],
|
||||
"synonyms":[
|
||||
"acme",
|
||||
"apotheosis",
|
||||
"beau ideal",
|
||||
"byword",
|
||||
"classic",
|
||||
"exemplar",
|
||||
"ideal",
|
||||
"perfection",
|
||||
"quintessence"
|
||||
],
|
||||
"near synonyms":[
|
||||
"archetype",
|
||||
"model",
|
||||
"prototype",
|
||||
"paradigm",
|
||||
"standard",
|
||||
"nonpareil",
|
||||
"paragon",
|
||||
"abstract",
|
||||
"avatar",
|
||||
"embodier",
|
||||
"embodiment",
|
||||
"incarnation",
|
||||
"incorporation",
|
||||
"manifestation",
|
||||
"personification",
|
||||
"height",
|
||||
"last word",
|
||||
"meridian",
|
||||
"ultimate",
|
||||
"zenith",
|
||||
"benchmark",
|
||||
"criterion",
|
||||
"touchstone",
|
||||
"yardstick"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"epigrammatic":{
|
||||
"marked by the use of few words to convey much information or meaning":{
|
||||
"examples":[
|
||||
"Oscar Wilde's epigrammatic observation, \"In America the young are always ready to give to those who are older than themselves the full benefits of their inexperience\""
|
||||
],
|
||||
"synonyms":[
|
||||
"aphoristic",
|
||||
"apothegmatic",
|
||||
"brief",
|
||||
"capsule",
|
||||
"compact",
|
||||
"compendious",
|
||||
"concise",
|
||||
"crisp",
|
||||
"curt",
|
||||
"elliptical",
|
||||
"elliptic",
|
||||
"laconic",
|
||||
"monosyllabic",
|
||||
"pithy",
|
||||
"sententious",
|
||||
"succinct",
|
||||
"summary",
|
||||
"telegraphic",
|
||||
"terse",
|
||||
"thumbnail"
|
||||
],
|
||||
"near synonyms":[
|
||||
"abrupt",
|
||||
"blunt",
|
||||
"brusque",
|
||||
"brusk",
|
||||
"short",
|
||||
"snippety",
|
||||
"snippy",
|
||||
"abbreviated",
|
||||
"abridged",
|
||||
"condensed",
|
||||
"curtailed",
|
||||
"shortened",
|
||||
"meaty",
|
||||
"substantial",
|
||||
"meaningful",
|
||||
"significant",
|
||||
"well-turned"
|
||||
],
|
||||
"near antonyms":[
|
||||
"pleonastic",
|
||||
"redundant",
|
||||
"repetitious",
|
||||
"tautological",
|
||||
"tautologous",
|
||||
"enlarged",
|
||||
"expanded",
|
||||
"supplemented",
|
||||
"embellished",
|
||||
"embroidered",
|
||||
"exaggerated",
|
||||
"inflated"
|
||||
],
|
||||
"antonyms":[
|
||||
"circuitous",
|
||||
"circumlocutory",
|
||||
"diffuse",
|
||||
"long-winded",
|
||||
"prolix",
|
||||
"rambling",
|
||||
"verbose",
|
||||
"windy",
|
||||
"wordy"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"episodic":{
|
||||
"appearing in parts or numbers that follow regularly":{
|
||||
"examples":[
|
||||
"the long novel was filmed for television as an episodic movie that was shown over the course of five evenings"
|
||||
],
|
||||
"synonyms":[
|
||||
"periodical",
|
||||
"serial",
|
||||
"serialized"
|
||||
],
|
||||
"near synonyms":[
|
||||
"sequential",
|
||||
"successive",
|
||||
"periodic",
|
||||
"recurrent",
|
||||
"recurring",
|
||||
"regular"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"lacking in steadiness or regularity of occurrence":{
|
||||
"examples":[
|
||||
"malaria is characterized by episodic attacks of chills and fever that coincide with mass destruction of blood cells"
|
||||
],
|
||||
"synonyms":[
|
||||
"aperiodic",
|
||||
"casual",
|
||||
"catchy",
|
||||
"choppy",
|
||||
"discontinuous",
|
||||
"erratic",
|
||||
"fitful",
|
||||
"intermittent",
|
||||
"irregular",
|
||||
"occasional",
|
||||
"spasmodic",
|
||||
"spastic",
|
||||
"sporadic",
|
||||
"spotty",
|
||||
"unsteady"
|
||||
],
|
||||
"near synonyms":[
|
||||
"convulsive",
|
||||
"sudden",
|
||||
"violent",
|
||||
"broken",
|
||||
"disconnected",
|
||||
"fragmentary",
|
||||
"interrupted",
|
||||
"aimless",
|
||||
"arbitrary",
|
||||
"desultory",
|
||||
"haphazard",
|
||||
"hit-and-miss",
|
||||
"hit-or-miss",
|
||||
"odd",
|
||||
"random",
|
||||
"scattered",
|
||||
"slapdash",
|
||||
"stray",
|
||||
"capricious",
|
||||
"changeful",
|
||||
"changing",
|
||||
"flickery",
|
||||
"fluctuating",
|
||||
"fluid",
|
||||
"inconstant",
|
||||
"mercurial",
|
||||
"mutable",
|
||||
"temperamental",
|
||||
"uncertain",
|
||||
"unpredictable",
|
||||
"unsettled",
|
||||
"unstable",
|
||||
"varying",
|
||||
"wavering",
|
||||
"changeable",
|
||||
"fickle",
|
||||
"variable",
|
||||
"volatile"
|
||||
],
|
||||
"near antonyms":[
|
||||
"changeless",
|
||||
"equable",
|
||||
"even",
|
||||
"stable",
|
||||
"stationary",
|
||||
"uniform",
|
||||
"unchanging",
|
||||
"unvarying",
|
||||
"unwavering",
|
||||
"methodical",
|
||||
"methodic",
|
||||
"orderly",
|
||||
"systematic",
|
||||
"unrelenting",
|
||||
"unremitting"
|
||||
],
|
||||
"antonyms":[
|
||||
"constant",
|
||||
"continuous",
|
||||
"habitual",
|
||||
"periodic",
|
||||
"regular",
|
||||
"repeated",
|
||||
"steady"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"epilogues":{
|
||||
"a final section or speech after the main part of a book, play, or musical composition \u2014 sometimes used figuratively":{
|
||||
"examples":[
|
||||
"The main character's death was alluded to in the epilogue .",
|
||||
"His final years were a peaceful epilogue to a life of adventure."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"follow-ups",
|
||||
"sequels",
|
||||
"cappers",
|
||||
"closes",
|
||||
"closings",
|
||||
"conclusions",
|
||||
"consummations",
|
||||
"endgames",
|
||||
"endings",
|
||||
"ends",
|
||||
"finales",
|
||||
"finises",
|
||||
"finishes",
|
||||
"grand finales",
|
||||
"homestretches",
|
||||
"mop-ups",
|
||||
"windups",
|
||||
"wrap-ups",
|
||||
"afterwords",
|
||||
"appendixes",
|
||||
"appendices",
|
||||
"codicils",
|
||||
"excursuses",
|
||||
"excursus",
|
||||
"supplements",
|
||||
"aftermaths",
|
||||
"anticlimaxes",
|
||||
"codas",
|
||||
"postludes",
|
||||
"postscripts",
|
||||
"acmes",
|
||||
"apexes",
|
||||
"apices",
|
||||
"capstones",
|
||||
"climaxes",
|
||||
"copestones",
|
||||
"coups de gr\u00e2ce",
|
||||
"coups de grace",
|
||||
"crescendos",
|
||||
"crescendoes",
|
||||
"crescendi",
|
||||
"crowns",
|
||||
"culminations",
|
||||
"high-water marks",
|
||||
"meridians",
|
||||
"peaks",
|
||||
"pinnacles",
|
||||
"summits",
|
||||
"tip-tops",
|
||||
"tops",
|
||||
"zeniths",
|
||||
"shanks",
|
||||
"tag ends",
|
||||
"tail ends"
|
||||
],
|
||||
"near antonyms":[
|
||||
"forewords",
|
||||
"introductions",
|
||||
"overtures",
|
||||
"preambles",
|
||||
"prefaces",
|
||||
"preludes",
|
||||
"prologues",
|
||||
"prologs",
|
||||
"baselines",
|
||||
"beginnings",
|
||||
"dawns",
|
||||
"day ones",
|
||||
"nascences",
|
||||
"nascencies",
|
||||
"openings",
|
||||
"starts"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -1072,5 +1072,429 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"equal":{
|
||||
"marked by justice, honesty, and freedom from bias":{
|
||||
"examples":[
|
||||
"the basic belief that everyone is entitled to equal opportunity in employment"
|
||||
],
|
||||
"synonyms":[
|
||||
"candid",
|
||||
"disinterested",
|
||||
"dispassionate",
|
||||
"equitable",
|
||||
"evenhanded",
|
||||
"fair",
|
||||
"impartial",
|
||||
"indifferent",
|
||||
"just",
|
||||
"nonpartisan",
|
||||
"objective",
|
||||
"square",
|
||||
"unbiased",
|
||||
"unprejudiced"
|
||||
],
|
||||
"related":[
|
||||
"frank",
|
||||
"forthright",
|
||||
"open",
|
||||
"straight",
|
||||
"straightforward",
|
||||
"balanced",
|
||||
"rational",
|
||||
"reasonable"
|
||||
],
|
||||
"near antonyms":[
|
||||
"deceitful",
|
||||
"deceptive",
|
||||
"dishonest",
|
||||
"arbitrary",
|
||||
"unconscionable",
|
||||
"unreasonable",
|
||||
"jaundiced",
|
||||
"unfriendly",
|
||||
"unsympathetic",
|
||||
"colored",
|
||||
"distorted",
|
||||
"warped"
|
||||
],
|
||||
"antonyms":[
|
||||
"biased",
|
||||
"ex parte",
|
||||
"inequitable",
|
||||
"nonobjective",
|
||||
"one-sided",
|
||||
"partial",
|
||||
"parti pris",
|
||||
"partisan",
|
||||
"prejudiced",
|
||||
"unjust"
|
||||
]
|
||||
},
|
||||
"resembling another in every respect":{
|
||||
"examples":[
|
||||
"as far as I can see, except for the high price, the store-brand jacket is equal to the jacket with the designer label"
|
||||
],
|
||||
"synonyms":[
|
||||
"coequal",
|
||||
"duplicate",
|
||||
"even",
|
||||
"identical",
|
||||
"indistinguishable",
|
||||
"same"
|
||||
],
|
||||
"related":[
|
||||
"akin",
|
||||
"alike",
|
||||
"analogous",
|
||||
"comparable",
|
||||
"coordinate",
|
||||
"correspondent",
|
||||
"corresponding",
|
||||
"equivalent",
|
||||
"like",
|
||||
"look-alike",
|
||||
"matching",
|
||||
"parallel",
|
||||
"similar",
|
||||
"such",
|
||||
"suchlike",
|
||||
"synonymous",
|
||||
"tantamount"
|
||||
],
|
||||
"near antonyms":[
|
||||
"differentiable",
|
||||
"discriminable",
|
||||
"divers",
|
||||
"miscellaneous",
|
||||
"sundry",
|
||||
"varied",
|
||||
"various"
|
||||
],
|
||||
"antonyms":[
|
||||
"different",
|
||||
"disparate",
|
||||
"dissimilar",
|
||||
"distant",
|
||||
"distinct",
|
||||
"distinctive",
|
||||
"distinguishable",
|
||||
"diverse",
|
||||
"nonidentical",
|
||||
"other",
|
||||
"unalike",
|
||||
"unlike"
|
||||
]
|
||||
},
|
||||
"having the required skills for an acceptable level of performance":{
|
||||
"examples":[
|
||||
"looking for someone equal to the challenge of running a large state university"
|
||||
],
|
||||
"synonyms":[
|
||||
"able",
|
||||
"capable",
|
||||
"competent",
|
||||
"fit",
|
||||
"good",
|
||||
"qualified",
|
||||
"suitable"
|
||||
],
|
||||
"related":[
|
||||
"accomplished",
|
||||
"ace",
|
||||
"adept",
|
||||
"experienced",
|
||||
"expert",
|
||||
"master",
|
||||
"masterful",
|
||||
"masterly",
|
||||
"practiced",
|
||||
"practised",
|
||||
"proficient",
|
||||
"seasoned",
|
||||
"skilled",
|
||||
"skillful",
|
||||
"veteran",
|
||||
"overqualified",
|
||||
"prepared",
|
||||
"schooled",
|
||||
"trained",
|
||||
"apt",
|
||||
"ready",
|
||||
"willing",
|
||||
"all-around",
|
||||
"all-round",
|
||||
"protean",
|
||||
"versatile"
|
||||
],
|
||||
"near antonyms":[
|
||||
"inexperienced",
|
||||
"inexpert",
|
||||
"unseasoned",
|
||||
"unskilled",
|
||||
"unskillful",
|
||||
"unprepared",
|
||||
"unschooled",
|
||||
"untrained",
|
||||
"beginning",
|
||||
"green",
|
||||
"new",
|
||||
"raw",
|
||||
"untested",
|
||||
"untried"
|
||||
],
|
||||
"antonyms":[
|
||||
"incompetent",
|
||||
"inept",
|
||||
"poor",
|
||||
"unfit",
|
||||
"unfitted",
|
||||
"unqualified"
|
||||
]
|
||||
},
|
||||
"free from emotional or mental agitation":{
|
||||
"examples":[
|
||||
"he proceeded, in an equal tone, to recount the terrible events of the day"
|
||||
],
|
||||
"synonyms":[
|
||||
"calm",
|
||||
"collected",
|
||||
"composed",
|
||||
"cool",
|
||||
"coolheaded",
|
||||
"level",
|
||||
"limpid",
|
||||
"peaceful",
|
||||
"placid",
|
||||
"possessed",
|
||||
"recollected",
|
||||
"sedate",
|
||||
"self-composed",
|
||||
"self-possessed",
|
||||
"serene",
|
||||
"smooth",
|
||||
"together",
|
||||
"tranquil",
|
||||
"undisturbed",
|
||||
"unperturbed",
|
||||
"unruffled",
|
||||
"unshaken",
|
||||
"untroubled",
|
||||
"unworried"
|
||||
],
|
||||
"related":[
|
||||
"even",
|
||||
"even-keeled",
|
||||
"steady",
|
||||
"well-adjusted",
|
||||
"well-balanced",
|
||||
"imperturbable",
|
||||
"nerveless",
|
||||
"unflappable",
|
||||
"unshakable",
|
||||
"centered",
|
||||
"disciplined",
|
||||
"equable",
|
||||
"self-contained",
|
||||
"self-controlled",
|
||||
"affable",
|
||||
"breezy",
|
||||
"devil-may-care",
|
||||
"easygoing",
|
||||
"happy-go-lucky",
|
||||
"laid-back",
|
||||
"loosey-goosey",
|
||||
"mellow",
|
||||
"carefree",
|
||||
"nonchalant",
|
||||
"unconcerned",
|
||||
"assured",
|
||||
"confident",
|
||||
"self-assured",
|
||||
"aloof",
|
||||
"detached",
|
||||
"dispassionate",
|
||||
"indifferent",
|
||||
"bovine",
|
||||
"impassive",
|
||||
"phlegmatic",
|
||||
"sober",
|
||||
"stolid",
|
||||
"relaxed",
|
||||
"relieved",
|
||||
"tranquilized",
|
||||
"tranquillized"
|
||||
],
|
||||
"near antonyms":[
|
||||
"anxious",
|
||||
"bothered",
|
||||
"distressed",
|
||||
"uneasy",
|
||||
"unquiet",
|
||||
"unsettled",
|
||||
"worried",
|
||||
"jittery",
|
||||
"jumpy",
|
||||
"nervous",
|
||||
"restless",
|
||||
"skittish",
|
||||
"tense",
|
||||
"high-strung",
|
||||
"unstable",
|
||||
"uptight"
|
||||
],
|
||||
"antonyms":[
|
||||
"agitated",
|
||||
"discomposed",
|
||||
"disturbed",
|
||||
"flustered",
|
||||
"perturbed",
|
||||
"unglued",
|
||||
"unhinged",
|
||||
"unstrung",
|
||||
"upset"
|
||||
]
|
||||
},
|
||||
"one that is equal to another in status, achievement, or value":{
|
||||
"examples":[
|
||||
"a basketball player who truly has no equal in his sport"
|
||||
],
|
||||
"synonyms":[
|
||||
"coequal",
|
||||
"compeer",
|
||||
"coordinate",
|
||||
"counterpart",
|
||||
"equivalent",
|
||||
"fellow",
|
||||
"like",
|
||||
"match",
|
||||
"parallel",
|
||||
"peer",
|
||||
"rival"
|
||||
],
|
||||
"related":[
|
||||
"analogue",
|
||||
"analog",
|
||||
"double",
|
||||
"half",
|
||||
"mate",
|
||||
"twin",
|
||||
"associate",
|
||||
"colleague",
|
||||
"companion",
|
||||
"copartner",
|
||||
"partner",
|
||||
"competitor"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to produce something equal to (as in quality or value)":{
|
||||
"examples":[
|
||||
"no one has equaled Shakespeare's plays"
|
||||
],
|
||||
"synonyms":[
|
||||
"match",
|
||||
"meet",
|
||||
"tie"
|
||||
],
|
||||
"related":[
|
||||
"beat",
|
||||
"better",
|
||||
"eclipse",
|
||||
"excel",
|
||||
"outdistance",
|
||||
"outdo",
|
||||
"outshine",
|
||||
"outstrip",
|
||||
"overtop",
|
||||
"surpass",
|
||||
"top",
|
||||
"transcend",
|
||||
"amount (to)",
|
||||
"approach",
|
||||
"touch",
|
||||
"approximate",
|
||||
"keep up",
|
||||
"measure up (to)",
|
||||
"parallel",
|
||||
"rival",
|
||||
"stack up (against or with)"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to be the same in meaning or effect":{
|
||||
"examples":[
|
||||
"being confined to home for a whole weekend would equal a death sentence in the minds of a lot of teens"
|
||||
],
|
||||
"synonyms":[
|
||||
"add up (to)",
|
||||
"amount (to)",
|
||||
"come (to)",
|
||||
"correspond (to)",
|
||||
"emulate"
|
||||
],
|
||||
"related":[
|
||||
"approach",
|
||||
"match",
|
||||
"measure (up)",
|
||||
"meet",
|
||||
"rival",
|
||||
"touch",
|
||||
"connote",
|
||||
"denote",
|
||||
"express",
|
||||
"import",
|
||||
"mean",
|
||||
"signify",
|
||||
"smack (of)",
|
||||
"spell",
|
||||
"suggest"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to be the exact counterpart of":{
|
||||
"examples":[
|
||||
"in the British system a public school equals an American prep school"
|
||||
],
|
||||
"synonyms":[
|
||||
"correspond (to)",
|
||||
"match",
|
||||
"parallel"
|
||||
],
|
||||
"related":[
|
||||
"blend (with)",
|
||||
"conform (to)",
|
||||
"coordinate (with)",
|
||||
"go (with)",
|
||||
"harmonize (with)",
|
||||
"complement",
|
||||
"supplement",
|
||||
"counterbalance",
|
||||
"counterpoise",
|
||||
"echo",
|
||||
"image",
|
||||
"mirror",
|
||||
"repeat",
|
||||
"add up (to)",
|
||||
"amount (to)",
|
||||
"approach",
|
||||
"come (to)",
|
||||
"near",
|
||||
"measure (up)",
|
||||
"partake (of)",
|
||||
"rival",
|
||||
"suggest"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -733,5 +733,90 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"erupts":{
|
||||
"to violently throw out or off (something from within)":{
|
||||
"examples":[
|
||||
"the volcano erupted clouds of poisonous gas and tons of hot ash"
|
||||
],
|
||||
"synonyms":[
|
||||
"belches",
|
||||
"disgorges",
|
||||
"ejects",
|
||||
"eructs",
|
||||
"expels",
|
||||
"jets",
|
||||
"spews",
|
||||
"spouts",
|
||||
"spurts"
|
||||
],
|
||||
"near synonyms":[
|
||||
"gushes",
|
||||
"pours",
|
||||
"squirts",
|
||||
"streams",
|
||||
"surges",
|
||||
"emanates",
|
||||
"exhales",
|
||||
"issues",
|
||||
"releases",
|
||||
"shoots",
|
||||
"spits",
|
||||
"springs",
|
||||
"vents",
|
||||
"discharges",
|
||||
"emits",
|
||||
"fires",
|
||||
"casts",
|
||||
"flings",
|
||||
"heaves",
|
||||
"hurls",
|
||||
"launches",
|
||||
"pitches",
|
||||
"tosses"
|
||||
],
|
||||
"near antonyms":[
|
||||
"bottles (up)",
|
||||
"contains",
|
||||
"restrains",
|
||||
"shuts (in or up)"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to develop suddenly and violently":{
|
||||
"examples":[
|
||||
"a fire erupted , and flames soon engulfed the room"
|
||||
],
|
||||
"synonyms":[
|
||||
"blazes (up)",
|
||||
"breaks out",
|
||||
"bursts (forth)",
|
||||
"explodes",
|
||||
"flames",
|
||||
"flares (up)"
|
||||
],
|
||||
"near synonyms":[
|
||||
"rockets",
|
||||
"skyrockets",
|
||||
"balloons",
|
||||
"burgeons",
|
||||
"bourgeons",
|
||||
"mounts",
|
||||
"multiplies",
|
||||
"mushrooms",
|
||||
"proliferates",
|
||||
"snowballs",
|
||||
"swells",
|
||||
"waxes",
|
||||
"blows up",
|
||||
"detonates",
|
||||
"touches off"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
@ -2446,5 +2446,429 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"estrangement":{
|
||||
"the loss of friendship or affection":{
|
||||
"examples":[
|
||||
"a silly quarrel that eventually resulted in a complete and lasting estrangement between the onetime friends"
|
||||
],
|
||||
"synonyms":[
|
||||
"alienation",
|
||||
"disaffection",
|
||||
"disgruntlement",
|
||||
"souring"
|
||||
],
|
||||
"near synonyms":[
|
||||
"antagonism",
|
||||
"embitterment",
|
||||
"envenoming",
|
||||
"breach",
|
||||
"breakup",
|
||||
"divorce",
|
||||
"rift",
|
||||
"rupture",
|
||||
"schism",
|
||||
"separation",
|
||||
"split",
|
||||
"animosity",
|
||||
"antagonism",
|
||||
"antipathy",
|
||||
"bitterness",
|
||||
"hostility",
|
||||
"jaundice",
|
||||
"rancor",
|
||||
"aggravation",
|
||||
"furor",
|
||||
"fury",
|
||||
"incensing",
|
||||
"indignation",
|
||||
"infuriation",
|
||||
"ire",
|
||||
"outrage",
|
||||
"rage",
|
||||
"spleen",
|
||||
"wrath",
|
||||
"disenchantment",
|
||||
"disillusionment"
|
||||
],
|
||||
"near antonyms":[
|
||||
"endearment",
|
||||
"ingratiation",
|
||||
"appeasement",
|
||||
"conciliation",
|
||||
"mollification",
|
||||
"pacification",
|
||||
"propitiation"
|
||||
],
|
||||
"antonyms":[
|
||||
"reconcilement",
|
||||
"reconciliation"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"essentialized":{
|
||||
"as in decocted":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"decocted",
|
||||
"concentrated",
|
||||
"consolidated",
|
||||
"simplified",
|
||||
"streamlined",
|
||||
"downsized",
|
||||
"shrank",
|
||||
"shrunk",
|
||||
"abridged",
|
||||
"condensed",
|
||||
"curtailed",
|
||||
"cut back",
|
||||
"shortened",
|
||||
"abstracted",
|
||||
"boiled down",
|
||||
"briefed",
|
||||
"digested",
|
||||
"encapsulated",
|
||||
"epitomized",
|
||||
"outlined",
|
||||
"recapitulated",
|
||||
"recapped",
|
||||
"reprised",
|
||||
"summarized",
|
||||
"summed up",
|
||||
"synopsized",
|
||||
"wrapped up"
|
||||
],
|
||||
"near antonyms":[
|
||||
"elongated",
|
||||
"extended",
|
||||
"lengthened",
|
||||
"prolonged",
|
||||
"protracted",
|
||||
"amplified",
|
||||
"elaborated (on or upon)",
|
||||
"enlarged (on or upon)",
|
||||
"expanded",
|
||||
"supplemented"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"esthetic":{
|
||||
"very pleasing to look at":{
|
||||
"examples":[
|
||||
"an aesthetic arrangement of the floral decorations"
|
||||
],
|
||||
"synonyms":[
|
||||
"attractive",
|
||||
"beauteous",
|
||||
"beautiful",
|
||||
"bonny",
|
||||
"bonnie",
|
||||
"comely",
|
||||
"cute",
|
||||
"drop-dead",
|
||||
"fair",
|
||||
"fetching",
|
||||
"good",
|
||||
"good-looking",
|
||||
"goodly",
|
||||
"gorgeous",
|
||||
"handsome",
|
||||
"knockout",
|
||||
"likely",
|
||||
"lovely",
|
||||
"lovesome",
|
||||
"pretty",
|
||||
"ravishing",
|
||||
"seemly",
|
||||
"sightly",
|
||||
"stunning",
|
||||
"taking",
|
||||
"well-favored"
|
||||
],
|
||||
"near synonyms":[
|
||||
"alluring",
|
||||
"appealing",
|
||||
"charming",
|
||||
"cunning",
|
||||
"delightful",
|
||||
"engaging",
|
||||
"fascinating",
|
||||
"glamorous",
|
||||
"glamourous",
|
||||
"prepossessing",
|
||||
"elegant",
|
||||
"exquisite",
|
||||
"glorious",
|
||||
"Junoesque",
|
||||
"magnificent",
|
||||
"resplendent",
|
||||
"splendid",
|
||||
"statuesque",
|
||||
"sublime",
|
||||
"superb",
|
||||
"flawless",
|
||||
"perfect",
|
||||
"radiant",
|
||||
"dainty",
|
||||
"delicate",
|
||||
"personable",
|
||||
"pleasant",
|
||||
"presentable",
|
||||
"chocolate-box",
|
||||
"prettyish",
|
||||
"desirable",
|
||||
"dishy",
|
||||
"dollish",
|
||||
"foxy",
|
||||
"hot",
|
||||
"luscious",
|
||||
"nubile",
|
||||
"pulchritudinous",
|
||||
"seductive",
|
||||
"sexy",
|
||||
"toothsome",
|
||||
"hunky",
|
||||
"studly",
|
||||
"arresting",
|
||||
"eye-catching",
|
||||
"flamboyant",
|
||||
"flashy",
|
||||
"glossy",
|
||||
"showstopping",
|
||||
"showy",
|
||||
"slick",
|
||||
"snazzy",
|
||||
"splashy",
|
||||
"striking",
|
||||
"zingy",
|
||||
"photogenic",
|
||||
"telegenic"
|
||||
],
|
||||
"near antonyms":[
|
||||
"abhorrent",
|
||||
"abominable",
|
||||
"bad",
|
||||
"disagreeable",
|
||||
"disgusting",
|
||||
"dreadful",
|
||||
"foul",
|
||||
"frightful",
|
||||
"ghastly",
|
||||
"horrible",
|
||||
"loathsome",
|
||||
"nasty",
|
||||
"nauseating",
|
||||
"objectionable",
|
||||
"offensive",
|
||||
"repellent",
|
||||
"repellant",
|
||||
"repugnant",
|
||||
"repulsive",
|
||||
"revolting",
|
||||
"shocking",
|
||||
"sickening",
|
||||
"terrible",
|
||||
"vile",
|
||||
"unappealing",
|
||||
"unappetizing",
|
||||
"unimposing",
|
||||
"unpleasant",
|
||||
"unprepossessing",
|
||||
"frumpish",
|
||||
"frumpy",
|
||||
"unbecoming",
|
||||
"unshapely"
|
||||
],
|
||||
"antonyms":[
|
||||
"grotesque",
|
||||
"hideous",
|
||||
"homely",
|
||||
"ill-favored",
|
||||
"plain",
|
||||
"ugly",
|
||||
"unaesthetic",
|
||||
"unattractive",
|
||||
"unbeautiful",
|
||||
"uncomely",
|
||||
"uncute",
|
||||
"unhandsome",
|
||||
"unlovely",
|
||||
"unpleasing",
|
||||
"unpretty",
|
||||
"unsightly"
|
||||
]
|
||||
},
|
||||
"as in sensibility , way":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"approach",
|
||||
"fashion",
|
||||
"form",
|
||||
"how",
|
||||
"manner",
|
||||
"method",
|
||||
"methodology",
|
||||
"recipe",
|
||||
"strategy",
|
||||
"style",
|
||||
"system",
|
||||
"tack",
|
||||
"tactics",
|
||||
"technique",
|
||||
"way",
|
||||
"angle",
|
||||
"attitude",
|
||||
"mind-set",
|
||||
"outlook",
|
||||
"perspective",
|
||||
"sensibility",
|
||||
"slant",
|
||||
"standpoint",
|
||||
"viewpoint",
|
||||
"belief",
|
||||
"conviction",
|
||||
"judgment",
|
||||
"judgement",
|
||||
"mind",
|
||||
"notion",
|
||||
"opinion",
|
||||
"persuasion",
|
||||
"view",
|
||||
"character",
|
||||
"identity",
|
||||
"individuality",
|
||||
"makeup",
|
||||
"mettle",
|
||||
"personality",
|
||||
"selfhood",
|
||||
"self-identity",
|
||||
"setup",
|
||||
"cheer",
|
||||
"frame",
|
||||
"habit",
|
||||
"humor",
|
||||
"inclination",
|
||||
"mode",
|
||||
"spirit",
|
||||
"emotion",
|
||||
"feeling",
|
||||
"heart",
|
||||
"passion",
|
||||
"sentiment",
|
||||
"disposition",
|
||||
"grain",
|
||||
"nature",
|
||||
"temper",
|
||||
"temperament",
|
||||
"expression",
|
||||
"tone",
|
||||
"vein",
|
||||
"strain"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective",
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"essence":{
|
||||
"the quality or qualities that make a thing what it is":{
|
||||
"examples":[
|
||||
"the belief that power ultimately rests with the people is the very essence of democracy"
|
||||
],
|
||||
"synonyms":[
|
||||
"being",
|
||||
"essentiality",
|
||||
"nature",
|
||||
"quiddity",
|
||||
"quintessence",
|
||||
"soul",
|
||||
"stuff",
|
||||
"substance"
|
||||
],
|
||||
"near synonyms":[
|
||||
"heart",
|
||||
"spirit",
|
||||
"alpha and omega",
|
||||
"center",
|
||||
"core",
|
||||
"keynote",
|
||||
"marrow",
|
||||
"pith",
|
||||
"seat",
|
||||
"embodiment",
|
||||
"epitome",
|
||||
"incarnation",
|
||||
"manifestation",
|
||||
"personification",
|
||||
"aspect",
|
||||
"attribute",
|
||||
"feature",
|
||||
"property",
|
||||
"gist",
|
||||
"kernel",
|
||||
"nub"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"the central part or aspect of something under consideration":{
|
||||
"examples":[
|
||||
"presented the essence of weeks of testimony in a 20-minute appeal to the jury"
|
||||
],
|
||||
"synonyms":[
|
||||
"bottom line",
|
||||
"bull's-eye",
|
||||
"centerpiece",
|
||||
"core",
|
||||
"crux",
|
||||
"gist",
|
||||
"heart",
|
||||
"kernel",
|
||||
"keynote",
|
||||
"meat",
|
||||
"meat and potatoes",
|
||||
"net",
|
||||
"nub",
|
||||
"nubbin",
|
||||
"nucleus",
|
||||
"pith",
|
||||
"pivot",
|
||||
"point",
|
||||
"root",
|
||||
"sum"
|
||||
],
|
||||
"near synonyms":[
|
||||
"course",
|
||||
"direction",
|
||||
"drift",
|
||||
"tenor",
|
||||
"body",
|
||||
"content",
|
||||
"substance",
|
||||
"hypothesis",
|
||||
"proposition",
|
||||
"purport",
|
||||
"subject",
|
||||
"theme",
|
||||
"thesis"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -308,5 +308,17 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"etagere":{
|
||||
"as in china closet , taboret":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -482,5 +482,192 @@
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"eulogiums":{
|
||||
"a formal expression of praise":{
|
||||
"examples":[
|
||||
"on the centennial of its completion, the building received the greatest possible eulogium : it remains a unique achievement in architectural design across the globe"
|
||||
],
|
||||
"synonyms":[
|
||||
"accolades",
|
||||
"citations",
|
||||
"commendations",
|
||||
"dithyrambs",
|
||||
"encomiums",
|
||||
"encomia",
|
||||
"eulogies",
|
||||
"homages",
|
||||
"hymns",
|
||||
"paeans",
|
||||
"panegyrics",
|
||||
"salutations",
|
||||
"tributes"
|
||||
],
|
||||
"related":[
|
||||
"awards",
|
||||
"decorations",
|
||||
"dedications",
|
||||
"honors",
|
||||
"prizes",
|
||||
"acclaim",
|
||||
"acclamations",
|
||||
"laudations",
|
||||
"applauses",
|
||||
"plaudits",
|
||||
"bravos",
|
||||
"bravoes",
|
||||
"hallelujahs",
|
||||
"kudos",
|
||||
"approvals",
|
||||
"cachets",
|
||||
"compliments",
|
||||
"recommendations"
|
||||
],
|
||||
"near antonyms":[
|
||||
"censures",
|
||||
"condemnations",
|
||||
"denunciations",
|
||||
"indictments",
|
||||
"rebukes",
|
||||
"reprimands",
|
||||
"reproofs",
|
||||
"admonitions",
|
||||
"corrections",
|
||||
"harangues",
|
||||
"lectures",
|
||||
"sermons"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"euthanize":{
|
||||
"as in put down":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"put down",
|
||||
"assassinate",
|
||||
"execute",
|
||||
"martyr",
|
||||
"terminate",
|
||||
"suicide",
|
||||
"annihilate",
|
||||
"blot out",
|
||||
"decimate",
|
||||
"kill off",
|
||||
"massacre",
|
||||
"mow",
|
||||
"slaughter",
|
||||
"smite",
|
||||
"bump off",
|
||||
"butcher",
|
||||
"cut down",
|
||||
"finish",
|
||||
"get",
|
||||
"ice",
|
||||
"knock off",
|
||||
"murder",
|
||||
"neutralize",
|
||||
"off",
|
||||
"put away",
|
||||
"rub out",
|
||||
"scrag",
|
||||
"snuff",
|
||||
"take out",
|
||||
"waste",
|
||||
"whack",
|
||||
"carry off",
|
||||
"claim",
|
||||
"croak",
|
||||
"destroy",
|
||||
"dispatch",
|
||||
"do in",
|
||||
"fell",
|
||||
"kill",
|
||||
"slay",
|
||||
"take"
|
||||
],
|
||||
"near antonyms":[
|
||||
"animate",
|
||||
"raise",
|
||||
"restore",
|
||||
"resurrect",
|
||||
"resuscitate",
|
||||
"revive",
|
||||
"nurture"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"euphorias":{
|
||||
"a state of overwhelming usually pleasurable emotion":{
|
||||
"examples":[
|
||||
"a general euphoria seemed to engulf the city following the World Series win"
|
||||
],
|
||||
"synonyms":[
|
||||
"cloud nine",
|
||||
"ecstasies",
|
||||
"elations",
|
||||
"exhilarations",
|
||||
"heavens",
|
||||
"highs",
|
||||
"intoxications",
|
||||
"paradises",
|
||||
"raptures",
|
||||
"rhapsodies",
|
||||
"seventh heaven",
|
||||
"swoons",
|
||||
"transports"
|
||||
],
|
||||
"near synonyms":[
|
||||
"exaltations",
|
||||
"blisses",
|
||||
"delights",
|
||||
"enchantments",
|
||||
"felicities",
|
||||
"joys",
|
||||
"pleasures",
|
||||
"reveries",
|
||||
"trances",
|
||||
"inspirations",
|
||||
"fervors",
|
||||
"frenzies",
|
||||
"passions",
|
||||
"cheers",
|
||||
"exuberances",
|
||||
"gaieties",
|
||||
"gayeties",
|
||||
"glees",
|
||||
"jubilances",
|
||||
"jubilations"
|
||||
],
|
||||
"near antonyms":[
|
||||
"miseries",
|
||||
"woes",
|
||||
"blues",
|
||||
"dejections",
|
||||
"desolations",
|
||||
"despairs",
|
||||
"despondencies",
|
||||
"disheartenments",
|
||||
"doldrums",
|
||||
"dumps",
|
||||
"glooms",
|
||||
"melancholies",
|
||||
"mopes"
|
||||
],
|
||||
"antonyms":[
|
||||
"depressions"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
@ -1029,5 +1029,556 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"evaluating":{
|
||||
"to make an approximate or tentative judgment regarding":{
|
||||
"examples":[
|
||||
"a trained assistant to evaluate the needs of the patients waiting to see the doctor"
|
||||
],
|
||||
"synonyms":[
|
||||
"appraising",
|
||||
"assessing",
|
||||
"estimating",
|
||||
"guesstimating",
|
||||
"rating",
|
||||
"setting",
|
||||
"valuating",
|
||||
"valuing"
|
||||
],
|
||||
"related":[
|
||||
"adjudging",
|
||||
"deeming",
|
||||
"judging",
|
||||
"ascertaining",
|
||||
"determining",
|
||||
"discovering",
|
||||
"learning",
|
||||
"pricing",
|
||||
"prizing",
|
||||
"deciding",
|
||||
"settling",
|
||||
"analyzing",
|
||||
"assaying",
|
||||
"surveying",
|
||||
"testing",
|
||||
"reappraising",
|
||||
"reassessing",
|
||||
"reevaluating",
|
||||
"re-evaluating",
|
||||
"rejudging",
|
||||
"revaluing",
|
||||
"transvaluating",
|
||||
"transvaluing",
|
||||
"misesteeming",
|
||||
"misjudging",
|
||||
"misprizing",
|
||||
"underestimating",
|
||||
"undervaluing"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"even-keeled":{
|
||||
"as in steady , even":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"even",
|
||||
"steady",
|
||||
"well-adjusted",
|
||||
"well-balanced",
|
||||
"calm",
|
||||
"collected",
|
||||
"composed",
|
||||
"cool",
|
||||
"coolheaded",
|
||||
"equal",
|
||||
"level",
|
||||
"limpid",
|
||||
"peaceful",
|
||||
"placid",
|
||||
"possessed",
|
||||
"recollected",
|
||||
"sedate",
|
||||
"self-composed",
|
||||
"self-possessed",
|
||||
"serene",
|
||||
"smooth",
|
||||
"together",
|
||||
"tranquil",
|
||||
"undisturbed",
|
||||
"unperturbed",
|
||||
"unruffled",
|
||||
"unshaken",
|
||||
"untroubled",
|
||||
"unworried",
|
||||
"imperturbable",
|
||||
"nerveless",
|
||||
"unflappable",
|
||||
"unshakable",
|
||||
"centered",
|
||||
"disciplined",
|
||||
"equable",
|
||||
"self-contained",
|
||||
"self-controlled",
|
||||
"affable",
|
||||
"breezy",
|
||||
"devil-may-care",
|
||||
"easygoing",
|
||||
"happy-go-lucky",
|
||||
"laid-back",
|
||||
"loosey-goosey",
|
||||
"mellow",
|
||||
"carefree",
|
||||
"nonchalant",
|
||||
"unconcerned",
|
||||
"assured",
|
||||
"confident",
|
||||
"self-assured"
|
||||
],
|
||||
"near antonyms":[
|
||||
"maladjusted",
|
||||
"unbalanced",
|
||||
"agitated",
|
||||
"discomposed",
|
||||
"disturbed",
|
||||
"flustered",
|
||||
"perturbed",
|
||||
"unglued",
|
||||
"unhinged",
|
||||
"unstrung",
|
||||
"upset",
|
||||
"anxious",
|
||||
"bothered",
|
||||
"distressed",
|
||||
"uneasy",
|
||||
"unquiet",
|
||||
"unsettled",
|
||||
"worried",
|
||||
"jittery",
|
||||
"jumpy",
|
||||
"nervous",
|
||||
"restless",
|
||||
"skittish",
|
||||
"tense",
|
||||
"high-strung",
|
||||
"unstable",
|
||||
"uptight"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"evict":{
|
||||
"to force (someone) to leave a place":{
|
||||
"examples":[
|
||||
"His landlord has threatened to evict him if he doesn't pay the rent soon.",
|
||||
"They were evicted from their apartment."
|
||||
],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"deforce",
|
||||
"deport",
|
||||
"displace",
|
||||
"dispossess",
|
||||
"exile",
|
||||
"expatriate",
|
||||
"ostracize",
|
||||
"read out",
|
||||
"shut out",
|
||||
"banish",
|
||||
"boot (out)",
|
||||
"bounce",
|
||||
"cast out",
|
||||
"chase",
|
||||
"dismiss",
|
||||
"drum (out)",
|
||||
"eject",
|
||||
"expel",
|
||||
"extrude",
|
||||
"kick out",
|
||||
"oust",
|
||||
"out",
|
||||
"rout",
|
||||
"run off",
|
||||
"throw out",
|
||||
"turf (out)",
|
||||
"turn out",
|
||||
"ax",
|
||||
"axe",
|
||||
"can",
|
||||
"cashier",
|
||||
"defenestrate",
|
||||
"discharge",
|
||||
"fire",
|
||||
"muster out",
|
||||
"pink-slip",
|
||||
"release",
|
||||
"remove",
|
||||
"retire",
|
||||
"sack",
|
||||
"terminate"
|
||||
],
|
||||
"near antonyms":[
|
||||
"accept",
|
||||
"admit",
|
||||
"receive",
|
||||
"take",
|
||||
"take in",
|
||||
"welcome",
|
||||
"entertain",
|
||||
"harbor",
|
||||
"house",
|
||||
"lodge",
|
||||
"shelter"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"evangelical":{
|
||||
"as in missionary":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"missionary",
|
||||
"clerical",
|
||||
"clerkly",
|
||||
"ministerial",
|
||||
"pastoral",
|
||||
"priestly",
|
||||
"sacerdotal",
|
||||
"apostolic",
|
||||
"canonical",
|
||||
"diaconal",
|
||||
"diocesan",
|
||||
"episcopal",
|
||||
"papal",
|
||||
"patriarchal",
|
||||
"pontifical",
|
||||
"churchly",
|
||||
"ecclesiastic",
|
||||
"ecclesiastical",
|
||||
"divine",
|
||||
"holy",
|
||||
"religious",
|
||||
"sacramental",
|
||||
"conventual",
|
||||
"mendicant",
|
||||
"monachal",
|
||||
"monastic",
|
||||
"caliphal",
|
||||
"rabbinic",
|
||||
"rabbinical"
|
||||
],
|
||||
"near antonyms":[
|
||||
"lay",
|
||||
"nonclerical",
|
||||
"secular",
|
||||
"temporal"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"evilness":{
|
||||
"the state or quality of being utterly evil":{
|
||||
"examples":[
|
||||
"the evilness of the crimes was considered by the judge in sentencing"
|
||||
],
|
||||
"synonyms":[
|
||||
"atrociousness",
|
||||
"atrocity",
|
||||
"badness",
|
||||
"depravedness",
|
||||
"depravity",
|
||||
"diabolicalness",
|
||||
"enormity",
|
||||
"heinousness",
|
||||
"hideousness",
|
||||
"monstrosity",
|
||||
"sinfulness",
|
||||
"vileness",
|
||||
"wickedness"
|
||||
],
|
||||
"near synonyms":[
|
||||
"accursedness",
|
||||
"baseness",
|
||||
"cursedness",
|
||||
"devilishness",
|
||||
"execrableness",
|
||||
"fiendishness",
|
||||
"hellishness",
|
||||
"corruption",
|
||||
"decadence",
|
||||
"degeneracy",
|
||||
"pervertedness",
|
||||
"immorality",
|
||||
"infamy",
|
||||
"notoriety"
|
||||
],
|
||||
"near antonyms":[
|
||||
"morality",
|
||||
"chasteness",
|
||||
"innocence",
|
||||
"purity"
|
||||
],
|
||||
"antonyms":[
|
||||
"goodness",
|
||||
"righteousness",
|
||||
"virtuousness"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"eventful":{
|
||||
"having great meaning or lasting effect":{
|
||||
"examples":[
|
||||
"the first moon landing was universally regarded as an eventful moment in human history"
|
||||
],
|
||||
"synonyms":[
|
||||
"big",
|
||||
"consequential",
|
||||
"earth-shattering",
|
||||
"earthshaking",
|
||||
"historic",
|
||||
"important",
|
||||
"major",
|
||||
"material",
|
||||
"meaningful",
|
||||
"momentous",
|
||||
"monumental",
|
||||
"much",
|
||||
"significant",
|
||||
"substantial",
|
||||
"tectonic",
|
||||
"weighty"
|
||||
],
|
||||
"near synonyms":[
|
||||
"decisive",
|
||||
"fatal",
|
||||
"fateful",
|
||||
"strategic",
|
||||
"earnest",
|
||||
"grave",
|
||||
"heavy",
|
||||
"serious",
|
||||
"sincere",
|
||||
"distinctive",
|
||||
"exceptional",
|
||||
"impressive",
|
||||
"outstanding",
|
||||
"prominent",
|
||||
"remarkable",
|
||||
"valuable",
|
||||
"worthwhile",
|
||||
"worthy",
|
||||
"distinguished",
|
||||
"eminent",
|
||||
"great",
|
||||
"illustrious",
|
||||
"noble",
|
||||
"notable",
|
||||
"noteworthy",
|
||||
"outstanding",
|
||||
"preeminent",
|
||||
"prestigious",
|
||||
"famous",
|
||||
"notorious",
|
||||
"renowned",
|
||||
"all-important",
|
||||
"central",
|
||||
"critical",
|
||||
"crucial",
|
||||
"essential",
|
||||
"key",
|
||||
"pivotal",
|
||||
"seminal",
|
||||
"vital"
|
||||
],
|
||||
"near antonyms":[
|
||||
"paltry",
|
||||
"petty",
|
||||
"worthless",
|
||||
"anonymous",
|
||||
"nameless",
|
||||
"obscure",
|
||||
"uncelebrated",
|
||||
"unknown"
|
||||
],
|
||||
"antonyms":[
|
||||
"inconsequential",
|
||||
"inconsiderable",
|
||||
"insignificant",
|
||||
"little",
|
||||
"minor",
|
||||
"negligible",
|
||||
"slight",
|
||||
"small",
|
||||
"trifling",
|
||||
"trivial",
|
||||
"unimportant"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"evaluators":{
|
||||
"as in judges , referees":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"appraisers",
|
||||
"judges",
|
||||
"referees",
|
||||
"analysts",
|
||||
"annotators",
|
||||
"columnists",
|
||||
"commentators",
|
||||
"observers",
|
||||
"critics",
|
||||
"pundits",
|
||||
"reviewers"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"evenings":{
|
||||
"the time from when the sun begins to set to the onset of total darkness":{
|
||||
"examples":[
|
||||
"in the evening a reddish glow often appears on the mountaintops"
|
||||
],
|
||||
"synonyms":[
|
||||
"crepuscules",
|
||||
"crepuscles",
|
||||
"dusks",
|
||||
"evenfalls",
|
||||
"eventides",
|
||||
"eves",
|
||||
"gloamings",
|
||||
"nightfalls",
|
||||
"nights",
|
||||
"sundowns",
|
||||
"sunsets",
|
||||
"twilights"
|
||||
],
|
||||
"near synonyms":[
|
||||
"darks",
|
||||
"nighttimes"
|
||||
],
|
||||
"near antonyms":[
|
||||
"days",
|
||||
"daytimes",
|
||||
"lights",
|
||||
"forenoons"
|
||||
],
|
||||
"antonyms":[
|
||||
"auroras",
|
||||
"aurorae",
|
||||
"cockcrows",
|
||||
"dawns",
|
||||
"daybreaks",
|
||||
"daylights",
|
||||
"mornings",
|
||||
"morns",
|
||||
"sunrises",
|
||||
"sunups"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"evens":{
|
||||
"to make free from breaks, curves, or bumps":{
|
||||
"examples":[
|
||||
"even the filling before adding the top layer of the cake"
|
||||
],
|
||||
"synonyms":[
|
||||
"flattens",
|
||||
"levels",
|
||||
"planes",
|
||||
"smoothens",
|
||||
"smooths",
|
||||
"smoothes"
|
||||
],
|
||||
"near synonyms":[
|
||||
"clips",
|
||||
"crops",
|
||||
"pares",
|
||||
"prunes",
|
||||
"shaves",
|
||||
"trims",
|
||||
"lays",
|
||||
"presses",
|
||||
"spreads",
|
||||
"cards",
|
||||
"combs",
|
||||
"rakes",
|
||||
"surfaces"
|
||||
],
|
||||
"near antonyms":[
|
||||
"coarsens",
|
||||
"rumples",
|
||||
"wrinkles",
|
||||
"bends",
|
||||
"kinks",
|
||||
"dents",
|
||||
"pits"
|
||||
],
|
||||
"antonyms":[
|
||||
"roughens",
|
||||
"roughs"
|
||||
]
|
||||
},
|
||||
"to make equal in amount, degree, or status":{
|
||||
"examples":[
|
||||
"the contention that producing more arms will even us with the enemy and therefore make us more secure"
|
||||
],
|
||||
"synonyms":[
|
||||
"balances",
|
||||
"equalizes",
|
||||
"equates",
|
||||
"levels"
|
||||
],
|
||||
"near synonyms":[
|
||||
"equilibrates",
|
||||
"equipoises",
|
||||
"accommodates",
|
||||
"adjusts",
|
||||
"compensates",
|
||||
"fits",
|
||||
"counterbalances",
|
||||
"homogenizes",
|
||||
"normalizes",
|
||||
"regularizes",
|
||||
"standardizes",
|
||||
"democratizes"
|
||||
],
|
||||
"near antonyms":[
|
||||
"disequilibrates"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -537,5 +537,46 @@
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
},
|
||||
"eyespot":{
|
||||
"a small area that is different (as in color) from the main part":{
|
||||
"examples":[
|
||||
"a tie having eyespots of blue on a light gray background"
|
||||
],
|
||||
"synonyms":[
|
||||
"blotch",
|
||||
"dapple",
|
||||
"dot",
|
||||
"fleck",
|
||||
"mottle",
|
||||
"patch",
|
||||
"pip",
|
||||
"point",
|
||||
"speck",
|
||||
"speckle",
|
||||
"splotch",
|
||||
"spot"
|
||||
],
|
||||
"near synonyms":[
|
||||
"birthmark",
|
||||
"freckle",
|
||||
"mole",
|
||||
"blob",
|
||||
"blot",
|
||||
"mark",
|
||||
"smear",
|
||||
"smudge",
|
||||
"smutch",
|
||||
"stain",
|
||||
"spatter",
|
||||
"splash",
|
||||
"polka dot"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -2584,64 +2584,9 @@
|
||||
},
|
||||
"fell away":{
|
||||
"to grow less in scope or intensity especially gradually":{
|
||||
"antonyms":[
|
||||
"accumulated",
|
||||
"ballooned",
|
||||
"built",
|
||||
"burgeoned",
|
||||
"bourgeoned",
|
||||
"enlarged",
|
||||
"escalated",
|
||||
"expanded",
|
||||
"grew",
|
||||
"increased",
|
||||
"intensified",
|
||||
"mounted",
|
||||
"mushroomed",
|
||||
"picked up",
|
||||
"rose",
|
||||
"snowballed",
|
||||
"soared",
|
||||
"swelled",
|
||||
"waxed"
|
||||
],
|
||||
"examples":[
|
||||
"as the years went by, the public's interest in the murder case fell away"
|
||||
],
|
||||
"near antonyms":[
|
||||
"appeared",
|
||||
"emerged",
|
||||
"showed up",
|
||||
"blew up",
|
||||
"distended",
|
||||
"elongated",
|
||||
"lengthened"
|
||||
],
|
||||
"related":[
|
||||
"compressed",
|
||||
"condensed",
|
||||
"constricted",
|
||||
"contracted",
|
||||
"evaporated",
|
||||
"faded (away)",
|
||||
"frittered (away)",
|
||||
"gave out",
|
||||
"melted (away)",
|
||||
"petered (out)",
|
||||
"tailed (off)",
|
||||
"vanished",
|
||||
"slackened",
|
||||
"slowed (down)",
|
||||
"alleviated",
|
||||
"relaxed",
|
||||
"flagged",
|
||||
"sank",
|
||||
"sunk",
|
||||
"weakened",
|
||||
"caved (in)",
|
||||
"collapsed",
|
||||
"deflated"
|
||||
],
|
||||
"synonyms":[
|
||||
"abated",
|
||||
"declined",
|
||||
@ -2672,6 +2617,61 @@
|
||||
"tapered",
|
||||
"tapered off",
|
||||
"waned"
|
||||
],
|
||||
"near synonyms":[
|
||||
"compressed",
|
||||
"condensed",
|
||||
"constricted",
|
||||
"contracted",
|
||||
"evaporated",
|
||||
"faded (away)",
|
||||
"frittered (away)",
|
||||
"gave out",
|
||||
"melted (away)",
|
||||
"petered (out)",
|
||||
"tailed (off)",
|
||||
"vanished",
|
||||
"slackened",
|
||||
"slowed (down)",
|
||||
"alleviated",
|
||||
"relaxed",
|
||||
"flagged",
|
||||
"sank",
|
||||
"sunk",
|
||||
"weakened",
|
||||
"caved (in)",
|
||||
"collapsed",
|
||||
"deflated"
|
||||
],
|
||||
"near antonyms":[
|
||||
"appeared",
|
||||
"emerged",
|
||||
"showed up",
|
||||
"blew up",
|
||||
"distended",
|
||||
"elongated",
|
||||
"lengthened"
|
||||
],
|
||||
"antonyms":[
|
||||
"accumulated",
|
||||
"ballooned",
|
||||
"built",
|
||||
"burgeoned",
|
||||
"bourgeoned",
|
||||
"enlarged",
|
||||
"escalated",
|
||||
"expanded",
|
||||
"grew",
|
||||
"increased",
|
||||
"intensified",
|
||||
"mounted",
|
||||
"mushroomed",
|
||||
"picked up",
|
||||
"rose",
|
||||
"snowballed",
|
||||
"soared",
|
||||
"swelled",
|
||||
"waxed"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
@ -5965,5 +5965,654 @@
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"fetishize":{
|
||||
"as in objectify , exemplify":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"related":[],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"feeling (out)":{
|
||||
"as in studying , experimenting (with)":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"checking (out)",
|
||||
"examining",
|
||||
"experimenting (with)",
|
||||
"exploring",
|
||||
"investigating",
|
||||
"researching",
|
||||
"studying",
|
||||
"sampling",
|
||||
"testing",
|
||||
"trying (out)",
|
||||
"resampling",
|
||||
"retesting"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"as in sounding (out)":{
|
||||
"examples":[],
|
||||
"synonyms":[],
|
||||
"near synonyms":[
|
||||
"sounding (out)",
|
||||
"interrogating",
|
||||
"questioning",
|
||||
"circularizing",
|
||||
"canvassing",
|
||||
"canvasing",
|
||||
"interviewing",
|
||||
"polling",
|
||||
"soliciting",
|
||||
"surveying"
|
||||
],
|
||||
"near antonyms":[
|
||||
"reporting"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"fecund":{
|
||||
"producing abundantly":{
|
||||
"examples":[
|
||||
"the Franklin stove, bifocals, and the lightning rod are just a few of the inventions that we owe to the fecund creativity of Benjamin Franklin"
|
||||
],
|
||||
"synonyms":[
|
||||
"cornucopian",
|
||||
"fat",
|
||||
"fertile",
|
||||
"fructuous",
|
||||
"fruitful",
|
||||
"lush",
|
||||
"luxuriant",
|
||||
"productive",
|
||||
"prolific",
|
||||
"rich"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bearing",
|
||||
"generative",
|
||||
"producing",
|
||||
"yielding",
|
||||
"abounding",
|
||||
"abundant",
|
||||
"bountiful",
|
||||
"copious",
|
||||
"generous",
|
||||
"liberal",
|
||||
"plenteous",
|
||||
"plentiful",
|
||||
"plenitudinous",
|
||||
"blooming",
|
||||
"bursting",
|
||||
"flourishing",
|
||||
"swarming",
|
||||
"teeming",
|
||||
"thriving",
|
||||
"creative",
|
||||
"inventive",
|
||||
"original"
|
||||
],
|
||||
"near antonyms":[
|
||||
"meager",
|
||||
"meagre",
|
||||
"scant",
|
||||
"scanty",
|
||||
"skimp",
|
||||
"skimpy",
|
||||
"spare",
|
||||
"sparse"
|
||||
],
|
||||
"antonyms":[
|
||||
"barren",
|
||||
"dead",
|
||||
"infertile",
|
||||
"sterile",
|
||||
"unfertile",
|
||||
"unfruitful",
|
||||
"unproductive"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"felled":{
|
||||
"to strike (someone) so forcefully as to cause a fall":{
|
||||
"examples":[
|
||||
"a champion boxer who was shockingly felled in the first round"
|
||||
],
|
||||
"synonyms":[
|
||||
"bowled (down or over)",
|
||||
"downed",
|
||||
"dropped",
|
||||
"floored",
|
||||
"knocked down",
|
||||
"knocked over",
|
||||
"leveled",
|
||||
"levelled",
|
||||
"mowed (down)",
|
||||
"prostrated"
|
||||
],
|
||||
"near synonyms":[
|
||||
"kayoed",
|
||||
"knocked out",
|
||||
"KO'd",
|
||||
"overthrew",
|
||||
"threw down",
|
||||
"toppled",
|
||||
"banged",
|
||||
"bashed",
|
||||
"belted",
|
||||
"bludgeoned",
|
||||
"clobbered",
|
||||
"hammered",
|
||||
"hit",
|
||||
"jabbed",
|
||||
"pasted",
|
||||
"poked",
|
||||
"pounded",
|
||||
"punched",
|
||||
"slammed",
|
||||
"slapped",
|
||||
"slogged",
|
||||
"slugged",
|
||||
"smacked",
|
||||
"smote",
|
||||
"socked",
|
||||
"swatted",
|
||||
"swiped",
|
||||
"thumped",
|
||||
"thwacked",
|
||||
"walloped",
|
||||
"whacked",
|
||||
"whaled"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to bring down by cutting":{
|
||||
"examples":[
|
||||
"the settlers began the daunting task of felling the mighty trees that blanketed the island"
|
||||
],
|
||||
"synonyms":[
|
||||
"chopped (down)",
|
||||
"cut (down)",
|
||||
"hewed",
|
||||
"mowed"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bulldozed",
|
||||
"demolished",
|
||||
"flattened",
|
||||
"leveled",
|
||||
"levelled",
|
||||
"razed",
|
||||
"tore down"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"to deprive of life":{
|
||||
"examples":[
|
||||
"the quest for a cure for malaria, the disease that felled so many during the digging of the Panama Canal"
|
||||
],
|
||||
"synonyms":[
|
||||
"carried off",
|
||||
"claimed",
|
||||
"croaked",
|
||||
"destroyed",
|
||||
"did in",
|
||||
"dispatched",
|
||||
"killed",
|
||||
"slew",
|
||||
"took"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bumped off",
|
||||
"butchered",
|
||||
"cut down",
|
||||
"finished",
|
||||
"got",
|
||||
"iced",
|
||||
"knocked off",
|
||||
"murdered",
|
||||
"neutralized",
|
||||
"offed",
|
||||
"put away",
|
||||
"rubbed out",
|
||||
"scragged",
|
||||
"snuffed",
|
||||
"took out",
|
||||
"wasted",
|
||||
"whacked",
|
||||
"annihilated",
|
||||
"blotted out",
|
||||
"decimated",
|
||||
"killed off",
|
||||
"massacred",
|
||||
"mowed",
|
||||
"slaughtered",
|
||||
"smote",
|
||||
"assassinated",
|
||||
"executed",
|
||||
"martyred",
|
||||
"terminated",
|
||||
"euthanized",
|
||||
"euthanatized",
|
||||
"put down",
|
||||
"suicided"
|
||||
],
|
||||
"near antonyms":[
|
||||
"raised",
|
||||
"restored",
|
||||
"resurrected",
|
||||
"resuscitated",
|
||||
"revived",
|
||||
"nurtured"
|
||||
],
|
||||
"antonyms":[
|
||||
"animated"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"featherlight":{
|
||||
"having little weight":{
|
||||
"examples":[
|
||||
"the company has designed a strong but featherlight fiber which it hopes to market to manufacturers of body armor"
|
||||
],
|
||||
"synonyms":[
|
||||
"feathery",
|
||||
"light",
|
||||
"lightweight",
|
||||
"underweight",
|
||||
"weightless"
|
||||
],
|
||||
"near synonyms":[
|
||||
"bantam",
|
||||
"diminutive",
|
||||
"little",
|
||||
"minute",
|
||||
"puny",
|
||||
"small",
|
||||
"smallish",
|
||||
"tiny",
|
||||
"undersized",
|
||||
"undersize",
|
||||
"wee",
|
||||
"flimsy",
|
||||
"fragile",
|
||||
"insubstantial",
|
||||
"petite",
|
||||
"slender",
|
||||
"slight",
|
||||
"slim",
|
||||
"thin"
|
||||
],
|
||||
"near antonyms":[
|
||||
"big",
|
||||
"considerable",
|
||||
"extensive",
|
||||
"goodly",
|
||||
"great",
|
||||
"handsome",
|
||||
"huge",
|
||||
"hulking",
|
||||
"jumbo",
|
||||
"king-size",
|
||||
"king-sized",
|
||||
"large",
|
||||
"largish",
|
||||
"massive",
|
||||
"overscale",
|
||||
"overscaled",
|
||||
"oversize",
|
||||
"oversized",
|
||||
"sizable",
|
||||
"sizeable",
|
||||
"substantial",
|
||||
"super",
|
||||
"voluminous",
|
||||
"whacking",
|
||||
"bulky",
|
||||
"cumbersome",
|
||||
"unwieldy"
|
||||
],
|
||||
"antonyms":[
|
||||
"heavy",
|
||||
"hefty",
|
||||
"leaden",
|
||||
"overweight",
|
||||
"ponderous",
|
||||
"weighty"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"fear":{
|
||||
"the emotion experienced in the presence or threat of danger":{
|
||||
"examples":[
|
||||
"the sight of the headless horseman filled the schoolmaster with fear"
|
||||
],
|
||||
"synonyms":[
|
||||
"alarm",
|
||||
"alarum",
|
||||
"anxiety",
|
||||
"dread",
|
||||
"fearfulness",
|
||||
"fright",
|
||||
"horror",
|
||||
"panic",
|
||||
"scare",
|
||||
"terror",
|
||||
"trepidation"
|
||||
],
|
||||
"near synonyms":[
|
||||
"phobia",
|
||||
"creeps",
|
||||
"jitters",
|
||||
"nervousness",
|
||||
"willies",
|
||||
"pang",
|
||||
"qualm",
|
||||
"twinge",
|
||||
"agitation",
|
||||
"apprehension",
|
||||
"consternation",
|
||||
"discomposure",
|
||||
"disquiet",
|
||||
"funk",
|
||||
"perturbation",
|
||||
"concern",
|
||||
"dismay",
|
||||
"worry",
|
||||
"cowardice",
|
||||
"faintheartedness",
|
||||
"timidity",
|
||||
"timorousness"
|
||||
],
|
||||
"near antonyms":[
|
||||
"aplomb",
|
||||
"assurance",
|
||||
"boldness",
|
||||
"confidence",
|
||||
"self-assurance",
|
||||
"self-confidence",
|
||||
"bravery",
|
||||
"courage",
|
||||
"courageousness",
|
||||
"daring",
|
||||
"dauntlessness",
|
||||
"doughtiness",
|
||||
"fearlessness",
|
||||
"fortitude",
|
||||
"gallantry",
|
||||
"hardihood",
|
||||
"intrepidity",
|
||||
"intrepidness",
|
||||
"stoutness",
|
||||
"valor",
|
||||
"audacity",
|
||||
"guts",
|
||||
"nerve"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"an uneasy state of mind usually over the possibility of an anticipated misfortune or trouble":{
|
||||
"examples":[
|
||||
"fear for her family's safety drove her to seek help from neighbors she hardly knew"
|
||||
],
|
||||
"synonyms":[
|
||||
"agita",
|
||||
"agitation",
|
||||
"anxiety",
|
||||
"anxiousness",
|
||||
"apprehension",
|
||||
"apprehensiveness",
|
||||
"care",
|
||||
"concern",
|
||||
"concernment",
|
||||
"disquiet",
|
||||
"disquietude",
|
||||
"nervosity",
|
||||
"nervousness",
|
||||
"perturbation",
|
||||
"solicitude",
|
||||
"sweat",
|
||||
"unease",
|
||||
"uneasiness",
|
||||
"worry"
|
||||
],
|
||||
"near synonyms":[
|
||||
"strain",
|
||||
"stress",
|
||||
"tension",
|
||||
"alarm",
|
||||
"alarum",
|
||||
"anguish",
|
||||
"consternation",
|
||||
"desperateness",
|
||||
"desperation",
|
||||
"discomfort",
|
||||
"discomposure",
|
||||
"dismay",
|
||||
"distraction",
|
||||
"distress",
|
||||
"disturbance",
|
||||
"edginess",
|
||||
"franticness",
|
||||
"hand-wringing",
|
||||
"jitters",
|
||||
"jumpiness",
|
||||
"panic",
|
||||
"tremor",
|
||||
"angst",
|
||||
"fearfulness",
|
||||
"torment",
|
||||
"upset",
|
||||
"vexation",
|
||||
"cold feet",
|
||||
"doubt",
|
||||
"dread",
|
||||
"foreboding",
|
||||
"incertitude",
|
||||
"misgiving",
|
||||
"presentiment",
|
||||
"suspense",
|
||||
"uncertainty",
|
||||
"compunction",
|
||||
"qualm",
|
||||
"scruple"
|
||||
],
|
||||
"near antonyms":[
|
||||
"calm",
|
||||
"calmness",
|
||||
"content",
|
||||
"contentment",
|
||||
"ease",
|
||||
"easiness",
|
||||
"peace",
|
||||
"peacefulness",
|
||||
"placidity",
|
||||
"placidness",
|
||||
"quiet",
|
||||
"quietude",
|
||||
"sereneness",
|
||||
"serenity",
|
||||
"tranquillity",
|
||||
"tranquility",
|
||||
"tranquilness",
|
||||
"comfort",
|
||||
"consolation",
|
||||
"relief",
|
||||
"solace"
|
||||
],
|
||||
"antonyms":[
|
||||
"unconcern"
|
||||
]
|
||||
},
|
||||
"to experience concern or anxiety":{
|
||||
"examples":[
|
||||
"her friends feared that she was dating a guy who was all wrong for her"
|
||||
],
|
||||
"synonyms":[
|
||||
"bother",
|
||||
"fret",
|
||||
"fuss",
|
||||
"stew",
|
||||
"stress",
|
||||
"sweat",
|
||||
"trouble",
|
||||
"worry"
|
||||
],
|
||||
"near synonyms":[
|
||||
"agonize",
|
||||
"long",
|
||||
"pine",
|
||||
"yearn",
|
||||
"chafe",
|
||||
"despair"
|
||||
],
|
||||
"near antonyms":[
|
||||
"accept",
|
||||
"abide",
|
||||
"bear",
|
||||
"endure",
|
||||
"stick out",
|
||||
"stomach",
|
||||
"sustain",
|
||||
"take",
|
||||
"tolerate"
|
||||
],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"noun",
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"featly":{
|
||||
"moving easily":{
|
||||
"examples":[
|
||||
"featly swans gliding silently across the still waters of the lake"
|
||||
],
|
||||
"synonyms":[
|
||||
"agile",
|
||||
"feline",
|
||||
"graceful",
|
||||
"gracile",
|
||||
"light",
|
||||
"light-footed",
|
||||
"light-foot",
|
||||
"lightsome",
|
||||
"lissome",
|
||||
"lissom",
|
||||
"lithe",
|
||||
"lithesome",
|
||||
"nimble",
|
||||
"spry"
|
||||
],
|
||||
"near synonyms":[
|
||||
"acrobatic",
|
||||
"flexible",
|
||||
"limber",
|
||||
"loose-jointed",
|
||||
"pliable",
|
||||
"pliant",
|
||||
"supple",
|
||||
"adroit",
|
||||
"deft",
|
||||
"dexterous",
|
||||
"dextrous",
|
||||
"light-fingered",
|
||||
"fleet-footed",
|
||||
"sure-footed",
|
||||
"athletic",
|
||||
"balletic",
|
||||
"coordinated"
|
||||
],
|
||||
"near antonyms":[
|
||||
"uncoordinated",
|
||||
"inflexible",
|
||||
"rigid",
|
||||
"stiff",
|
||||
"bungling",
|
||||
"inept",
|
||||
"maladroit"
|
||||
],
|
||||
"antonyms":[
|
||||
"awkward",
|
||||
"clumsy",
|
||||
"gawky",
|
||||
"graceless",
|
||||
"klutzy",
|
||||
"lumbering",
|
||||
"ungainly",
|
||||
"ungraceful"
|
||||
]
|
||||
},
|
||||
"type":[
|
||||
"adjective"
|
||||
]
|
||||
},
|
||||
"feigns":{
|
||||
"to present a false appearance of":{
|
||||
"examples":[
|
||||
"I would never feign illness just to get out of a test"
|
||||
],
|
||||
"synonyms":[
|
||||
"acts",
|
||||
"affects",
|
||||
"assumes",
|
||||
"bluffs",
|
||||
"counterfeits",
|
||||
"dissembles",
|
||||
"fakes",
|
||||
"passes (for)",
|
||||
"pretends",
|
||||
"professes",
|
||||
"puts on",
|
||||
"shams",
|
||||
"simulates"
|
||||
],
|
||||
"near synonyms":[
|
||||
"dissimulates",
|
||||
"impersonates",
|
||||
"lets on",
|
||||
"masquerades",
|
||||
"playacts",
|
||||
"plays",
|
||||
"poses",
|
||||
"forges",
|
||||
"imitates",
|
||||
"camouflages",
|
||||
"conceals",
|
||||
"disguises",
|
||||
"masks",
|
||||
"feints",
|
||||
"malingers"
|
||||
],
|
||||
"near antonyms":[],
|
||||
"antonyms":[]
|
||||
},
|
||||
"type":[
|
||||
"verb"
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user