merriam_webster_plus 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.DS_Store +0 -0
- data/.byebug_history +256 -0
- data/.github/workflows/main.yml +21 -0
- data/.gitignore +9 -0
- data/.rubocop.yml +10 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +68 -0
- data/LICENSE.txt +21 -0
- data/README.md +93 -0
- data/Rakefile +18 -0
- data/bin/console +15 -0
- data/bin/mwp +4 -0
- data/bin/setup +8 -0
- data/fixtures/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/.DS_Store +0 -0
- data/fixtures/vcr_cassettes/empty_api_entries.yml +37 -0
- data/fixtures/vcr_cassettes/heteronym_entries.yml +277 -0
- data/fixtures/vcr_cassettes/invalid_api_entries.yml +41 -0
- data/fixtures/vcr_cassettes/invalid_dictionary_plus_lookup.yml +79 -0
- data/fixtures/vcr_cassettes/invalid_endpoint_api_entries.yml +132 -0
- data/fixtures/vcr_cassettes/main_entries_dictionary.yml +210 -0
- data/fixtures/vcr_cassettes/main_entries_thesaurus.yml +70 -0
- data/fixtures/vcr_cassettes/main_entry_dictionary.yml +210 -0
- data/fixtures/vcr_cassettes/main_entry_thesaurus.yml +70 -0
- data/fixtures/vcr_cassettes/non_heteronym_entries.yml +157 -0
- data/fixtures/vcr_cassettes/valid_api_entries.yml +210 -0
- data/fixtures/vcr_cassettes/valid_dictionary_plus_lookup.yml +277 -0
- data/fixtures/vcr_cassettes/word_medley_primary_entry_population.yml +1384 -0
- data/fixtures/vcr_cassettes/word_not_in_dictionary_primary_entry.yml +141 -0
- data/fixtures/vcr_cassettes/word_not_in_thesaurus_primary_entry.yml +144 -0
- data/lib/.DS_Store +0 -0
- data/lib/merriam_webster_plus/.DS_Store +0 -0
- data/lib/merriam_webster_plus/client.rb +88 -0
- data/lib/merriam_webster_plus/dictionary_entries.rb +41 -0
- data/lib/merriam_webster_plus/dictionary_entry.rb +124 -0
- data/lib/merriam_webster_plus/dictionary_plus.rb +46 -0
- data/lib/merriam_webster_plus/dictionary_sense.rb +57 -0
- data/lib/merriam_webster_plus/entry_audio_merger.rb +55 -0
- data/lib/merriam_webster_plus/populator.rb +31 -0
- data/lib/merriam_webster_plus/primary_entry_finder.rb +41 -0
- data/lib/merriam_webster_plus/thesaurus_entries.rb +13 -0
- data/lib/merriam_webster_plus/thesaurus_entry.rb +12 -0
- data/lib/merriam_webster_plus/thesaurus_sense.rb +47 -0
- data/lib/merriam_webster_plus/version.rb +5 -0
- data/lib/merriam_webster_plus.rb +9 -0
- data/merriam_webster_plus.gemspec +35 -0
- data/test_out.csv +11 -0
- metadata +219 -0
|
@@ -0,0 +1,1384 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/internet?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
Accept-Encoding:
|
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
12
|
+
Accept:
|
|
13
|
+
- "*/*"
|
|
14
|
+
User-Agent:
|
|
15
|
+
- Ruby
|
|
16
|
+
response:
|
|
17
|
+
status:
|
|
18
|
+
code: 200
|
|
19
|
+
message: OK
|
|
20
|
+
headers:
|
|
21
|
+
Date:
|
|
22
|
+
- Tue, 21 Jun 2022 23:24:54 GMT
|
|
23
|
+
Content-Type:
|
|
24
|
+
- application/json; charset=utf-8
|
|
25
|
+
Content-Length:
|
|
26
|
+
- '96'
|
|
27
|
+
Connection:
|
|
28
|
+
- keep-alive
|
|
29
|
+
Server:
|
|
30
|
+
- Apache
|
|
31
|
+
Cache-Control:
|
|
32
|
+
- max-age=86400, public
|
|
33
|
+
Pragma:
|
|
34
|
+
- cache
|
|
35
|
+
Vary:
|
|
36
|
+
- Accept-Encoding
|
|
37
|
+
Access-Control-Allow-Origin:
|
|
38
|
+
- "*"
|
|
39
|
+
body:
|
|
40
|
+
encoding: ASCII-8BIT
|
|
41
|
+
string: '["interne","interned","internee","internes","internees","internment","internist","intercept","internists","interject","interment","interest","interpret","intern","intersect","internal","intermit","interns","interred","internments"]'
|
|
42
|
+
recorded_at: Tue, 21 Jun 2022 23:24:54 GMT
|
|
43
|
+
- request:
|
|
44
|
+
method: get
|
|
45
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/internet?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
46
|
+
body:
|
|
47
|
+
encoding: US-ASCII
|
|
48
|
+
string: ''
|
|
49
|
+
headers:
|
|
50
|
+
Accept-Encoding:
|
|
51
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
52
|
+
Accept:
|
|
53
|
+
- "*/*"
|
|
54
|
+
User-Agent:
|
|
55
|
+
- Ruby
|
|
56
|
+
response:
|
|
57
|
+
status:
|
|
58
|
+
code: 200
|
|
59
|
+
message: OK
|
|
60
|
+
headers:
|
|
61
|
+
Date:
|
|
62
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
63
|
+
Content-Type:
|
|
64
|
+
- application/json; charset=utf-8
|
|
65
|
+
Content-Length:
|
|
66
|
+
- '1812'
|
|
67
|
+
Connection:
|
|
68
|
+
- keep-alive
|
|
69
|
+
Server:
|
|
70
|
+
- Apache
|
|
71
|
+
Cache-Control:
|
|
72
|
+
- max-age=86400, public
|
|
73
|
+
Pragma:
|
|
74
|
+
- cache
|
|
75
|
+
Vary:
|
|
76
|
+
- Accept-Encoding
|
|
77
|
+
Access-Control-Allow-Origin:
|
|
78
|
+
- "*"
|
|
79
|
+
body:
|
|
80
|
+
encoding: ASCII-8BIT
|
|
81
|
+
string: '[{"meta":{"id":"Internet","uuid":"1ef3d798-1b5c-4ddd-a96b-324a6922c128","sort":"092336000","src":"collegiate","section":"alpha","stems":["Internet","Internets","internet","internets"],"offensive":false},"hwi":{"hw":"In*ter*net","prs":[{"mw":"\u02c8in-t\u0259r-\u02ccnet","sound":{"audio":"inter01s","ref":"c","stat":"1"}}]},"vrs":[{"vl":"or","va":"in*ter*net"}],"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}an
|
|
82
|
+
electronic communications network that connects computer networks and organizational
|
|
83
|
+
computer facilities around the world "],["uns",[[["text","used with {it}the{\/it}
|
|
84
|
+
except when being used attributively "],["vis",[{"t":"doing research on the
|
|
85
|
+
{wi}Internet{\/wi}"},{"t":"an {wi}Internet{\/wi} search"}]]]]],["snote",[["t","In
|
|
86
|
+
U.S. publications, the capitalized form {it}Internet{\/it} continues to be
|
|
87
|
+
more common than {it}internet{\/it}, although the lowercase form is rapidly
|
|
88
|
+
gaining more widespread use. In British publications, {it}internet{\/it} is
|
|
89
|
+
now the more common form."]]],["text"," {dx}compare {dxt|world wide web||}{\/dx}"]]}]]]}],"date":"1986","shortdef":["an
|
|
90
|
+
electronic communications network that connects computer networks and organizational
|
|
91
|
+
computer facilities around the world \u2014used with the except when being
|
|
92
|
+
used attributively"]},{"meta":{"id":"Internet of Things","uuid":"9d6eedd3-dc06-45a4-b814-bc639582d452","sort":"092337000","src":"collegiate","section":"alpha","stems":["Internet
|
|
93
|
+
of Things"],"offensive":false},"hwi":{"hw":"Internet of Things"},"fl":"noun
|
|
94
|
+
phrase","def":[{"sseq":[[["sense",{"dt":[["text","{bc}the networking capability
|
|
95
|
+
that allows information to be sent to and received from objects and devices
|
|
96
|
+
(such as fixtures and kitchen appliances) using the Internet "],["vis",[{"t":"The
|
|
97
|
+
{wi}Internet of Things{\/wi} really comes together with the connection of
|
|
98
|
+
sensors and machines. That is to say, the real value that the {wi}Internet
|
|
99
|
+
of Things{\/wi} creates is at the intersection of gathering data and leveraging
|
|
100
|
+
it. All the information gathered by all the sensors in the world isn\u0027t
|
|
101
|
+
worth very much if there isn\u0027t an infrastructure in place to analyze
|
|
102
|
+
it in real time.","aq":{"auth":"Daniel Burrus"}},{"t":"Extend the \u2026 example
|
|
103
|
+
to the {wi}Internet of Things{\/wi}, where any interaction with a connected
|
|
104
|
+
object has the potential of teaching something new to every connected object,
|
|
105
|
+
and the immense scaling of networked machine learning becomes almost unimaginable.","aq":{"auth":"Scott
|
|
106
|
+
Santens"}},{"t":"As many as 50 billion devices will be online by the end of
|
|
107
|
+
the decade. Along with smart thermostats and appliances, this so-called {wi}Internet
|
|
108
|
+
of Things{\/wi} (IoT) includes swaths of tiny sensors that track everything
|
|
109
|
+
from steps and calories to humidity and light.","aq":{"auth":"Corinne Iozzio"}}]],["uns",[[["text","abbreviation
|
|
110
|
+
{it}IoT{\/it}"]]]]]}]]]}],"date":"2001","shortdef":["the networking capability
|
|
111
|
+
that allows information to be sent to and received from objects and devices
|
|
112
|
+
(such as fixtures and kitchen appliances) using the Internet \u2014abbreviation
|
|
113
|
+
IoT"]},{"meta":{"id":"Internet service provider","uuid":"ede040e0-295f-4bf3-8d6c-b3a453da2ed1","sort":"092338000","src":"collegiate","section":"alpha","stems":["Internet
|
|
114
|
+
service provider","Internet service providers","internet service providers"],"offensive":false},"hwi":{"hw":"Internet
|
|
115
|
+
service provider"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
116
|
+
company that provides its customers with access to the Internet and that may
|
|
117
|
+
also provide other Internet-related services (such as email accounts) "],["uns",[[["text","abbreviation
|
|
118
|
+
{it}ISP{\/it}"]]]],["ca",{"intro":"called also","cats":[{"cat":"access provider"}]}]]}]]]}],"date":"1990","shortdef":["a
|
|
119
|
+
company that provides its customers with access to the Internet and that may
|
|
120
|
+
also provide other Internet-related services (such as email accounts) \u2014abbreviation
|
|
121
|
+
ISP\u2014called also access provider"]},{"meta":{"id":"Voice over Internet
|
|
122
|
+
Protocol","uuid":"9760857f-6c85-488c-8414-b1624b58c23b","sort":"220124550","src":"collegiate","section":"alpha","stems":["VOIP","VoIP","Voice
|
|
123
|
+
over Internet Protocol"],"offensive":false},"hwi":{"hw":"Voice over Internet
|
|
124
|
+
Protocol"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}any of
|
|
125
|
+
various technologies that support telephony using the Internet for transmission
|
|
126
|
+
rather than traditional phone lines "],["vis",[{"t":"\u2026 you might be ready
|
|
127
|
+
for {wi}Voice over Internet Protocol{\/wi} (VoIP) service, which lets you
|
|
128
|
+
make telephone calls over the Net to any phone in the world.","aq":{"auth":"Sean
|
|
129
|
+
Portnoy"}}]],["uns",[[["text","abbreviation {it}VoIP{\/it}"]]]]]}]]]}],"date":"1992","shortdef":["any
|
|
130
|
+
of various technologies that support telephony using the Internet for transmission
|
|
131
|
+
rather than traditional phone lines \u2014abbreviation VoIP"]},{"meta":{"id":"the
|
|
132
|
+
Internet","uuid":"17468d24-da6c-49af-aa24-d7ab17ac3627","sort":"3020145000","src":"ld","section":"idioms","stems":["the
|
|
133
|
+
internet"],"offensive":false},"hwi":{"hw":"the Internet"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
134
|
+
system that connects computers throughout the world"]]}]]]}],"shortdef":["a
|
|
135
|
+
system that connects computers throughout the world"]}]'
|
|
136
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
137
|
+
- request:
|
|
138
|
+
method: get
|
|
139
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/reversible?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
140
|
+
body:
|
|
141
|
+
encoding: US-ASCII
|
|
142
|
+
string: ''
|
|
143
|
+
headers:
|
|
144
|
+
Accept-Encoding:
|
|
145
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
146
|
+
Accept:
|
|
147
|
+
- "*/*"
|
|
148
|
+
User-Agent:
|
|
149
|
+
- Ruby
|
|
150
|
+
response:
|
|
151
|
+
status:
|
|
152
|
+
code: 200
|
|
153
|
+
message: OK
|
|
154
|
+
headers:
|
|
155
|
+
Date:
|
|
156
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
157
|
+
Content-Type:
|
|
158
|
+
- application/json; charset=utf-8
|
|
159
|
+
Content-Length:
|
|
160
|
+
- '489'
|
|
161
|
+
Connection:
|
|
162
|
+
- keep-alive
|
|
163
|
+
Server:
|
|
164
|
+
- Apache
|
|
165
|
+
Cache-Control:
|
|
166
|
+
- max-age=86400, public
|
|
167
|
+
Pragma:
|
|
168
|
+
- cache
|
|
169
|
+
Vary:
|
|
170
|
+
- Accept-Encoding
|
|
171
|
+
Access-Control-Allow-Origin:
|
|
172
|
+
- "*"
|
|
173
|
+
body:
|
|
174
|
+
encoding: ASCII-8BIT
|
|
175
|
+
string: '[{"meta":{"id":"reversible","uuid":"04370808-6827-440e-ba18-b3c123d22901","src":"CTcompile","section":"alpha","stems":["reversible"],"syns":[["undoable","amendable","emendable","improvable","resolvable","reconstructible","reformable","regenerable","correctable","corrigible","fixable","redeemable","remediable","repairable","reparable","corrected","fixed","remedied","repaired"]],"ants":[["incorrigible","irrecoverable","irredeemable","irremediable","irreparable","unredeemable","irretrievable","unrecoverable","irreplaceable","irreversible","irrevocable"]],"offensive":false},"hwi":{"hw":"reversible"},"fl":"adjective","def":[{"sseq":[[["sense",{"dt":[["text","as
|
|
176
|
+
in {it}undoable{\/it}"]],"sim_list":[[{"wd":"undoable"}],[{"wd":"amendable"},{"wd":"emendable"},{"wd":"improvable"},{"wd":"resolvable"}],[{"wd":"reconstructible"},{"wd":"reformable"},{"wd":"regenerable"}],[{"wd":"correctable"},{"wd":"corrigible"},{"wd":"fixable"},{"wd":"redeemable"},{"wd":"remediable"},{"wd":"repairable"},{"wd":"reparable"}],[{"wd":"corrected"},{"wd":"fixed"},{"wd":"remedied"},{"wd":"repaired"}]],"opp_list":[[{"wd":"incorrigible"},{"wd":"irrecoverable"},{"wd":"irredeemable"},{"wd":"irremediable"},{"wd":"irreparable"},{"wd":"unredeemable"}],[{"wd":"irretrievable"},{"wd":"unrecoverable"}],[{"wd":"irreplaceable"},{"wd":"irreversible"},{"wd":"irrevocable"}]]}]]]}],"shortdef":["as
|
|
177
|
+
in undoable"]}]'
|
|
178
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
179
|
+
- request:
|
|
180
|
+
method: get
|
|
181
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/reversible?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
182
|
+
body:
|
|
183
|
+
encoding: US-ASCII
|
|
184
|
+
string: ''
|
|
185
|
+
headers:
|
|
186
|
+
Accept-Encoding:
|
|
187
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
188
|
+
Accept:
|
|
189
|
+
- "*/*"
|
|
190
|
+
User-Agent:
|
|
191
|
+
- Ruby
|
|
192
|
+
response:
|
|
193
|
+
status:
|
|
194
|
+
code: 200
|
|
195
|
+
message: OK
|
|
196
|
+
headers:
|
|
197
|
+
Date:
|
|
198
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
199
|
+
Content-Type:
|
|
200
|
+
- application/json; charset=utf-8
|
|
201
|
+
Content-Length:
|
|
202
|
+
- '683'
|
|
203
|
+
Connection:
|
|
204
|
+
- keep-alive
|
|
205
|
+
Server:
|
|
206
|
+
- Apache
|
|
207
|
+
Cache-Control:
|
|
208
|
+
- max-age=86400, public
|
|
209
|
+
Pragma:
|
|
210
|
+
- cache
|
|
211
|
+
Vary:
|
|
212
|
+
- Accept-Encoding
|
|
213
|
+
Access-Control-Allow-Origin:
|
|
214
|
+
- "*"
|
|
215
|
+
body:
|
|
216
|
+
encoding: ASCII-8BIT
|
|
217
|
+
string: '[{"meta":{"id":"reversible:1","uuid":"66a50d66-8c5f-4f10-b0bd-c53455d5f19c","sort":"182884000","src":"collegiate","section":"alpha","stems":["reversibilities","reversibility","reversible","reversibly"],"offensive":false},"hom":1,"hwi":{"hw":"re*vers*ible","prs":[{"mw":"ri-\u02c8v\u0259r-s\u0259-b\u0259l","sound":{"audio":"revers05","ref":"c","stat":"1"}}]},"fl":"adjective","def":[{"sseq":[[["bs",{"sense":{"dt":[["text","{bc}capable
|
|
218
|
+
of being {a_link|reversed} or of {a_link|reversing}: such as"]]}}],["sense",{"sn":"a","dt":[["text","{bc}capable
|
|
219
|
+
of going through a series of actions (such as changes) either backward or
|
|
220
|
+
forward "],["vis",[{"t":"a {wi}reversible{\/wi} chemical reaction"}]]]}],["sense",{"sn":"b","dt":[["text","{bc}having
|
|
221
|
+
two finished usable sides "],["vis",[{"t":"{wi}reversible{\/wi} fabric"}]]]}],["sense",{"sn":"c","dt":[["text","{bc}wearable
|
|
222
|
+
with either side out "],["vis",[{"t":"a {wi}reversible{\/wi} coat"}]]]}]]]}],"uros":[{"ure":"re*vers*ibil*i*ty","prs":[{"mw":"ri-\u02ccv\u0259r-s\u0259-\u02c8bi-l\u0259-t\u0113","sound":{"audio":"revers06","ref":"c","stat":"1"}}],"fl":"noun"},{"ure":"re*vers*ibly","prs":[{"mw":"ri-\u02c8v\u0259r-s\u0259-bl\u0113","sound":{"audio":"revers07","ref":"c","stat":"1"}}],"fl":"adverb"}],"date":"1648","shortdef":["capable
|
|
223
|
+
of being reversed or of reversing: such as","capable of going through a series
|
|
224
|
+
of actions (such as changes) either backward or forward","having two finished
|
|
225
|
+
usable sides"]},{"meta":{"id":"reversible:2","uuid":"a9e27ccb-bc33-47a6-9275-7040795e4429","sort":"182885000","src":"collegiate","section":"alpha","stems":["reversible","reversibles"],"offensive":false},"hom":2,"hwi":{"hw":"reversible"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
226
|
+
reversible cloth or article of clothing"]]}]]]}],"date":"1863","shortdef":["a
|
|
227
|
+
reversible cloth or article of clothing"]}]'
|
|
228
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
229
|
+
- request:
|
|
230
|
+
method: get
|
|
231
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/yearn?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
232
|
+
body:
|
|
233
|
+
encoding: US-ASCII
|
|
234
|
+
string: ''
|
|
235
|
+
headers:
|
|
236
|
+
Accept-Encoding:
|
|
237
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
238
|
+
Accept:
|
|
239
|
+
- "*/*"
|
|
240
|
+
User-Agent:
|
|
241
|
+
- Ruby
|
|
242
|
+
response:
|
|
243
|
+
status:
|
|
244
|
+
code: 200
|
|
245
|
+
message: OK
|
|
246
|
+
headers:
|
|
247
|
+
Date:
|
|
248
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
249
|
+
Content-Type:
|
|
250
|
+
- application/json; charset=utf-8
|
|
251
|
+
Content-Length:
|
|
252
|
+
- '1271'
|
|
253
|
+
Connection:
|
|
254
|
+
- keep-alive
|
|
255
|
+
Server:
|
|
256
|
+
- Apache
|
|
257
|
+
Cache-Control:
|
|
258
|
+
- max-age=86400, public
|
|
259
|
+
Pragma:
|
|
260
|
+
- cache
|
|
261
|
+
Vary:
|
|
262
|
+
- Accept-Encoding
|
|
263
|
+
Access-Control-Allow-Origin:
|
|
264
|
+
- "*"
|
|
265
|
+
body:
|
|
266
|
+
encoding: ASCII-8BIT
|
|
267
|
+
string: '[{"meta":{"id":"yearn","uuid":"7be6f059-d47f-425c-9499-6055839adfd6","src":"CTcompile","section":"alpha","stems":["yearn"],"syns":[["long","pine","agonize","chafe","bother","fear","fret","fuss","stew","stress","sweat","trouble","worry","despair"]],"ants":[["accept","abide","bear","endure","stick
|
|
268
|
+
out","stomach","sustain","take","tolerate"]],"offensive":false},"hwi":{"hw":"yearn"},"fl":"verb","def":[{"sseq":[[["sense",{"dt":[["text","as
|
|
269
|
+
in {it}long{\/it}, {it}pine{\/it}"]],"sim_list":[[{"wd":"long"},{"wd":"pine"}],[{"wd":"agonize"}],[{"wd":"chafe"}],[{"wd":"bother"},{"wd":"fear"},{"wd":"fret"},{"wd":"fuss"},{"wd":"stew"},{"wd":"stress"},{"wd":"sweat"},{"wd":"trouble"},{"wd":"worry"}],[{"wd":"despair"}]],"opp_list":[[{"wd":"accept"}],[{"wd":"abide"},{"wd":"bear"},{"wd":"endure"},{"wd":"stick
|
|
270
|
+
out"},{"wd":"stomach"},{"wd":"sustain"},{"wd":"take"},{"wd":"tolerate"}]]}]]]}],"shortdef":["as
|
|
271
|
+
in long, pine"]},{"meta":{"id":"yearn (for)","uuid":"f1c4370e-32db-4dc2-a958-b6e9639d5881","src":"coll_thes","section":"alpha","stems":["yearn
|
|
272
|
+
(for)","yearn","yearn for","yearned","yearner","yearners","yearning","yearningly","yearns"],"syns":[["ache
|
|
273
|
+
(for)","covet","crave","desiderate","desire","die (for)","hanker (for or after)","hunger
|
|
274
|
+
(for)","itch (for)","jones (for)","long (for)","lust (for or after)","pant
|
|
275
|
+
(after)","pine (for)","repine (for)","salivate (for)","sigh (for)","thirst
|
|
276
|
+
(for)","want","wish (for)","yen (for)"]],"ants":[],"offensive":false},"hwi":{"hw":"yearn
|
|
277
|
+
(for)"},"fl":"verb","def":[{"sseq":[[["sense",{"dt":[["text","to have an earnest
|
|
278
|
+
wish to own or enjoy "],["vis",[{"t":"{it}yearned for{\/it} a little house
|
|
279
|
+
in the country"}]]],"syn_list":[[{"wd":"ache (for)"},{"wd":"covet"},{"wd":"crave"},{"wd":"desiderate"},{"wd":"desire"},{"wd":"die
|
|
280
|
+
(for)"},{"wd":"hanker (for or after)"},{"wd":"hunger (for)"},{"wd":"itch (for)"},{"wd":"jones
|
|
281
|
+
(for)","wsls":["slang"]},{"wd":"long (for)"},{"wd":"lust (for or after)"},{"wd":"pant
|
|
282
|
+
(after)"},{"wd":"pine (for)"},{"wd":"repine (for)"},{"wd":"salivate (for)"},{"wd":"sigh
|
|
283
|
+
(for)"},{"wd":"thirst (for)"},{"wd":"want"},{"wd":"wish (for)"},{"wd":"yen
|
|
284
|
+
(for)"}]],"rel_list":[[{"wd":"spoil (for)"}],[{"wd":"adore"},{"wd":"delight
|
|
285
|
+
(in)"},{"wd":"dig"},{"wd":"enjoy"},{"wd":"fancy"},{"wd":"groove (on)"},{"wd":"like"},{"wd":"love"},{"wd":"relish"},{"wd":"revel
|
|
286
|
+
(in)"}],[{"wd":"favor"},{"wd":"prefer"}],[{"wd":"admire"},{"wd":"appreciate"},{"wd":"cherish"},{"wd":"prize"},{"wd":"treasure"},{"wd":"value"}]],"phrase_list":[[{"wd":"set
|
|
287
|
+
one\u0027s heart on"}]],"near_list":[[{"wd":"abhor"},{"wd":"abominate"},{"wd":"despise"},{"wd":"detest"},{"wd":"execrate"},{"wd":"hate"},{"wd":"loathe"}],[{"wd":"decline"},{"wd":"refuse"},{"wd":"reject"},{"wd":"spurn"}]]}]]]}],"shortdef":["to
|
|
288
|
+
have an earnest wish to own or enjoy"]},{"meta":{"id":"yearn (over)","uuid":"5a8b8154-4626-4ec5-b498-187df70043a7","src":"coll_thes","section":"alpha","stems":["yearn
|
|
289
|
+
(over)","yearn","yearn over","yearned","yearner","yearners","yearning","yearningly","yearns"],"syns":[["ache
|
|
290
|
+
(for)","bleed (for)","commiserate (with)","compassionate","condole (with)","feel
|
|
291
|
+
(for)","pity","sympathize (with)"]],"ants":[],"offensive":false},"hwi":{"hw":"yearn
|
|
292
|
+
(over)"},"fl":"verb","def":[{"sseq":[[["sense",{"dt":[["text","to have sympathy
|
|
293
|
+
for "],["vis",[{"t":"who wouldn\u0027t {it}yearn over{\/it} the poor little
|
|
294
|
+
girl who fell and scraped her knee?"}]]],"syn_list":[[{"wd":"ache (for)"},{"wd":"bleed
|
|
295
|
+
(for)"},{"wd":"commiserate (with)"},{"wd":"compassionate"},{"wd":"condole
|
|
296
|
+
(with)"},{"wd":"feel (for)"},{"wd":"pity"},{"wd":"sympathize (with)"}]],"rel_list":[[{"wd":"care
|
|
297
|
+
(for)"}],[{"wd":"grieve (for)"},{"wd":"sorrow (for)"}],[{"wd":"love"}],[{"wd":"empathize
|
|
298
|
+
(with)"},{"wd":"identify (with)"}],[{"wd":"tolerate"},{"wd":"understand"}]],"near_list":[[{"wd":"disregard"},{"wd":"ignore"},{"wd":"neglect"},{"wd":"overlook"}],[{"wd":"dislike"},{"wd":"hate"},{"wd":"scorn"}]]}]]]}],"shortdef":["to
|
|
299
|
+
have sympathy for"]}]'
|
|
300
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
301
|
+
- request:
|
|
302
|
+
method: get
|
|
303
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/yearn?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
304
|
+
body:
|
|
305
|
+
encoding: US-ASCII
|
|
306
|
+
string: ''
|
|
307
|
+
headers:
|
|
308
|
+
Accept-Encoding:
|
|
309
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
310
|
+
Accept:
|
|
311
|
+
- "*/*"
|
|
312
|
+
User-Agent:
|
|
313
|
+
- Ruby
|
|
314
|
+
response:
|
|
315
|
+
status:
|
|
316
|
+
code: 200
|
|
317
|
+
message: OK
|
|
318
|
+
headers:
|
|
319
|
+
Date:
|
|
320
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
321
|
+
Content-Type:
|
|
322
|
+
- application/json; charset=utf-8
|
|
323
|
+
Content-Length:
|
|
324
|
+
- '957'
|
|
325
|
+
Connection:
|
|
326
|
+
- keep-alive
|
|
327
|
+
Server:
|
|
328
|
+
- Apache
|
|
329
|
+
Cache-Control:
|
|
330
|
+
- max-age=86400, public
|
|
331
|
+
Pragma:
|
|
332
|
+
- cache
|
|
333
|
+
Vary:
|
|
334
|
+
- Accept-Encoding
|
|
335
|
+
Access-Control-Allow-Origin:
|
|
336
|
+
- "*"
|
|
337
|
+
body:
|
|
338
|
+
encoding: ASCII-8BIT
|
|
339
|
+
string: '[{"meta":{"id":"yearn","uuid":"68e41b9e-376b-4c61-93f7-239c747f1c4f","sort":"250112000","src":"collegiate","section":"alpha","stems":["yearn","yearned","yearner","yearners","yearning","yearningly","yearns"],"offensive":false},"hwi":{"hw":"yearn","prs":[{"mw":"\u02c8y\u0259rn","sound":{"audio":"yearn001","ref":"c","stat":"1"}}]},"fl":"verb","ins":[{"if":"yearned"},{"if":"yearn*ing"},{"if":"yearns"}],"def":[{"vd":"intransitive
|
|
340
|
+
verb","sseq":[[["sense",{"sn":"1","dt":[["text","{bc}to long persistently,
|
|
341
|
+
wistfully, or sadly "],["vis",[{"t":"{wi}yearns{\/wi} to make a difference"}]]]}]],[["sense",{"sn":"2","dt":[["text","{bc}to
|
|
342
|
+
feel tenderness or compassion"]]}]]]}],"uros":[{"ure":"yearn*er","fl":"noun"},{"ure":"yearn*ing*ly","prs":[{"mw":"\u02c8y\u0259r-ni\u014b-l\u0113","sound":{"audio":"yearni01","ref":"c","stat":"1"}}],"fl":"adverb"}],"syns":[{"pl":"synonyms","pt":[["text","{sc}long{\/sc}
|
|
343
|
+
{sc}yearn{\/sc} {sc}hanker{\/sc} {sc}pine{\/sc} {sc}hunger{\/sc} {sc}thirst{\/sc}
|
|
344
|
+
mean to have a strong desire for something. {sc}long{\/sc} implies a wishing
|
|
345
|
+
with one\u0027s whole heart and often a striving to attain. "],["vis",[{"t":"{it}longed{\/it}
|
|
346
|
+
for some rest"}]],["text"," {sc}yearn{\/sc} suggests an eager, restless, or
|
|
347
|
+
painful longing. "],["vis",[{"t":"{it}yearned{\/it} for a stage career"}]],["text","
|
|
348
|
+
{sc}hanker{\/sc} suggests the uneasy promptings of unsatisfied appetite or
|
|
349
|
+
desire. "],["vis",[{"t":"always {it}hankering{\/it} for money"}]],["text","
|
|
350
|
+
{sc}pine{\/sc} implies a languishing or a fruitless longing for what is impossible.
|
|
351
|
+
"],["vis",[{"t":"{it}pined{\/it} for a lost love"}]],["text"," {sc}hunger{\/sc}
|
|
352
|
+
and {sc}thirst{\/sc} imply an insistent or impatient craving or a compelling
|
|
353
|
+
need. "],["vis",[{"t":"{it}hungered{\/it} for a business of his own"},{"t":"{it}thirsted{\/it}
|
|
354
|
+
for power"}]]]}],"et":[["text","Middle English {it}yernen{\/it}, from Old
|
|
355
|
+
English {it}giernan{\/it}; akin to Old High German {it}ger\u014dn{\/it} to
|
|
356
|
+
desire, Latin {it}hortari{\/it} to urge, encourage, Greek {it}chairein{\/it}
|
|
357
|
+
to rejoice"]],"date":"before 12th century{ds||1||}","shortdef":["to long persistently,
|
|
358
|
+
wistfully, or sadly","to feel tenderness or compassion"]}]'
|
|
359
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
360
|
+
- request:
|
|
361
|
+
method: get
|
|
362
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/acre?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
363
|
+
body:
|
|
364
|
+
encoding: US-ASCII
|
|
365
|
+
string: ''
|
|
366
|
+
headers:
|
|
367
|
+
Accept-Encoding:
|
|
368
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
369
|
+
Accept:
|
|
370
|
+
- "*/*"
|
|
371
|
+
User-Agent:
|
|
372
|
+
- Ruby
|
|
373
|
+
response:
|
|
374
|
+
status:
|
|
375
|
+
code: 200
|
|
376
|
+
message: OK
|
|
377
|
+
headers:
|
|
378
|
+
Date:
|
|
379
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
380
|
+
Content-Type:
|
|
381
|
+
- application/json; charset=utf-8
|
|
382
|
+
Content-Length:
|
|
383
|
+
- '523'
|
|
384
|
+
Connection:
|
|
385
|
+
- keep-alive
|
|
386
|
+
Server:
|
|
387
|
+
- Apache
|
|
388
|
+
Cache-Control:
|
|
389
|
+
- max-age=86400, public
|
|
390
|
+
Pragma:
|
|
391
|
+
- cache
|
|
392
|
+
Vary:
|
|
393
|
+
- Accept-Encoding
|
|
394
|
+
Access-Control-Allow-Origin:
|
|
395
|
+
- "*"
|
|
396
|
+
body:
|
|
397
|
+
encoding: ASCII-8BIT
|
|
398
|
+
string: '[{"meta":{"id":"God\u0027s acre","uuid":"3e82fe2b-ec9f-48b8-95be-2eecfdb25143","src":"coll_thes","section":"alpha","target":{"tuuid":"00150aed-0d30-4d68-9896-e293f09b4347","tsrc":"collegiate"},"stems":["god\u0027s
|
|
399
|
+
acre","gods acre","god\u0027s acres"],"syns":[["boneyard","cemetery","graveyard","memorial
|
|
400
|
+
park","necropolis","potter\u0027s field"]],"ants":[],"offensive":false},"hwi":{"hw":"God\u0027s
|
|
401
|
+
acre"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","a piece of land
|
|
402
|
+
used for burying the dead "],["vis",[{"t":"was laid in rest in {it}God\u0027s
|
|
403
|
+
acre{\/it}, with a comforting view of the river he loved so much"}]]],"syn_list":[[{"wd":"boneyard"},{"wd":"cemetery"},{"wd":"graveyard"},{"wd":"memorial
|
|
404
|
+
park"},{"wd":"necropolis"},{"wd":"potter\u0027s field"}]],"rel_list":[[{"wd":"catacombs"},{"wd":"churchyard"}],[{"wd":"crypt"},{"wd":"grave"},{"wd":"mausoleum"},{"wd":"sepulchre","wvrs":[{"wvl":"or","wva":"sepulcher"}]},{"wd":"sepulture"},{"wd":"tomb"},{"wd":"vault"}]]}]]]}],"shortdef":["a
|
|
405
|
+
piece of land used for burying the dead"]}]'
|
|
406
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
407
|
+
- request:
|
|
408
|
+
method: get
|
|
409
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/acre?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
410
|
+
body:
|
|
411
|
+
encoding: US-ASCII
|
|
412
|
+
string: ''
|
|
413
|
+
headers:
|
|
414
|
+
Accept-Encoding:
|
|
415
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
416
|
+
Accept:
|
|
417
|
+
- "*/*"
|
|
418
|
+
User-Agent:
|
|
419
|
+
- Ruby
|
|
420
|
+
response:
|
|
421
|
+
status:
|
|
422
|
+
code: 200
|
|
423
|
+
message: OK
|
|
424
|
+
headers:
|
|
425
|
+
Date:
|
|
426
|
+
- Tue, 21 Jun 2022 23:24:55 GMT
|
|
427
|
+
Content-Type:
|
|
428
|
+
- application/json; charset=utf-8
|
|
429
|
+
Content-Length:
|
|
430
|
+
- '1907'
|
|
431
|
+
Connection:
|
|
432
|
+
- keep-alive
|
|
433
|
+
Server:
|
|
434
|
+
- Apache
|
|
435
|
+
Cache-Control:
|
|
436
|
+
- max-age=86400, public
|
|
437
|
+
Pragma:
|
|
438
|
+
- cache
|
|
439
|
+
Vary:
|
|
440
|
+
- Accept-Encoding
|
|
441
|
+
Access-Control-Allow-Origin:
|
|
442
|
+
- "*"
|
|
443
|
+
body:
|
|
444
|
+
encoding: ASCII-8BIT
|
|
445
|
+
string: '[{"meta":{"id":"acre","uuid":"b939112c-53ca-4856-92d9-573f4d7e423d","sort":"010627000","src":"collegiate","section":"alpha","stems":["acre","acres"],"offensive":false},"hwi":{"hw":"acre","prs":[{"mw":"\u02c8\u0101-k\u0259r","sound":{"audio":"acre0001","ref":"c","stat":"1"}}]},"fl":"noun","def":[{"sseq":[[["sense",{"sn":"1
|
|
446
|
+
a","sls":["archaic"],"dt":[["text","{bc}a field especially of arable land
|
|
447
|
+
or pastureland"]]}],["sense",{"sn":"b","ins":[{"if":"acres","spl":"plural"}],"dt":[["text","{bc}{sx|lands||},
|
|
448
|
+
{sx|estate||}"]]}]],[["sense",{"sn":"2","dt":[["text","{bc}any of various
|
|
449
|
+
units of area"]],"sdsense":{"sd":"specifically","dt":[["text","{bc}a unit
|
|
450
|
+
in the U.S. and England equal to 43,560 square feet (4047 square meters) {dx}see
|
|
451
|
+
{dxt|Weights and Measures Table|weight|table}{\/dx}"]]}}]],[["sense",{"sn":"3","dt":[["text","{bc}a
|
|
452
|
+
broad expanse or great quantity "],["vis",[{"t":"{wi}acres{\/wi} of free publicity"}]]]}]]]}],"et":[["text","Middle
|
|
453
|
+
English {it}aker, acre,{\/it} going back to Old English {it}\u00e6cer,{\/it}
|
|
454
|
+
going back to Germanic {it}*akraz{\/it} (whence also, with {it}k{\/it} geminate
|
|
455
|
+
in West Germanic, Old Saxon {it}akkar{\/it} \u0022field,\u0022 Old High German
|
|
456
|
+
{it}ackar,{\/it} Old Norse {it}akr{\/it} \u0022arable land,\u0022 Gothic {it}akrs{\/it}
|
|
457
|
+
\u0022field\u0022), going back to Indo-European {it}*h{inf}2{\/inf}eg\u0301ros,{\/it}
|
|
458
|
+
whence also Latin {it}ager,{\/it} \u0022piece of land, field,\u0022 Greek
|
|
459
|
+
{it}agr\u00f3s,{\/it} Sanskrit {it}\u00e1jrah{\/it}"],["et_snote",[["t","This
|
|
460
|
+
Indo-European noun is traditionally linked to the verbal base {it}*h{inf}2{\/inf}eg\u0301-{\/it}
|
|
461
|
+
\u0022drive (cattle, etc.)\u0022 (see {et_link|agent|agent}), on the assumption
|
|
462
|
+
that {it}*h{inf}2{\/inf}eg\u0301-ros{\/it} originally meant \u0022pasture,\u0022
|
|
463
|
+
\u0022fallow land,\u0022 onto which the cattle were driven, and later developed
|
|
464
|
+
other senses, as \u0022cultivated field.\u0022 The semantic plausibility of
|
|
465
|
+
such a derivation has recently been questioned, however."]]]],"date":"before
|
|
466
|
+
12th century{ds||1|a|}","shortdef":["a field especially of arable land or
|
|
467
|
+
pastureland","lands, estate","any of various units of area; specifically :
|
|
468
|
+
a unit in the U.S. and England equal to 43,560 square feet (4047 square meters)"]},{"meta":{"id":"Acre:g1","uuid":"a7a3e62d-6541-485f-80de-38083f5e67ba","sort":"270047000","src":"collegiate","section":"geog","stems":["Acre"],"offensive":false},"hwi":{"hw":"Acre","prs":[{"mw":"\u02c8\u00e4-kr\u0113","sound":{"audio":"ggacre02","ref":"in
|
|
469
|
+
CD-R","stat":"6"}},{"mw":"-(\u02cc)kr\u0101","sound":{"audio":"ggacre01"}}]},"fl":"geographical
|
|
470
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","state in western Brazil bordering
|
|
471
|
+
on Peru and Bolivia; capital Rio Branco {it}area{\/it} 59,343 square miles
|
|
472
|
+
(153,698 square kilometers), {it}population{\/it} 733,559"]]}]]]}],"shortdef":["state
|
|
473
|
+
in western Brazil bordering on Peru and Bolivia; capital Rio Branco area 59,343
|
|
474
|
+
square miles (153,698 square kilometers), population 733,559"]},{"meta":{"id":"Acre:g2","uuid":"41be870b-3993-4232-a1e7-958f8a189c81","sort":"270048000","src":"collegiate","section":"geog","stems":["\u0027Akko","Accho","Acre","Ptolemais"],"offensive":false},"hwi":{"hw":"Acre","prs":[{"mw":"\u02c8\u00e4-k\u0259r","sound":{"audio":"ggacre02","ref":"c","stat":"1"}},{"mw":"\u02c8\u0101-k\u0259r"},{"mw":"\u02c8\u00e4-kr\u0259","sound":{"audio":"ggacre01","ref":"c","stat":"1"}}]},"vrs":[{"vl":"or
|
|
475
|
+
Hebrew","va":"\u02bdAk*ko"},{"vl":"or Old Testament","va":"Ac*cho","prs":[{"mw":"\u02c8\u00e4-k\u014d","sound":{"audio":"accho01g","ref":"c","stat":"1"}},{"mw":"\u02c8\u0101-"}]},{"vl":"or
|
|
476
|
+
New Testament","va":"Ptol*e*ma*\u00efs","prs":[{"mw":"\u02cct\u00e4-l\u0259-\u02c8m\u0101-\u0259s","sound":{"audio":"ggacre03","ref":"c","stat":"1"}}]}],"fl":"geographical
|
|
477
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","city and port at the head
|
|
478
|
+
of a bay on the Mediterranean Sea north of Mount Carmel in northwestern Israel
|
|
479
|
+
{it}population{\/it} 37,400"]]}]]]}],"shortdef":["city and port at the head
|
|
480
|
+
of a bay on the Mediterranean Sea north of Mount Carmel in northwestern Israel
|
|
481
|
+
population 37,400"]},{"meta":{"id":"acre-foot","uuid":"db433309-1613-4851-a417-53f7ef04d3cb","sort":"010629000","src":"collegiate","section":"alpha","stems":["acre-feet","acre-foot"],"offensive":false},"hwi":{"hw":"acre-foot","prs":[{"mw":"\u02c8\u0101-k\u0259r-\u02c8fu\u0307t","sound":{"audio":"acref01w","ref":"c","stat":"1"}}]},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}the
|
|
482
|
+
volume (as of irrigation water) that would cover one acre to a depth of one
|
|
483
|
+
foot"]]}]]]}],"date":"1889","shortdef":["the volume (as of irrigation water)
|
|
484
|
+
that would cover one acre to a depth of one foot"]},{"meta":{"id":"acre-inch","uuid":"969a0bb3-a663-4c14-a8f2-8220bf036802","sort":"010630000","src":"collegiate","section":"alpha","stems":["acre-inch","acre-inches"],"offensive":false},"hwi":{"hw":"acre-inch","prs":[{"mw":"\u02c8\u0101-k\u0259r-\u02c8inch","sound":{"audio":"acrei01w","ref":"c","stat":"1"}}]},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}one
|
|
485
|
+
twelfth of an acre-foot"]]}]]]}],"date":"circa 1909","shortdef":["one twelfth
|
|
486
|
+
of an acre-foot"]},{"meta":{"id":"God\u0027s acre","uuid":"00150aed-0d30-4d68-9896-e293f09b4347","sort":"071673000","src":"collegiate","section":"alpha","stems":["God\u0027s
|
|
487
|
+
acre","God\u0027s acres"],"offensive":false},"hwi":{"hw":"God\u0027s acre"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}{sx|churchyard||}"]]}]]]}],"date":"1605","shortdef":["churchyard"]}]'
|
|
488
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
489
|
+
- request:
|
|
490
|
+
method: get
|
|
491
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/contrast?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
492
|
+
body:
|
|
493
|
+
encoding: US-ASCII
|
|
494
|
+
string: ''
|
|
495
|
+
headers:
|
|
496
|
+
Accept-Encoding:
|
|
497
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
498
|
+
Accept:
|
|
499
|
+
- "*/*"
|
|
500
|
+
User-Agent:
|
|
501
|
+
- Ruby
|
|
502
|
+
response:
|
|
503
|
+
status:
|
|
504
|
+
code: 200
|
|
505
|
+
message: OK
|
|
506
|
+
headers:
|
|
507
|
+
Date:
|
|
508
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
509
|
+
Content-Type:
|
|
510
|
+
- application/json; charset=utf-8
|
|
511
|
+
Content-Length:
|
|
512
|
+
- '1347'
|
|
513
|
+
Connection:
|
|
514
|
+
- keep-alive
|
|
515
|
+
Server:
|
|
516
|
+
- Apache
|
|
517
|
+
Cache-Control:
|
|
518
|
+
- max-age=86400, public
|
|
519
|
+
Pragma:
|
|
520
|
+
- cache
|
|
521
|
+
Vary:
|
|
522
|
+
- Accept-Encoding
|
|
523
|
+
Access-Control-Allow-Origin:
|
|
524
|
+
- "*"
|
|
525
|
+
body:
|
|
526
|
+
encoding: ASCII-8BIT
|
|
527
|
+
string: '[{"meta":{"id":"contrast","uuid":"9abd2431-2662-4efd-b8d3-b8e78dbfc864","src":"coll_thes","section":"alpha","target":{"tuuid":"2da54096-294a-4498-b966-16391b4509e7","tsrc":"collegiate"},"stems":["contrast","contrasts"],"syns":[["difference","disagreement","discrepancy","disparateness","disparity","dissimilarity","dissimilitude","distance","distinction","distinctiveness","distinctness","diverseness","diversity","otherness","unlikeness"]],"ants":[["alikeness","analogousness","analogy","community","likeness","resemblance","sameness","similarity"]],"offensive":false},"hwi":{"hw":"contrast"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","the
|
|
528
|
+
quality or state of being different "],["vis",[{"t":"the {it}contrast{\/it}
|
|
529
|
+
between the two approaches to the problem of overeating could not be greater"}]]],"syn_list":[[{"wd":"difference"},{"wd":"disagreement"},{"wd":"discrepancy"},{"wd":"disparateness"},{"wd":"disparity"},{"wd":"dissimilarity"},{"wd":"dissimilitude"},{"wd":"distance"},{"wd":"distinction"},{"wd":"distinctiveness"},{"wd":"distinctness"},{"wd":"diverseness"},{"wd":"diversity"},{"wd":"otherness"},{"wd":"unlikeness"}]],"rel_list":[[{"wd":"deviance"},{"wd":"divergence"}],[{"wd":"differentiability"},{"wd":"discriminability"},{"wd":"distinguishability"}],[{"wd":"change"},{"wd":"modification"},{"wd":"variation"}],[{"wd":"conflict"},{"wd":"discord"},{"wd":"discordance"},{"wd":"dissension","wvrs":[{"wvl":"also","wva":"dissention"}]},{"wd":"dissent"},{"wd":"dissidence"},{"wd":"disunity"},{"wd":"friction"},{"wd":"strife"}],[{"wd":"variability"},{"wd":"variance"}],[{"wd":"anomalousness"},{"wd":"dichotomy"},{"wd":"incompatibility"},{"wd":"incongruence"},{"wd":"incongruity"},{"wd":"incongruousness"},{"wd":"nonconformity"}],[{"wd":"disproportion"},{"wd":"imbalance"},{"wd":"inequality"},{"wd":"nonequivalence"}]],"near_list":[[{"wd":"identicalness"},{"wd":"identity"}],[{"wd":"accordance"},{"wd":"agreement"},{"wd":"conformity"},{"wd":"congruity"},{"wd":"correspondence"},{"wd":"parallelism"},{"wd":"similitude"}],[{"wd":"equality"},{"wd":"equivalence"},{"wd":"equivalency"}],[{"wd":"homogeneity"},{"wd":"homogeneousness"},{"wd":"uniformity"}]],"ant_list":[[{"wd":"alikeness"},{"wd":"analogousness"},{"wd":"analogy"},{"wd":"community"},{"wd":"likeness"},{"wd":"resemblance"},{"wd":"sameness"},{"wd":"similarity"}]]}]]]}],"shortdef":["the
|
|
530
|
+
quality or state of being different"]},{"meta":{"id":"contrast","uuid":"65f6a950-1680-44bc-9b9c-a12642b1ca1c","src":"coll_thes","section":"alpha","target":{"tuuid":"449ca70a-5dd0-43a8-aea6-762612d36ada","tsrc":"collegiate"},"stems":["contrast","contrastable","contrasted","contrasting","contrastingly","contrasts"],"syns":[["differ","vary"]],"ants":[["compare","match"]],"offensive":false},"hwi":{"hw":"contrast"},"fl":"verb","def":[{"sseq":[[["sense",{"dt":[["text","to
|
|
531
|
+
be unlike; to not be the same "],["vis",[{"t":"her depressed mood today {it}contrasts{\/it}
|
|
532
|
+
sharply with her good spirits yesterday"}]]],"syn_list":[[{"wd":"differ"},{"wd":"vary"}]],"rel_list":[[{"wd":"deviate"},{"wd":"diverge"},{"wd":"divide"},{"wd":"fluctuate"},{"wd":"separate"}]],"near_list":[[{"wd":"accord"},{"wd":"agree"},{"wd":"conform"},{"wd":"correspond"}]],"ant_list":[[{"wd":"compare"},{"wd":"match"}]]}]]]}],"shortdef":["to
|
|
533
|
+
be unlike; to not be the same"]},{"meta":{"id":"in contrast (to)","uuid":"e5bcfd00-1824-4780-92ce-1b6a4f5b99d8","src":"CTcompile","section":"alpha","stems":["in
|
|
534
|
+
contrast (to)","in contrast to","in contrast (with)","in contrast with"],"syns":[["as
|
|
535
|
+
opposed to","compared to","contrasted (to)","in comparison (to)","athwart","contrary
|
|
536
|
+
to","with","against","agin","anti","contra","versus"]],"ants":[],"offensive":false},"hwi":{"hw":"in
|
|
537
|
+
contrast (to)"},"vrs":[{"vl":"or","va":"in contrast (with)"}],"fl":"preposition","def":[{"sseq":[[["sense",{"dt":[["text","as
|
|
538
|
+
in {it}contrasted (to){\/it}, {it}in comparison (to){\/it}"]],"sim_list":[[{"wd":"as
|
|
539
|
+
opposed to"},{"wd":"compared to","wvrs":[{"wvl":"or","wva":"compared with"}]},{"wd":"contrasted
|
|
540
|
+
(to)","wvrs":[{"wvl":"or","wva":"contrasted (with)"}]},{"wd":"in comparison
|
|
541
|
+
(to)","wvrs":[{"wvl":"or","wva":"in comparison (with)"}]}],[{"wd":"athwart"},{"wd":"contrary
|
|
542
|
+
to"}],[{"wd":"with"}],[{"wd":"against"},{"wd":"agin","wsls":["dialect"]},{"wd":"anti"},{"wd":"contra"},{"wd":"versus"}]]}]]]}],"shortdef":["as
|
|
543
|
+
in contrasted (to), in comparison (to)"]}]'
|
|
544
|
+
recorded_at: Tue, 21 Jun 2022 23:24:55 GMT
|
|
545
|
+
- request:
|
|
546
|
+
method: get
|
|
547
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/contrast?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
548
|
+
body:
|
|
549
|
+
encoding: US-ASCII
|
|
550
|
+
string: ''
|
|
551
|
+
headers:
|
|
552
|
+
Accept-Encoding:
|
|
553
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
554
|
+
Accept:
|
|
555
|
+
- "*/*"
|
|
556
|
+
User-Agent:
|
|
557
|
+
- Ruby
|
|
558
|
+
response:
|
|
559
|
+
status:
|
|
560
|
+
code: 200
|
|
561
|
+
message: OK
|
|
562
|
+
headers:
|
|
563
|
+
Date:
|
|
564
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
565
|
+
Content-Type:
|
|
566
|
+
- application/json; charset=utf-8
|
|
567
|
+
Content-Length:
|
|
568
|
+
- '2635'
|
|
569
|
+
Connection:
|
|
570
|
+
- keep-alive
|
|
571
|
+
Server:
|
|
572
|
+
- Apache
|
|
573
|
+
Cache-Control:
|
|
574
|
+
- max-age=86400, public
|
|
575
|
+
Pragma:
|
|
576
|
+
- cache
|
|
577
|
+
Vary:
|
|
578
|
+
- Accept-Encoding
|
|
579
|
+
Access-Control-Allow-Origin:
|
|
580
|
+
- "*"
|
|
581
|
+
body:
|
|
582
|
+
encoding: ASCII-8BIT
|
|
583
|
+
string: '[{"meta":{"id":"contrast:1","uuid":"449ca70a-5dd0-43a8-aea6-762612d36ada","sort":"035574100","src":"collegiate","section":"alpha","stems":["contrast","contrastable","contrasted","contrasting","contrastingly","contrasts"],"offensive":false},"hom":1,"hwi":{"hw":"con*trast","prs":[{"mw":"k\u0259n-\u02c8trast","sound":{"audio":"contra62","ref":"c","stat":"1"}},{"mw":"\u02c8k\u00e4n-\u02cctrast","sound":{"audio":"contra61","ref":"c","stat":"1"}}]},"fl":"verb","ins":[{"if":"con*trast*ed"},{"if":"con*trast*ing"},{"if":"con*trasts"}],"def":[{"vd":"transitive
|
|
584
|
+
verb","sseq":[[["sense",{"dt":[["text","{bc}to set off in {d_link|contrast|contrast:2}
|
|
585
|
+
{bc}compare or appraise in respect to differences "],["vis",[{"t":"{wi}Contrast{\/wi}
|
|
586
|
+
European and American manners."},{"t":"{wi}Contrast{\/wi} the two major characters
|
|
587
|
+
of the novel."}]],["uns",[[["text","often used with {it}to{\/it} or {it}with{\/it}
|
|
588
|
+
"],["vis",[{"t":"{wi}contrasting{\/wi} the painter with her contemporaries"}]]]]]]}]]]},{"vd":"intransitive
|
|
589
|
+
verb","sseq":[[["sense",{"dt":[["text","{bc}to form a contrast"]]}]]]}],"uros":[{"ure":"con*trast*able","prs":[{"mw":"k\u0259n-\u02c8tra-st\u0259-b\u0259l","sound":{"audio":"contra63","ref":"c","stat":"1"}},{"mw":"\u02c8k\u00e4n-\u02cctra-"}],"fl":"adjective"},{"ure":"con*trast*ing*ly","prs":[{"mw":"k\u0259n-\u02c8tra-sti\u014b-l\u0113","sound":{"audio":"contr02v","ref":"c","stat":"1"}},{"mw":"\u02c8k\u00e4n-\u02cctra-"}],"fl":"adverb"}],"syns":[{"pl":"synonyms","pt":[["text","{sc}compare{\/sc}
|
|
590
|
+
{sc}contrast{\/sc} {sc}collate{\/sc} mean to set side by side in order to
|
|
591
|
+
show differences and likenesses. {sc}compare{\/sc} implies an aim of showing
|
|
592
|
+
relative values or excellences by bringing out characteristic qualities whether
|
|
593
|
+
similar or divergent. "],["vis",[{"t":"{it}compared{\/it} the convention facilities
|
|
594
|
+
of the two cities"}]],["text"," {sc}contrast{\/sc} implies an emphasis on
|
|
595
|
+
differences. "],["vis",[{"t":"{it}contrasted{\/it} the computerized system
|
|
596
|
+
with the old filing cards"}]],["text"," {sc}collate{\/sc} implies minute and
|
|
597
|
+
critical inspection in order to note points of agreement or divergence. "],["vis",[{"t":"data
|
|
598
|
+
from districts around the country will be {it}collated{\/it}"}]]]}],"et":[["text","French
|
|
599
|
+
{it}contraster{\/it}, from Middle French, to oppose, resist, alteration of
|
|
600
|
+
{it}contrester{\/it}, from Vulgar Latin {it}*contrastare{\/it}, from Latin
|
|
601
|
+
{it}contra-{\/it} + {it}stare{\/it} to stand {ma}{mat|stand|}{\/ma}"]],"date":"1646{ds|t|||}","shortdef":["to
|
|
602
|
+
set off in contrast : compare or appraise in respect to differences \u2014often
|
|
603
|
+
used with to or with","to form a contrast"]},{"meta":{"id":"contrast:2","uuid":"2da54096-294a-4498-b966-16391b4509e7","sort":"035574200","src":"collegiate","section":"alpha","stems":["contrast","contrasts"],"offensive":false},"hom":2,"hwi":{"hw":"con*trast","prs":[{"mw":"\u02c8k\u00e4n-\u02cctrast","sound":{"audio":"contra64","ref":"c","stat":"1"}}]},"fl":"noun","def":[{"sseq":[[["sense",{"sn":"1
|
|
604
|
+
a","dt":[["text","{bc}{d_link|juxtaposition|juxtaposition} of dissimilar elements
|
|
605
|
+
(such as color, tone, or emotion) in a work of art"]]}],["sense",{"sn":"b","dt":[["text","{bc}degree
|
|
606
|
+
of difference between the lightest and darkest parts of a picture"]]}]],[["sense",{"sn":"2
|
|
607
|
+
a","dt":[["text","{bc}the difference or degree of difference between things
|
|
608
|
+
having similar or comparable natures "],["vis",[{"t":"the {wi}contrast{\/wi}
|
|
609
|
+
between the two forms of government"}]]]}],["sense",{"sn":"b","dt":[["text","{bc}comparison
|
|
610
|
+
of similar objects to set off their dissimilar qualities "],["vis",[{"t":"By
|
|
611
|
+
{wi}contrast{\/wi} with newer models, the computer operates slowly."}]],["text","
|
|
612
|
+
{bc}the state of being so compared "],["vis",[{"t":"In {wi}contrast{\/wi}
|
|
613
|
+
to the other estimates, his was very high."}]]]}]],[["sense",{"sn":"3","dt":[["text","{bc}a
|
|
614
|
+
person or thing that exhibits differences when compared with another "],["vis",[{"t":"The
|
|
615
|
+
gentle girl is a {wi}contrast{\/wi} to the arrogant woman."}]]]}]]]}],"et":[["text","{dx_ety}see
|
|
616
|
+
{dxt|contrast:1||}{\/dx_ety}"]],"date":"1711{ds||1|a|}","shortdef":["juxtaposition
|
|
617
|
+
of dissimilar elements (such as color, tone, or emotion) in a work of art","degree
|
|
618
|
+
of difference between the lightest and darkest parts of a picture","the difference
|
|
619
|
+
or degree of difference between things having similar or comparable natures"]},{"meta":{"id":"phase-contrast","uuid":"522b2f0d-dda8-46a7-96c9-20e8e3411f23","sort":"160230600","src":"collegiate","section":"alpha","stems":["phase-contrast"],"offensive":false},"hwi":{"hw":"phase-contrast"},"fl":"adjective","def":[{"sseq":[[["sense",{"dt":[["text","{bc}of
|
|
620
|
+
or employing the phase-contrast microscope"]]}]]]}],"date":"1934","shortdef":["of
|
|
621
|
+
or employing the phase-contrast microscope"]},{"meta":{"id":"phase-contrast
|
|
622
|
+
microscope","uuid":"ba134a00-2599-47ae-8b66-119ddcd52a35","sort":"160230700","src":"collegiate","section":"alpha","stems":["phase
|
|
623
|
+
microscope","phase-contrast microscope","phase-contrast microscopes"],"offensive":false},"hwi":{"hw":"phase-contrast
|
|
624
|
+
microscope"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a microscope
|
|
625
|
+
that translates differences in phase of the light transmitted through or reflected
|
|
626
|
+
by the object into differences of intensity in the image "],["ca",{"intro":"called
|
|
627
|
+
also","cats":[{"cat":"phase microscope"}]}]]}]]]}],"date":"1947","shortdef":["a
|
|
628
|
+
microscope that translates differences in phase of the light transmitted through
|
|
629
|
+
or reflected by the object into differences of intensity in the image \u2014called
|
|
630
|
+
also phase microscope"]},{"meta":{"id":"by\/in contrast","uuid":"0a919fff-262b-457b-a890-02b1e903b621","sort":"3002647500","src":"ld","section":"idioms","stems":["by
|
|
631
|
+
contrast","by contrast to","by contrast with","in contrast","in contrast to","in
|
|
632
|
+
contrast with"],"offensive":false},"hwi":{"hw":"by\/in contrast"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}when
|
|
633
|
+
compared to another {bc}when looked at or thought about in relation to similar
|
|
634
|
+
objects or people to set off dissimilar qualities "],["vis",[{"t":"She had
|
|
635
|
+
a big personality, which made her husband seem dull {it}by contrast{\/it}."}]],["uns",[[["text","often
|
|
636
|
+
+ {it}with{\/it} or {it}to{\/it} "],["vis",[{"t":"{it}In contrast with{\/it}
|
|
637
|
+
last year\u0027s profits, the company is not doing very well."}]]]]]]}]]]}],"shortdef":["when
|
|
638
|
+
compared to another : when looked at or thought about in relation to similar
|
|
639
|
+
objects or people to set off dissimilar qualities \u2014often + with or to"]},{"meta":{"id":"compare
|
|
640
|
+
and contrast","uuid":"eab8e2f0-2aa7-4870-9494-6eb786b80452","sort":"3003794000","src":"ld","section":"idioms","stems":["compare
|
|
641
|
+
and contrast"],"offensive":false},"hwi":{"hw":"compare and contrast"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}to
|
|
642
|
+
note what is similar and different about (two or more things) "],["vis",[{"t":"For
|
|
643
|
+
our assignment we must {it}compare and contrast{\/it} the two poets."}]]]}]]]}],"shortdef":["to
|
|
644
|
+
note what is similar and different about (two or more things)"]},{"meta":{"id":"in
|
|
645
|
+
marked contrast to","uuid":"f358a766-b4fe-4e31-a9fb-d48923d4d2e8","sort":"3009615000","src":"ld","section":"idioms","stems":["in
|
|
646
|
+
marked contrast to"],"offensive":false},"hwi":{"hw":"in marked contrast to"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}very
|
|
647
|
+
different from "],["vis",[{"t":"His current friendly manner is {it}in marked
|
|
648
|
+
contrast to{\/it} his usual behavior."}]]]}]]]}],"shortdef":["very different
|
|
649
|
+
from"]},{"meta":{"id":"in stark\/marked\/sharp contrast with\/to","uuid":"39b398a2-c9ba-47bc-b1a9-13e0b44f678f","sort":"3009834000","src":"ld","section":"idioms","stems":["in
|
|
650
|
+
marked contrast to","in marked contrast with","in sharp contrast to","in sharp
|
|
651
|
+
contrast with","in stark contrast to","in stark contrast with","in stark\/marked\/sharp
|
|
652
|
+
contrast with\/to"],"offensive":false},"hwi":{"hw":"in stark\/marked\/sharp
|
|
653
|
+
contrast with\/to"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}very
|
|
654
|
+
different from (something else) "],["vis",[{"t":"His comments were {it}in
|
|
655
|
+
stark\/marked\/sharp contrast with\/to{\/it} his earlier statements."}]]]}]]]}],"shortdef":["very
|
|
656
|
+
different from (something else)"]},{"meta":{"id":"in striking contrast to\/with","uuid":"5a374869-55c3-46a9-b60d-9e5955d94287","sort":"3009843000","src":"ld","section":"idioms","stems":["in
|
|
657
|
+
striking contrast to","in striking contrast to\/with","in striking contrast
|
|
658
|
+
with"],"offensive":false},"hwi":{"hw":"in striking contrast to\/with"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}very
|
|
659
|
+
different from "],["vis",[{"t":"The building\u0027s modern style is {it}in
|
|
660
|
+
striking contrast to{\/it} the surrounding neighborhood."}]]]}]]]}],"shortdef":["very
|
|
661
|
+
different from"]},{"meta":{"id":"stand in striking contrast to\/with","uuid":"cea217a3-f04e-40b6-bb23-fba5cafc3e6b","sort":"3018458000","src":"ld","section":"idioms","stems":["stand
|
|
662
|
+
in striking contrast to","stand in striking contrast to\/with","stand in striking
|
|
663
|
+
contrast with"],"offensive":false},"hwi":{"hw":"stand in striking contrast
|
|
664
|
+
to\/with"},"fl":"idiom","def":[{"sseq":[[["sense",{"dt":[["text","{bc}to be
|
|
665
|
+
very different from "],["vis",[{"t":"The building\u0027s modern style {it}stands
|
|
666
|
+
in striking contrast to{\/it} the surrounding neighborhood."}]]]}]]]}],"shortdef":["to
|
|
667
|
+
be very different from"]}]'
|
|
668
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
669
|
+
- request:
|
|
670
|
+
method: get
|
|
671
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/superior?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
672
|
+
body:
|
|
673
|
+
encoding: US-ASCII
|
|
674
|
+
string: ''
|
|
675
|
+
headers:
|
|
676
|
+
Accept-Encoding:
|
|
677
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
678
|
+
Accept:
|
|
679
|
+
- "*/*"
|
|
680
|
+
User-Agent:
|
|
681
|
+
- Ruby
|
|
682
|
+
response:
|
|
683
|
+
status:
|
|
684
|
+
code: 200
|
|
685
|
+
message: OK
|
|
686
|
+
headers:
|
|
687
|
+
Date:
|
|
688
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
689
|
+
Content-Type:
|
|
690
|
+
- application/json; charset=utf-8
|
|
691
|
+
Content-Length:
|
|
692
|
+
- '4244'
|
|
693
|
+
Connection:
|
|
694
|
+
- keep-alive
|
|
695
|
+
Server:
|
|
696
|
+
- Apache
|
|
697
|
+
Cache-Control:
|
|
698
|
+
- max-age=86400, public
|
|
699
|
+
Pragma:
|
|
700
|
+
- cache
|
|
701
|
+
Vary:
|
|
702
|
+
- Accept-Encoding
|
|
703
|
+
Access-Control-Allow-Origin:
|
|
704
|
+
- "*"
|
|
705
|
+
body:
|
|
706
|
+
encoding: ASCII-8BIT
|
|
707
|
+
string: '[{"meta":{"id":"superior","uuid":"04164052-7c60-4391-9d30-f0d8c672e1f6","src":"coll_thes","section":"alpha","target":{"tuuid":"926b97ba-d82b-4d41-a0fb-d2b3d471371a","tsrc":"collegiate"},"stems":["superior","superiorly"],"syns":[["arrogant","assumptive","bumptious","cavalier","chesty","haughty","high-and-mighty","high-handed","high-hat","highfalutin","huffish","huffy","imperious","important","lofty","lordly","masterful","overweening","peremptory","pompous","presuming","presumptuous","pretentious","self-asserting","self-assertive","sniffy","stiff-necked","supercilious","toplofty","uppish","uppity"],["disdainful","haughty","highfalutin","lofty","lordly","prideful","proud"],["A-OK","A1","awesome","bang-up","banner","beautiful","blue-chip","blue-ribbon","boffo","bonny","boss","brag","brave","bully","bumper","capital","choice","classic","cool","corking","crackerjack","cracking","dandy","divine","dope","down","dynamite","excellent","fab","fabulous","famous","fantabulous","fantastic","fine","first-class","first-rate","first-string","five-star","four-star","frontline","gangbusters","gilt-edged","gone","grand","great","groovy","heavenly","high-class","hot","hype","immense","jim-dandy","keen","lovely","marvelous","mean","neat","nifty","noble","number
|
|
708
|
+
one","numero uno","out-of-sight","par excellence","peachy","peachy keen","phat","prime","primo","prize","prizewinning","quality","radical","righteous","sensational","slick","splendid","stellar","sterling","superb","superlative","supernal","swell","terrific","tip-top","top","top-notch","top-of-the-line","top-shelf","topflight","topping","unsurpassed","wizard","wonderful"],["astral","bright","distinguished","eminent","illustrious","luminous","noble","notable","noteworthy","outstanding","preeminent","prestigious","redoubtable","signal","star"]],"ants":[["humble","lowly","modest","unarrogant","unpretentious"],["humble","lowly","modest"],["atrocious","awful","execrable","lousy","pathetic","poor","rotten","terrible","vile","wretched"]],"offensive":false},"hwi":{"hw":"superior"},"fl":"adjective","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","having
|
|
709
|
+
a feeling of superiority that shows itself in an overbearing attitude "],["vis",[{"t":"that
|
|
710
|
+
{it}superior{\/it} sportscaster lets it be known that he thinks all foreign
|
|
711
|
+
baseball teams are second-rate"}]]],"syn_list":[[{"wd":"arrogant"},{"wd":"assumptive"},{"wd":"bumptious"},{"wd":"cavalier"},{"wd":"chesty"},{"wd":"haughty"},{"wd":"high-and-mighty"},{"wd":"high-handed"},{"wd":"high-hat"},{"wd":"highfalutin","wvrs":[{"wvl":"also","wva":"hifalutin"}]},{"wd":"huffish"},{"wd":"huffy"},{"wd":"imperious"},{"wd":"important"},{"wd":"lofty"},{"wd":"lordly"},{"wd":"masterful"},{"wd":"overweening"},{"wd":"peremptory"},{"wd":"pompous"},{"wd":"presuming"},{"wd":"presumptuous"},{"wd":"pretentious"},{"wd":"self-asserting"},{"wd":"self-assertive"},{"wd":"sniffy"},{"wd":"stiff-necked"},{"wd":"supercilious"},{"wd":"toplofty","wvrs":[{"wvl":"also","wva":"toploftical"}]},{"wd":"uppish"},{"wd":"uppity"}]],"rel_list":[[{"wd":"authoritarian"},{"wd":"bossy"},{"wd":"dominant"},{"wd":"dominating"},{"wd":"domineering"},{"wd":"magisterial"},{"wd":"pontifical"},{"wd":"pontificating"}],[{"wd":"condescending"},{"wd":"disdainful"},{"wd":"patronizing"}],[{"wd":"impertinent"},{"wd":"impudent"},{"wd":"saucy"}],[{"wd":"snobbish"},{"wd":"snobby"},{"wd":"snooty"}],[{"wd":"blusterous"},{"wd":"blustery"},{"wd":"boastful"},{"wd":"bombastic"},{"wd":"braggart"},{"wd":"bragging"},{"wd":"braggy"},{"wd":"cocky"},{"wd":"swaggering"},{"wd":"vain"},{"wd":"vainglorious"}],[{"wd":"complacent"},{"wd":"conceited"},{"wd":"egocentric"},{"wd":"egoistic","wvrs":[{"wvl":"also","wva":"egoistical"}]},{"wd":"egotistic","wvrs":[{"wvl":"or","wva":"egotistical"}]},{"wd":"hubristic"},{"wd":"narcissistic"},{"wd":"orgulous"},{"wd":"prideful"},{"wd":"proud"},{"wd":"self-affected"},{"wd":"self-applauding"},{"wd":"self-centered"},{"wd":"self-complacent"},{"wd":"self-conceited"},{"wd":"self-pleased"},{"wd":"self-satisfied"},{"wd":"smug"},{"wd":"stuck-up"}],[{"wd":"self-flattering"},{"wd":"self-loving"},{"wd":"self-promoting"}],[{"wd":"brash"},{"wd":"forward"},{"wd":"uninhibited"},{"wd":"unreserved"}],[{"wd":"extroverted","wvrs":[{"wvl":"also","wva":"extraverted"}]},{"wd":"immodest"}]],"near_list":[[{"wd":"bashful"},{"wd":"cowering"},{"wd":"cringing"},{"wd":"demure"},{"wd":"diffident"},{"wd":"introverted"},{"wd":"mousy","wvrs":[{"wvl":"or","wva":"mousey"}]},{"wd":"overmodest"},{"wd":"self-critical"},{"wd":"self-doubting"},{"wd":"sheepish"},{"wd":"shrinking"},{"wd":"shy"},{"wd":"subdued"},{"wd":"timid"}],[{"wd":"acquiescent"},{"wd":"compliant"},{"wd":"deferential"},{"wd":"meek"},{"wd":"passive"},{"wd":"submissive"},{"wd":"unaggressive"},{"wd":"unassertive"},{"wd":"unassuming"},{"wd":"unobtrusive"},{"wd":"yielding"}],[{"wd":"quiet"},{"wd":"reserved"},{"wd":"retiring"}]],"ant_list":[[{"wd":"humble"},{"wd":"lowly"},{"wd":"modest"},{"wd":"unarrogant"},{"wd":"unpretentious"}]]}]],[["sense",{"sn":"2","dt":[["text","having
|
|
712
|
+
or displaying feelings of scorn for what is regarded as beneath oneself "],["vis",[{"t":"the
|
|
713
|
+
{it}superior{\/it} attitude of the store owner\u0027s son drove the other
|
|
714
|
+
employees crazy"}]]],"syn_list":[[{"wd":"disdainful"},{"wd":"haughty"},{"wd":"highfalutin","wvrs":[{"wvl":"also","wva":"hifalutin"}]},{"wd":"lofty"},{"wd":"lordly"},{"wd":"prideful"},{"wd":"proud"}]],"rel_list":[[{"wd":"complacent"},{"wd":"conceited"},{"wd":"egoistic"},{"wd":"egotistic","wvrs":[{"wvl":"also","wva":"egotistical"}]},{"wd":"important"},{"wd":"self-assertive"},{"wd":"self-conceited"},{"wd":"self-contented"},{"wd":"self-important"},{"wd":"self-satisfied"},{"wd":"smug"},{"wd":"uppity"},{"wd":"vain"},{"wd":"vainglorious"}],[{"wd":"arrogant"},{"wd":"pretentious"},{"wd":"sniffy"},{"wd":"snobbish"},{"wd":"stuck-up"},{"wd":"supercilious"}],[{"wd":"cavalier"},{"wd":"overbearing"},{"wd":"overweening"},{"wd":"peremptory"},{"wd":"swaggering"}],[{"wd":"high-sounding"},{"wd":"pompous"}],[{"wd":"condescending"},{"wd":"patronizing"}],[{"wd":"cocky"},{"wd":"overconfident"},{"wd":"presuming"},{"wd":"presumptuous"}],[{"wd":"bloated"},{"wd":"boastful"},{"wd":"bombastic"},{"wd":"self-glorifying"}],[{"wd":"audacious"},{"wd":"bold"},{"wd":"brash"},{"wd":"brassy"},{"wd":"cheeky"},{"wd":"cocksure"},{"wd":"forward"},{"wd":"impertinent"},{"wd":"impudent"},{"wd":"saucy"}],[{"wd":"confident"},{"wd":"presuming"},{"wd":"self-assured"},{"wd":"self-confident"},{"wd":"sure"}],[{"wd":"bossy"},{"wd":"domineering"},{"wd":"high-handed"},{"wd":"imperious"}],[{"wd":"egocentric"},{"wd":"self-centered"},{"wd":"selfish"}],[{"wd":"dominating"},{"wd":"magisterial"},{"wd":"masterful"}]],"near_list":[[{"wd":"demure"},{"wd":"homely"},{"wd":"meek"},{"wd":"unassuming"},{"wd":"unpretending"},{"wd":"unpretentious"}],[{"wd":"bashful"},{"wd":"retiring"},{"wd":"shy"},{"wd":"timid"}],[{"wd":"diffident"},{"wd":"self-doubting"}],[{"wd":"acquiescent"},{"wd":"compliant"},{"wd":"deferential"},{"wd":"ingratiating"},{"wd":"resigned"},{"wd":"submissive"},{"wd":"unassertive"},{"wd":"yielding"}],[{"wd":"apologetic"},{"wd":"cowering"},{"wd":"cringing"},{"wd":"shrinking"}],[{"wd":"passive"},{"wd":"quiet"},{"wd":"reserved"},{"wd":"subdued"},{"wd":"unobtrusive"}]],"ant_list":[[{"wd":"humble"},{"wd":"lowly"},{"wd":"modest"}]]}]],[["sense",{"sn":"3","dt":[["text","of
|
|
715
|
+
the very best kind "],["vis",[{"t":"a five-star restaurant known for its {it}superior{\/it}
|
|
716
|
+
wine list"}]]],"syn_list":[[{"wd":"A-OK"},{"wd":"A1"},{"wd":"awesome"},{"wd":"bang-up"},{"wd":"banner"},{"wd":"beautiful"},{"wd":"blue-chip"},{"wd":"blue-ribbon"},{"wd":"boffo"},{"wd":"bonny","wvrs":[{"wvl":"also","wva":"bonnie"}],"wsls":["chiefly
|
|
717
|
+
British"]},{"wd":"boss","wsls":["slang"]},{"wd":"brag"},{"wd":"brave"},{"wd":"bully"},{"wd":"bumper"},{"wd":"capital"},{"wd":"choice"},{"wd":"classic"},{"wd":"cool","wsls":["slang"]},{"wd":"corking"},{"wd":"crackerjack"},{"wd":"cracking"},{"wd":"dandy"},{"wd":"divine"},{"wd":"dope","wsls":["slang"]},{"wd":"down","wsls":["slang"]},{"wd":"dynamite"},{"wd":"excellent"},{"wd":"fab"},{"wd":"fabulous"},{"wd":"famous"},{"wd":"fantabulous","wsls":["slang"]},{"wd":"fantastic"},{"wd":"fine"},{"wd":"first-class"},{"wd":"first-rate"},{"wd":"first-string"},{"wd":"five-star"},{"wd":"four-star"},{"wd":"frontline"},{"wd":"gangbusters","wvrs":[{"wvl":"also","wva":"gangbuster"}]},{"wd":"gilt-edged","wvrs":[{"wvl":"or","wva":"gilt-edge"}]},{"wd":"gone","wsls":["slang"]},{"wd":"grand"},{"wd":"great"},{"wd":"groovy"},{"wd":"heavenly"},{"wd":"high-class"},{"wd":"hot"},{"wd":"hype","wsls":["slang"]},{"wd":"immense"},{"wd":"jim-dandy"},{"wd":"keen"},{"wd":"lovely"},{"wd":"marvelous","wvrs":[{"wvl":"or","wva":"marvellous"}]},{"wd":"mean"},{"wd":"neat"},{"wd":"nifty"},{"wd":"noble"},{"wd":"number
|
|
718
|
+
one","wvrs":[{"wvl":"also","wva":"No. 1"}]},{"wd":"numero uno"},{"wd":"out-of-sight","wsls":["slang"]},{"wd":"par
|
|
719
|
+
excellence"},{"wd":"peachy"},{"wd":"peachy keen"},{"wd":"phat","wsls":["slang"]},{"wd":"prime"},{"wd":"primo","wsls":["slang"]},{"wd":"prize"},{"wd":"prizewinning"},{"wd":"quality"},{"wd":"radical","wsls":["slang"]},{"wd":"righteous","wsls":["slang"]},{"wd":"sensational"},{"wd":"slick"},{"wd":"splendid"},{"wd":"stellar"},{"wd":"sterling"},{"wd":"superb"},{"wd":"superlative"},{"wd":"supernal"},{"wd":"swell"},{"wd":"terrific"},{"wd":"tip-top"},{"wd":"top"},{"wd":"top-notch"},{"wd":"top-of-the-line"},{"wd":"top-shelf"},{"wd":"topflight"},{"wd":"topping","wsls":["chiefly
|
|
720
|
+
British"]},{"wd":"unsurpassed"},{"wd":"wizard","wsls":["chiefly British"]},{"wd":"wonderful"}]],"rel_list":[[{"wd":"acceptable"},{"wd":"adequate"},{"wd":"all
|
|
721
|
+
right"},{"wd":"decent"},{"wd":"good"},{"wd":"OK","wvrs":[{"wvl":"or","wva":"okay"}]},{"wd":"passable"},{"wd":"satisfactory"},{"wd":"tolerable"}],[{"wd":"better"},{"wd":"exceptional"},{"wd":"fancy"},{"wd":"high-grade"},{"wd":"high-test"},{"wd":"premium"},{"wd":"select"},{"wd":"special"},{"wd":"superfine"}],[{"wd":"classical"},{"wd":"standard"},{"wd":"traditional"}]],"phrase_list":[[{"wd":"out
|
|
722
|
+
of this world"},{"wd":"too much"}]],"near_list":[[{"wd":"bad"},{"wd":"inferior"},{"wd":"low-grade"},{"wd":"substandard"},{"wd":"unsatisfactory"}],[{"wd":"mediocre"},{"wd":"middling"},{"wd":"second-class"},{"wd":"second-rate"}]],"ant_list":[[{"wd":"atrocious"},{"wd":"awful"},{"wd":"execrable"},{"wd":"lousy"},{"wd":"pathetic"},{"wd":"poor"},{"wd":"rotten"},{"wd":"terrible"},{"wd":"vile"},{"wd":"wretched"}]]}]],[["sense",{"sn":"4","dt":[["text","standing
|
|
723
|
+
above others in rank, importance, or achievement "],["vis",[{"t":"a university
|
|
724
|
+
known for attracting {it}superior{\/it} scientists and mathematicians"}]]],"syn_list":[[{"wd":"astral"},{"wd":"bright"},{"wd":"distinguished"},{"wd":"eminent"},{"wd":"illustrious"},{"wd":"luminous"},{"wd":"noble"},{"wd":"notable"},{"wd":"noteworthy"},{"wd":"outstanding"},{"wd":"preeminent"},{"wd":"prestigious"},{"wd":"redoubtable"},{"wd":"signal"},{"wd":"star"}]],"rel_list":[[{"wd":"celebrated"},{"wd":"exalted"},{"wd":"famed"},{"wd":"famous"},{"wd":"glorious"},{"wd":"honored"},{"wd":"renowned"},{"wd":"reputable"}],[{"wd":"infamous"},{"wd":"notorious"}],[{"wd":"dominant"},{"wd":"paramount"},{"wd":"predominant"}]],"near_list":[[{"wd":"insignificant"},{"wd":"minor"},{"wd":"unimportant"}],[{"wd":"average"},{"wd":"inferior"},{"wd":"mediocre"}],[{"wd":"obscure"},{"wd":"uncelebrated"},{"wd":"unsung"}]]}]]]}],"shortdef":["having
|
|
725
|
+
a feeling of superiority that shows itself in an overbearing attitude","having
|
|
726
|
+
or displaying feelings of scorn for what is regarded as beneath oneself","of
|
|
727
|
+
the very best kind"]},{"meta":{"id":"superior","uuid":"bc611e10-793d-4ded-b7a5-de87fed4cc13","src":"coll_thes","section":"alpha","target":{"tuuid":"d6ff320b-763a-4590-85e2-437164ac0e35","tsrc":"collegiate"},"stems":["superior","superiors"],"syns":[["better","elder","senior"]],"ants":[["inferior","subordinate","underling"]],"offensive":false},"hwi":{"hw":"superior"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","one
|
|
728
|
+
who is above another in rank, station, or office "],["vis",[{"t":"if a customer
|
|
729
|
+
is rude to you, report it to your {it}superior{\/it} and she\u0027ll handle
|
|
730
|
+
it"}]]],"syn_list":[[{"wd":"better"},{"wd":"elder"},{"wd":"senior"}]],"rel_list":[[{"wd":"boss"},{"wd":"chief"},{"wd":"head"},{"wd":"leader"},{"wd":"master"}]],"near_list":[[{"wd":"assistant"},{"wd":"deputy"}]],"ant_list":[[{"wd":"inferior"},{"wd":"subordinate"},{"wd":"underling"}]]}]]]}],"shortdef":["one
|
|
731
|
+
who is above another in rank, station, or office"]},{"meta":{"id":"mother
|
|
732
|
+
superior","uuid":"89527e42-abd8-4fc0-8c8c-8aac60c96766","src":"CTcompile","section":"alpha","stems":["mother
|
|
733
|
+
superior"],"syns":[["abbess","anchoress","cloistress","conventual","novice","prioress","religious","Reverend
|
|
734
|
+
Mother","votary","nun","sister","clergywoman","deaconess","high priestess","priestess","friar","mendicant","monastic","monk","oblate","clergyperson","cleric","clerical","clerk","deacon","divine","dominie","ecclesiastic","high
|
|
735
|
+
priest","minister","preacher","reverend","abbot","archbishop","archpriest","bishop","dean","diocesan","monsignor","pope","prelate","presbyter","churchman","clergyman","father","Holy
|
|
736
|
+
Joe","padre","abb\u00e9","curate","cur\u00e9","parson","pastor","rector","shepherd","vicar","chaplain","confessor","sky
|
|
737
|
+
pilot","evangelist","missionary","missioner","missionizer","revivalist"]],"ants":[["lay
|
|
738
|
+
reader","lector","layman","layperson","secular"]],"offensive":false},"hwi":{"hw":"mother
|
|
739
|
+
superior"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","as in {it}Reverend
|
|
740
|
+
Mother{\/it}, {it}anchoress{\/it}"]],"sim_list":[[{"wd":"abbess"},{"wd":"anchoress","wvrs":[{"wvl":"or","wva":"ancress"}]},{"wd":"cloistress","wsls":["obsolete"]},{"wd":"conventual"},{"wd":"novice"},{"wd":"prioress"},{"wd":"religious"},{"wd":"Reverend
|
|
741
|
+
Mother"},{"wd":"votary","wsls":["archaic"]}],[{"wd":"nun"},{"wd":"sister"}],[{"wd":"clergywoman"},{"wd":"deaconess"},{"wd":"high
|
|
742
|
+
priestess"},{"wd":"priestess"}],[{"wd":"friar"},{"wd":"mendicant"},{"wd":"monastic"},{"wd":"monk"},{"wd":"oblate"}],[{"wd":"clergyperson"},{"wd":"cleric"},{"wd":"clerical"},{"wd":"clerk"},{"wd":"deacon"},{"wd":"divine"},{"wd":"dominie"},{"wd":"ecclesiastic"},{"wd":"high
|
|
743
|
+
priest"},{"wd":"minister"},{"wd":"preacher"},{"wd":"reverend"}],[{"wd":"abbot"},{"wd":"archbishop"},{"wd":"archpriest"},{"wd":"bishop"},{"wd":"dean"},{"wd":"diocesan"},{"wd":"monsignor"},{"wd":"pope"},{"wd":"prelate"},{"wd":"presbyter"}],[{"wd":"churchman"},{"wd":"clergyman"},{"wd":"father"},{"wd":"Holy
|
|
744
|
+
Joe","wsls":["slang"]},{"wd":"padre"}],[{"wd":"abb\u00e9"},{"wd":"curate"},{"wd":"cur\u00e9"},{"wd":"parson"},{"wd":"pastor"},{"wd":"rector"},{"wd":"shepherd"},{"wd":"vicar"}],[{"wd":"chaplain"},{"wd":"confessor"},{"wd":"sky
|
|
745
|
+
pilot"}],[{"wd":"evangelist"},{"wd":"missionary"},{"wd":"missioner"},{"wd":"missionizer"},{"wd":"revivalist"}]],"opp_list":[[{"wd":"lay
|
|
746
|
+
reader"},{"wd":"lector"}],[{"wd":"layman"},{"wd":"layperson"},{"wd":"secular"}]]}]]]}],"shortdef":["as
|
|
747
|
+
in Reverend Mother, anchoress"]}]'
|
|
748
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
749
|
+
- request:
|
|
750
|
+
method: get
|
|
751
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/superior?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
752
|
+
body:
|
|
753
|
+
encoding: US-ASCII
|
|
754
|
+
string: ''
|
|
755
|
+
headers:
|
|
756
|
+
Accept-Encoding:
|
|
757
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
758
|
+
Accept:
|
|
759
|
+
- "*/*"
|
|
760
|
+
User-Agent:
|
|
761
|
+
- Ruby
|
|
762
|
+
response:
|
|
763
|
+
status:
|
|
764
|
+
code: 200
|
|
765
|
+
message: OK
|
|
766
|
+
headers:
|
|
767
|
+
Date:
|
|
768
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
769
|
+
Content-Type:
|
|
770
|
+
- application/json; charset=utf-8
|
|
771
|
+
Content-Length:
|
|
772
|
+
- '2692'
|
|
773
|
+
Connection:
|
|
774
|
+
- keep-alive
|
|
775
|
+
Server:
|
|
776
|
+
- Apache
|
|
777
|
+
Cache-Control:
|
|
778
|
+
- max-age=86400, public
|
|
779
|
+
Pragma:
|
|
780
|
+
- cache
|
|
781
|
+
Vary:
|
|
782
|
+
- Accept-Encoding
|
|
783
|
+
Access-Control-Allow-Origin:
|
|
784
|
+
- "*"
|
|
785
|
+
body:
|
|
786
|
+
encoding: ASCII-8BIT
|
|
787
|
+
string: '[{"meta":{"id":"superior:1","uuid":"926b97ba-d82b-4d41-a0fb-d2b3d471371a","sort":"194958300","src":"collegiate","section":"alpha","stems":["superior","superiorly"],"offensive":false},"hom":1,"hwi":{"hw":"su*pe*ri*or","prs":[{"mw":"su\u0307-\u02c8pir-\u0113-\u0259r","sound":{"audio":"superi14","ref":"c","stat":"1"}}]},"fl":"adjective","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","{bc}situated
|
|
788
|
+
higher up {bc}{sx|upper||}"]]}]],[["sense",{"sn":"2","dt":[["text","{bc}of
|
|
789
|
+
higher rank, quality, or importance"]]}]],[["sense",{"sn":"3","dt":[["text","{bc}courageously
|
|
790
|
+
or serenely indifferent (as to something painful or disheartening)"]]}]],[["sense",{"sn":"4
|
|
791
|
+
a","dt":[["text","{bc}greater in quantity or numbers "],["vis",[{"t":"escaped
|
|
792
|
+
by {wi}superior{\/wi} speed"}]]]}],["sense",{"sn":"b","dt":[["text","{bc}excellent
|
|
793
|
+
of its kind {bc}{sx|better||} "],["vis",[{"t":"her {wi}superior{\/wi} memory"}]]]}]],[["sense",{"sn":"5","dt":[["text","{bc}being
|
|
794
|
+
a {a_link|superscript}"]]}]],[["sense",{"sn":"6 a","sls":["of an animal structure"],"dt":[["text","{bc}situated
|
|
795
|
+
above or anterior or dorsal to another and especially a corresponding part
|
|
796
|
+
"],["vis",[{"t":"a {wi}superior{\/wi} artery"}]]]}],["pseq",[["bs",{"sense":{"sn":"b","sls":["of
|
|
797
|
+
a plant structure"],"dt":[["text","{bc}situated above or near the top of another
|
|
798
|
+
part: such as"]]}}],["sense",{"sn":"(1)","sls":["of a calyx"],"dt":[["text","{bc}attached
|
|
799
|
+
to and apparently arising from the ovary"]]}],["sense",{"sn":"(2)","sls":["of
|
|
800
|
+
an ovary"],"dt":[["text","{bc}free from the calyx or other floral envelope"]]}]]]],[["sense",{"sn":"7","dt":[["text","{bc}more
|
|
801
|
+
comprehensive "],["vis",[{"t":"a genus is {wi}superior{\/wi} to a species"}]]]}]],[["sense",{"sn":"8","dt":[["text","{bc}affecting
|
|
802
|
+
or assuming an air of {a_link|superiority} {bc}{sx|supercilious||}"]]}]]]}],"uros":[{"ure":"su*pe*ri*or*ly","fl":"adverb"}],"et":[["text","Middle
|
|
803
|
+
English, from Middle French, from Latin, comparative of {it}superus{\/it}
|
|
804
|
+
upper, from {it}super{\/it} over, above {ma}{mat|over|}{\/ma}"]],"date":"14th
|
|
805
|
+
century{ds||1||}","shortdef":["situated higher up : upper","of higher rank,
|
|
806
|
+
quality, or importance","courageously or serenely indifferent (as to something
|
|
807
|
+
painful or disheartening)"]},{"meta":{"id":"superior:2","uuid":"d6ff320b-763a-4590-85e2-437164ac0e35","sort":"194958400","src":"collegiate","section":"alpha","stems":["superior","superiors"],"offensive":false},"hom":2,"hwi":{"hw":"superior"},"fl":"noun","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","{bc}one
|
|
808
|
+
who is above another in rank, station, or office"]],"sdsense":{"sd":"especially","dt":[["text","{bc}the
|
|
809
|
+
head of a religious house or order"]]}}]],[["sense",{"sn":"2","dt":[["text","{bc}one
|
|
810
|
+
that surpasses another in quality or merit"]]}]],[["sense",{"sn":"3","dt":[["text","{bc}{sx|superscript||}"]]}]]]}],"date":"15th
|
|
811
|
+
century{ds||1||}","shortdef":["one who is above another in rank, station,
|
|
812
|
+
or office; especially : the head of a religious house or order","one that
|
|
813
|
+
surpasses another in quality or merit","superscript"]},{"meta":{"id":"Superior:g","uuid":"46f3e3bc-10ef-4e3d-a277-2d79a503849b","sort":"283248000","src":"collegiate","section":"geog","stems":["Superior"],"offensive":false},"hwi":{"hw":"Su*pe*ri*or","prs":[{"mw":"su\u0307-\u02c8pir-\u0113-\u0259r","sound":{"audio":"ggsupe01","ref":"c","stat":"1"}}]},"fl":"geographical
|
|
814
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","city and port on Lake Superior
|
|
815
|
+
in northwestern Wisconsin {it}population{\/it} 27,244"]]}]]]}],"shortdef":["city
|
|
816
|
+
and port on Lake Superior in northwestern Wisconsin population 27,244"]},{"meta":{"id":"superior
|
|
817
|
+
conjunction","uuid":"66fb3072-59e8-4d0c-893e-f216b019aabd","sort":"194958500","src":"collegiate","section":"alpha","stems":["superior
|
|
818
|
+
conjunction","superior conjunctions"],"offensive":false},"hwi":{"hw":"superior
|
|
819
|
+
conjunction"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
820
|
+
conjunction of a planet with the sun in which the sun is aligned between the
|
|
821
|
+
earth and the planet"]]}]]]}],"date":"1717","shortdef":["a conjunction of
|
|
822
|
+
a planet with the sun in which the sun is aligned between the earth and the
|
|
823
|
+
planet"]},{"meta":{"id":"superior court","uuid":"62e8056c-4527-4d12-a958-2bfc2d9c12ac","sort":"194958600","src":"collegiate","section":"alpha","stems":["superior
|
|
824
|
+
court","superior courts"],"offensive":false},"hwi":{"hw":"superior court"},"fl":"noun","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","{bc}a
|
|
825
|
+
court of general jurisdiction intermediate between the inferior courts (such
|
|
826
|
+
as a justice of the peace court) and the higher appellate courts"]]}]],[["sense",{"sn":"2","dt":[["text","{bc}a
|
|
827
|
+
court with juries having original jurisdiction"]]}]]]}],"date":"1584{ds||1||}","shortdef":["a
|
|
828
|
+
court of general jurisdiction intermediate between the inferior courts (such
|
|
829
|
+
as a justice of the peace court) and the higher appellate courts","a court
|
|
830
|
+
with juries having original jurisdiction"]},{"meta":{"id":"superior general","uuid":"d134612c-d49a-4d25-b1b2-92c0a7fe46b4","sort":"194958700","src":"collegiate","section":"alpha","stems":["superior
|
|
831
|
+
general","superiors general"],"offensive":false},"hwi":{"hw":"superior general"},"fl":"noun","ins":[{"il":"plural","if":"superiors
|
|
832
|
+
general"}],"def":[{"sseq":[[["sense",{"dt":[["text","{bc}the superior of a
|
|
833
|
+
religious order or congregation"]]}]]]}],"date":"1774","shortdef":["the superior
|
|
834
|
+
of a religious order or congregation"]},{"meta":{"id":"superior planet","uuid":"339565e7-9036-4499-a349-1abde6eb84b0","sort":"194959000","src":"collegiate","section":"alpha","stems":["superior
|
|
835
|
+
planet","superior planets"],"offensive":false},"hwi":{"hw":"superior planet"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
836
|
+
planet (such as Jupiter) whose orbit lies outside that of Earth {dx}compare
|
|
837
|
+
{dxt|inferior planet|inferior planet|}{\/dx}"]]}]]]}],"date":"1577","shortdef":["a
|
|
838
|
+
planet (such as Jupiter) whose orbit lies outside that of Earth"]},{"meta":{"id":"superior
|
|
839
|
+
vena cava","uuid":"401319db-b04e-4343-81f6-23f33f6a178f","sort":"194959100","src":"collegiate","section":"alpha","stems":["superior
|
|
840
|
+
vena cava","superior vena cavas"],"offensive":false},"hwi":{"hw":"superior
|
|
841
|
+
vena cava"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}the
|
|
842
|
+
branch of the vena cava of a vertebrate that brings blood back from the head
|
|
843
|
+
and anterior part of the body to the heart"]]}]]]}],"date":"1875","shortdef":["the
|
|
844
|
+
branch of the vena cava of a vertebrate that brings blood back from the head
|
|
845
|
+
and anterior part of the body to the heart"]},{"meta":{"id":"Superior, Lake:g","uuid":"09d4fdfa-42eb-4e85-8a3a-dc97341dd8d3","sort":"283249000","src":"collegiate","section":"geog","stems":["Lake
|
|
846
|
+
Superior","Superior, Lake"],"offensive":false},"hwi":{"hw":"Superior, Lake"},"fl":"geographical
|
|
847
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","lake in the U.S. (Minnesota,
|
|
848
|
+
Wisconsin, and Michigan) and Canada (Ontario) {it}area{\/it} 31,800 square
|
|
849
|
+
miles (82,362 square kilometers) "],["snote",[["t","Superior is the largest,
|
|
850
|
+
northernmost, and westernmost of the Great Lakes."]]]]}]]]}],"shortdef":["lake
|
|
851
|
+
in the U.S. (Minnesota, Wisconsin, and Michigan) and Canada (Ontario) area
|
|
852
|
+
31,800 square miles (82,362 square kilometers)"]},{"meta":{"id":"highly superior
|
|
853
|
+
autobiographical memory","uuid":"43e99b6c-e95f-457d-9e41-72acfc0a72e2","sort":"080184325","src":"collegiate","section":"alpha","stems":["highly
|
|
854
|
+
superior autobiographical memories","highly superior autobiographical memory"],"offensive":false},"hwi":{"hw":"highly
|
|
855
|
+
superior autobiographical memory"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}the
|
|
856
|
+
uncommon ability that allows a person to spontaneously recall with great accuracy
|
|
857
|
+
and detail a vast number of personal events or experiences and their associated
|
|
858
|
+
dates {bc}{sx|hyperthymesia||} "],["vis",[{"t":"{wi}Highly superior autobiographical
|
|
859
|
+
memory{\/wi} allows one to recall the day, date and year of any major celebrity
|
|
860
|
+
death they took note of, to remember what they had for dinner and how the
|
|
861
|
+
weather was on any given day of any month and year, and to list off the matchups
|
|
862
|
+
of their favorite sports teams like anyone else could only do by reading off
|
|
863
|
+
of Wikipedia.","aq":{"auth":"Johnathan Winslow"}},{"t":"People with an extremely
|
|
864
|
+
rare condition called {ldquo}{wi}highly superior autobiographical memory{\/wi}{rdquo}
|
|
865
|
+
have the ability to remember every single event in their lives from a certain
|
|
866
|
+
date in their childhood onward. If you ask them about an event they can remember
|
|
867
|
+
the exact date, the weather and what they ate for lunch that day\u2014and
|
|
868
|
+
they can visualize it as vividly as if it happened yesterday.","aq":{"auth":"Zoe
|
|
869
|
+
Epstein"}}]]]}]]]}],"date":"2011","shortdef":["the uncommon ability that allows
|
|
870
|
+
a person to spontaneously recall with great accuracy and detail a vast number
|
|
871
|
+
of personal events or experiences and their associated dates : hyperthymesia"]}]'
|
|
872
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
873
|
+
- request:
|
|
874
|
+
method: get
|
|
875
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/pardoned?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
876
|
+
body:
|
|
877
|
+
encoding: US-ASCII
|
|
878
|
+
string: ''
|
|
879
|
+
headers:
|
|
880
|
+
Accept-Encoding:
|
|
881
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
882
|
+
Accept:
|
|
883
|
+
- "*/*"
|
|
884
|
+
User-Agent:
|
|
885
|
+
- Ruby
|
|
886
|
+
response:
|
|
887
|
+
status:
|
|
888
|
+
code: 200
|
|
889
|
+
message: OK
|
|
890
|
+
headers:
|
|
891
|
+
Date:
|
|
892
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
893
|
+
Content-Type:
|
|
894
|
+
- application/json; charset=utf-8
|
|
895
|
+
Content-Length:
|
|
896
|
+
- '1270'
|
|
897
|
+
Connection:
|
|
898
|
+
- keep-alive
|
|
899
|
+
Server:
|
|
900
|
+
- Apache
|
|
901
|
+
Cache-Control:
|
|
902
|
+
- max-age=86400, public
|
|
903
|
+
Pragma:
|
|
904
|
+
- cache
|
|
905
|
+
Vary:
|
|
906
|
+
- Accept-Encoding
|
|
907
|
+
Access-Control-Allow-Origin:
|
|
908
|
+
- "*"
|
|
909
|
+
body:
|
|
910
|
+
encoding: ASCII-8BIT
|
|
911
|
+
string: '[{"meta":{"id":"pardoned","uuid":"2ac7ae9c-5b1c-4f5a-9ff5-89ed65cd08ce","src":"coll_thes","section":"alpha","stems":["pardoned"],"syns":[["forgave"],["blinked
|
|
912
|
+
(at)","brushed (aside or off)","condoned","discounted","disregarded","excused","forgave","glossed
|
|
913
|
+
(over)","glozed (over)","ignored","overlooked","overpassed","papered over","passed
|
|
914
|
+
over","remitted","shrugged off","whitewashed","winked (at)"]],"ants":[["resented"]],"offensive":false},"hwi":{"hw":"pardoned"},"fl":"verb","sls":["past
|
|
915
|
+
tense of {d_link|pardon|pardon}"],"def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","to
|
|
916
|
+
cease to have feelings of anger or bitterness toward "],["vis",[{"t":"he eventually
|
|
917
|
+
{it}pardoned{\/it} his sister after she apologized"}]]],"syn_list":[[{"wd":"forgave"}]],"rel_list":[[{"wd":"absolved"},{"wd":"acquitted"},{"wd":"cleared"},{"wd":"exculpated"},{"wd":"exonerated"},{"wd":"vindicated"}],[{"wd":"remitted"},{"wd":"shrived","wvrs":[{"wvl":"or","wva":"shrove"}]}],[{"wd":"condoned"},{"wd":"disregarded"},{"wd":"excused"},{"wd":"ignored"},{"wd":"passed
|
|
918
|
+
over"},{"wd":"shrugged off"}],[{"wd":"discharged"},{"wd":"liberated"},{"wd":"redeemed"},{"wd":"released"},{"wd":"unburdened"}]],"near_list":[[{"wd":"abhorred"},{"wd":"abominated"},{"wd":"despised"},{"wd":"detested"},{"wd":"disliked"},{"wd":"execrated"},{"wd":"hated"},{"wd":"loathed"}],[{"wd":"avenged"},{"wd":"redressed"},{"wd":"requited"},{"wd":"retaliated"},{"wd":"revenged"}],[{"wd":"disciplined"},{"wd":"penalized"},{"wd":"punished"}]],"ant_list":[[{"wd":"resented"}]]}]],[["sense",{"sn":"2","dt":[["text","to
|
|
919
|
+
dismiss as of little importance "],["vis",[{"t":"I\u0027m willing to {it}pardon{\/it}
|
|
920
|
+
a little sloppiness of dress in such a kind and loving person"}]]],"syn_list":[[{"wd":"blinked
|
|
921
|
+
(at)"},{"wd":"brushed (aside or off)"},{"wd":"condoned"},{"wd":"discounted"},{"wd":"disregarded"},{"wd":"excused"},{"wd":"forgave"},{"wd":"glossed
|
|
922
|
+
(over)"},{"wd":"glozed (over)"},{"wd":"ignored"},{"wd":"overlooked"},{"wd":"overpassed"},{"wd":"papered
|
|
923
|
+
over"},{"wd":"passed over"},{"wd":"remitted"},{"wd":"shrugged off"},{"wd":"whitewashed"},{"wd":"winked
|
|
924
|
+
(at)"}]],"rel_list":[[{"wd":"explained"},{"wd":"justified"},{"wd":"rationalized"}],[{"wd":"absolved"},{"wd":"acquitted"},{"wd":"cleared"},{"wd":"exculpated"},{"wd":"exonerated"},{"wd":"vindicated"}],[{"wd":"waived"},{"wd":"waved
|
|
925
|
+
(aside or off)"}]],"phrase_list":[[{"wd":"closed one\u0027s eyes to"},{"wd":"forgave
|
|
926
|
+
and forgot"}]],"near_list":[[{"wd":"heeded"},{"wd":"marked"},{"wd":"minded"},{"wd":"noted"},{"wd":"objected
|
|
927
|
+
(to)"}]]}]]]}],"shortdef":["to cease to have feelings of anger or bitterness
|
|
928
|
+
toward","to dismiss as of little importance"]},{"meta":{"id":"pardon","uuid":"a55237df-c637-48d1-b7ab-81eddc3dcb55","src":"coll_thes","section":"alpha","target":{"tuuid":"7e15693b-2866-457f-a3bb-d200dd996e5c","tsrc":"collegiate"},"stems":["pardon","pardoned","pardoning","pardons"],"syns":[["forgive"],["blink
|
|
929
|
+
(at)","brush (aside or off)","condone","discount","disregard","excuse","forgive","gloss
|
|
930
|
+
(over)","gloze (over)","ignore","overlook","overpass","paper over","pass over","remit","shrug
|
|
931
|
+
off","whitewash","wink (at)"]],"ants":[["resent"]],"offensive":false},"hwi":{"hw":"pardon"},"fl":"verb","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","to
|
|
932
|
+
cease to have feelings of anger or bitterness toward "],["vis",[{"t":"he eventually
|
|
933
|
+
{it}pardoned{\/it} his sister after she apologized"}]]],"syn_list":[[{"wd":"forgive"}]],"rel_list":[[{"wd":"absolve"},{"wd":"acquit"},{"wd":"clear"},{"wd":"exculpate"},{"wd":"exonerate"},{"wd":"vindicate"}],[{"wd":"remit"},{"wd":"shrive"}],[{"wd":"condone"},{"wd":"disregard"},{"wd":"excuse"},{"wd":"ignore"},{"wd":"pass
|
|
934
|
+
over"},{"wd":"shrug off"}],[{"wd":"discharge"},{"wd":"liberate"},{"wd":"redeem"},{"wd":"release"},{"wd":"unburden"}]],"near_list":[[{"wd":"abhor"},{"wd":"abominate"},{"wd":"despise"},{"wd":"detest"},{"wd":"dislike"},{"wd":"execrate"},{"wd":"hate"},{"wd":"loathe"}],[{"wd":"avenge"},{"wd":"redress"},{"wd":"requite"},{"wd":"retaliate"},{"wd":"revenge"}],[{"wd":"discipline"},{"wd":"penalize"},{"wd":"punish"}]],"ant_list":[[{"wd":"resent"}]]}]],[["sense",{"sn":"2","dt":[["text","to
|
|
935
|
+
dismiss as of little importance "],["vis",[{"t":"I\u0027m willing to {it}pardon{\/it}
|
|
936
|
+
a little sloppiness of dress in such a kind and loving person"}]]],"syn_list":[[{"wd":"blink
|
|
937
|
+
(at)"},{"wd":"brush (aside or off)"},{"wd":"condone"},{"wd":"discount"},{"wd":"disregard"},{"wd":"excuse"},{"wd":"forgive"},{"wd":"gloss
|
|
938
|
+
(over)"},{"wd":"gloze (over)"},{"wd":"ignore"},{"wd":"overlook"},{"wd":"overpass"},{"wd":"paper
|
|
939
|
+
over"},{"wd":"pass over"},{"wd":"remit"},{"wd":"shrug off"},{"wd":"whitewash"},{"wd":"wink
|
|
940
|
+
(at)"}]],"rel_list":[[{"wd":"explain"},{"wd":"justify"},{"wd":"rationalize"}],[{"wd":"absolve"},{"wd":"acquit"},{"wd":"clear"},{"wd":"exculpate"},{"wd":"exonerate"},{"wd":"vindicate"}],[{"wd":"waive"},{"wd":"wave
|
|
941
|
+
(aside or off)"}]],"phrase_list":[[{"wd":"close one\u0027s eyes to"},{"wd":"forgive
|
|
942
|
+
and forget"}]],"near_list":[[{"wd":"heed"},{"wd":"mark"},{"wd":"mind"},{"wd":"note"},{"wd":"object
|
|
943
|
+
(to)"}]]}]]]}],"shortdef":["to cease to have feelings of anger or bitterness
|
|
944
|
+
toward","to dismiss as of little importance"]}]'
|
|
945
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
946
|
+
- request:
|
|
947
|
+
method: get
|
|
948
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/pardoned?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
949
|
+
body:
|
|
950
|
+
encoding: US-ASCII
|
|
951
|
+
string: ''
|
|
952
|
+
headers:
|
|
953
|
+
Accept-Encoding:
|
|
954
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
955
|
+
Accept:
|
|
956
|
+
- "*/*"
|
|
957
|
+
User-Agent:
|
|
958
|
+
- Ruby
|
|
959
|
+
response:
|
|
960
|
+
status:
|
|
961
|
+
code: 200
|
|
962
|
+
message: OK
|
|
963
|
+
headers:
|
|
964
|
+
Date:
|
|
965
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
966
|
+
Content-Type:
|
|
967
|
+
- application/json; charset=utf-8
|
|
968
|
+
Content-Length:
|
|
969
|
+
- '1085'
|
|
970
|
+
Connection:
|
|
971
|
+
- keep-alive
|
|
972
|
+
Server:
|
|
973
|
+
- Apache
|
|
974
|
+
Cache-Control:
|
|
975
|
+
- max-age=86400, public
|
|
976
|
+
Pragma:
|
|
977
|
+
- cache
|
|
978
|
+
Vary:
|
|
979
|
+
- Accept-Encoding
|
|
980
|
+
Access-Control-Allow-Origin:
|
|
981
|
+
- "*"
|
|
982
|
+
body:
|
|
983
|
+
encoding: ASCII-8BIT
|
|
984
|
+
string: '[{"meta":{"id":"pardon:2","uuid":"7e15693b-2866-457f-a3bb-d200dd996e5c","sort":"160068700","src":"collegiate","section":"alpha","stems":["pardon","pardoned","pardoning","pardons"],"offensive":false},"hom":2,"hwi":{"hw":"pardon"},"fl":"verb","ins":[{"if":"par*doned"},{"if":"par*don*ing","prs":[{"mw":"\u02c8p\u00e4rd-ni\u014b","sound":{"audio":"pardon02","ref":"c","stat":"1"}},{"mw":"\u02c8p\u00e4r-d\u1d4an-i\u014b"}]}],"def":[{"vd":"transitive
|
|
985
|
+
verb","sseq":[[["sense",{"sn":"1 a","dt":[["text","{bc}to absolve from the
|
|
986
|
+
consequences of a fault or crime"]]}],["sense",{"sn":"b","dt":[["text","{bc}to
|
|
987
|
+
allow (an offense) to pass without punishment {bc}{sx|forgive||}"]]}],["sense",{"sn":"c","dt":[["text","{bc}to
|
|
988
|
+
relieve of a penalty improperly assessed"]]}]],[["sense",{"sn":"2","dt":[["text","{bc}{sx|tolerate||}"]]}]]]}],"syns":[{"pl":"synonyms","pt":[["text","{sc}excuse{\/sc}
|
|
989
|
+
{sc}condone{\/sc} {sc}pardon{\/sc} {sc}forgive{\/sc} mean to exact neither
|
|
990
|
+
punishment nor redress. {sc}excuse{\/sc} may refer to specific acts especially
|
|
991
|
+
in social or conventional situations or the person responsible for these.
|
|
992
|
+
"],["vis",[{"t":"{it}excuse{\/it} an interruption"},{"t":"{it}excused{\/it}
|
|
993
|
+
them for interrupting"}]],["text"," Often the term implies extenuating circumstances.
|
|
994
|
+
"],["vis",[{"t":"injustice {it}excuses{\/it} strong responses"}]],["text","
|
|
995
|
+
{sc}condone{\/sc} implies that one overlooks without censure behavior (such
|
|
996
|
+
as dishonesty or violence) that involves a serious breach of a moral, ethical,
|
|
997
|
+
or legal code, and the term may refer to the behavior or to the agent responsible
|
|
998
|
+
for it. "],["vis",[{"t":"a society that {it}condones{\/it} alcohol but not
|
|
999
|
+
narcotics"}]],["text"," {sc}pardon{\/sc} implies that one remits a penalty
|
|
1000
|
+
due for an admitted or established offense. "],["vis",[{"t":"{it}pardon{\/it}
|
|
1001
|
+
a criminal"}]],["text"," {sc}forgive{\/sc} implies that one gives up all claim
|
|
1002
|
+
to requital and to resentment or vengeful feelings. "],["vis",[{"t":"could
|
|
1003
|
+
not {it}forgive{\/it} their rudeness"}]]]}],"et":[["text","Middle English,
|
|
1004
|
+
from Anglo-French {it}parduner{\/it}, from Late Latin {it}perdonare{\/it}
|
|
1005
|
+
to grant freely, from Latin {it}per-{\/it} thoroughly + {it}donare{\/it} to
|
|
1006
|
+
give {ma}{mat|parboil|}, {mat|donation|}{\/ma}"]],"date":"15th century{ds||1|a|}","shortdef":["to
|
|
1007
|
+
absolve from the consequences of a fault or crime","to allow (an offense)
|
|
1008
|
+
to pass without punishment : forgive","to relieve of a penalty improperly
|
|
1009
|
+
assessed"]}]'
|
|
1010
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
1011
|
+
- request:
|
|
1012
|
+
method: get
|
|
1013
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/salmon?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
1014
|
+
body:
|
|
1015
|
+
encoding: US-ASCII
|
|
1016
|
+
string: ''
|
|
1017
|
+
headers:
|
|
1018
|
+
Accept-Encoding:
|
|
1019
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1020
|
+
Accept:
|
|
1021
|
+
- "*/*"
|
|
1022
|
+
User-Agent:
|
|
1023
|
+
- Ruby
|
|
1024
|
+
response:
|
|
1025
|
+
status:
|
|
1026
|
+
code: 200
|
|
1027
|
+
message: OK
|
|
1028
|
+
headers:
|
|
1029
|
+
Date:
|
|
1030
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
1031
|
+
Content-Type:
|
|
1032
|
+
- application/json; charset=utf-8
|
|
1033
|
+
Content-Length:
|
|
1034
|
+
- '113'
|
|
1035
|
+
Connection:
|
|
1036
|
+
- keep-alive
|
|
1037
|
+
Server:
|
|
1038
|
+
- Apache
|
|
1039
|
+
Cache-Control:
|
|
1040
|
+
- max-age=86400, public
|
|
1041
|
+
Pragma:
|
|
1042
|
+
- cache
|
|
1043
|
+
Vary:
|
|
1044
|
+
- Accept-Encoding
|
|
1045
|
+
Access-Control-Allow-Origin:
|
|
1046
|
+
- "*"
|
|
1047
|
+
body:
|
|
1048
|
+
encoding: ASCII-8BIT
|
|
1049
|
+
string: '["salon","saloon","saloons","daemon","daimon","gammon","sallow","salons","salvo","salvor","salvos","sermon","summon","psalmody","salesman","salesmen","almoner","calming","salamis","salient"]'
|
|
1050
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
1051
|
+
- request:
|
|
1052
|
+
method: get
|
|
1053
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/salmon?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
1054
|
+
body:
|
|
1055
|
+
encoding: US-ASCII
|
|
1056
|
+
string: ''
|
|
1057
|
+
headers:
|
|
1058
|
+
Accept-Encoding:
|
|
1059
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1060
|
+
Accept:
|
|
1061
|
+
- "*/*"
|
|
1062
|
+
User-Agent:
|
|
1063
|
+
- Ruby
|
|
1064
|
+
response:
|
|
1065
|
+
status:
|
|
1066
|
+
code: 200
|
|
1067
|
+
message: OK
|
|
1068
|
+
headers:
|
|
1069
|
+
Date:
|
|
1070
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
1071
|
+
Content-Type:
|
|
1072
|
+
- application/json; charset=utf-8
|
|
1073
|
+
Content-Length:
|
|
1074
|
+
- '1941'
|
|
1075
|
+
Connection:
|
|
1076
|
+
- keep-alive
|
|
1077
|
+
Server:
|
|
1078
|
+
- Apache
|
|
1079
|
+
Cache-Control:
|
|
1080
|
+
- max-age=86400, public
|
|
1081
|
+
Pragma:
|
|
1082
|
+
- cache
|
|
1083
|
+
Vary:
|
|
1084
|
+
- Accept-Encoding
|
|
1085
|
+
Access-Control-Allow-Origin:
|
|
1086
|
+
- "*"
|
|
1087
|
+
body:
|
|
1088
|
+
encoding: ASCII-8BIT
|
|
1089
|
+
string: '[{"meta":{"id":"salmon","uuid":"cb7ebb03-74af-4bd2-8191-5d88cee9dcbf","sort":"190315000","src":"collegiate","section":"alpha","stems":["Atlantic
|
|
1090
|
+
salmon","salmon","salmons"],"offensive":false},"hwi":{"hw":"salm*on","prs":[{"mw":"\u02c8sa-m\u0259n","sound":{"audio":"salmon01","ref":"c","stat":"1"}}]},"fl":"noun","ins":[{"il":"plural","if":"salmon"},{"il":"also","if":"salm*ons"}],"def":[{"sseq":[[["sense",{"sn":"1
|
|
1091
|
+
a","dt":[["text","{bc}a large anadromous {a_link|salmonid} fish ({it}Salmo
|
|
1092
|
+
salar{\/it}) of the North Atlantic noted as a game and food fish "],["ca",{"intro":"called
|
|
1093
|
+
also","cats":[{"cat":"Atlantic salmon"}]}]]}],["sense",{"sn":"b","dt":[["text","{bc}any
|
|
1094
|
+
of various anadromous salmonid fishes other than the salmon"]],"sdsense":{"sd":"especially","dt":[["text","{bc}{sx|pacific
|
|
1095
|
+
salmon||}"]]}}],["sense",{"sn":"c","dt":[["text","{bc}a fish (such as a barramundi)
|
|
1096
|
+
resembling a salmon"]]}]],[["sense",{"sn":"2","dt":[["text","{bc}the variable
|
|
1097
|
+
color of salmon\u0027s flesh averaging a strong yellowish pink"]]}]]]}],"et":[["text","Middle
|
|
1098
|
+
English {it}samon{\/it}, from Anglo-French {it}salmon, samon{\/it}, from Latin
|
|
1099
|
+
{it}salmon-, salmo{\/it}"]],"date":"13th century{ds||1|a|}","shortdef":["a
|
|
1100
|
+
large anadromous salmonid fish (Salmo salar) of the North Atlantic noted as
|
|
1101
|
+
a game and food fish \u2014called also Atlantic salmon","any of various anadromous
|
|
1102
|
+
salmonid fishes other than the salmon; especially : pacific salmon","a fish
|
|
1103
|
+
(such as a barramundi) resembling a salmon"]},{"meta":{"id":"Salmon:g","uuid":"a5f856eb-b391-47c0-a661-6436e1d1581a","sort":"282519000","src":"collegiate","section":"geog","stems":["Salmon"],"offensive":false},"hwi":{"hw":"Salm*on","prs":[{"mw":"\u02c8sa-m\u0259n","sound":{"audio":"ggsalm01","ref":"c","stat":"1"}}]},"fl":"geographical
|
|
1104
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","river 420 miles (676 kilometers)
|
|
1105
|
+
long in central Idaho flowing into the Snake River"]]}]]]}],"shortdef":["river
|
|
1106
|
+
420 miles (676 kilometers) long in central Idaho flowing into the Snake River"]},{"meta":{"id":"salmon
|
|
1107
|
+
pink","uuid":"0cd33845-1c8d-446b-8908-a83389918e7e","sort":"190321000","src":"collegiate","section":"alpha","stems":["salmon
|
|
1108
|
+
pink","salmon pinks"],"offensive":false},"hwi":{"hw":"salmon pink"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
1109
|
+
strong yellowish pink"]]}]]]}],"date":"1882","shortdef":["a strong yellowish
|
|
1110
|
+
pink"]},{"meta":{"id":"Salmon River Mountains:g","uuid":"2f208a45-3e68-48b1-b0b7-53cc0b7b483a","sort":"282520000","src":"collegiate","section":"geog","stems":["Salmon
|
|
1111
|
+
River Mountains"],"offensive":false},"hwi":{"hw":"Salmon River Mountains"},"fl":"geographical
|
|
1112
|
+
name","def":[{"sseq":[[["sense",{"dt":[["text","mountains in central Idaho
|
|
1113
|
+
with many peaks over 9000 feet (2743 meters) high"]]}]]]}],"shortdef":["mountains
|
|
1114
|
+
in central Idaho with many peaks over 9000 feet (2743 meters) high"]},{"meta":{"id":"Atlantic
|
|
1115
|
+
salmon","uuid":"12ee4593-c04b-4ecc-9a25-806df767ad7e","sort":"014523000","src":"collegiate","section":"alpha","stems":["Atlantic
|
|
1116
|
+
salmon","Atlantic salmons"],"offensive":false},"hwi":{"hw":"Atlantic salmon"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}{sx|salmon||1a}"]]}]]]}],"date":"1813","shortdef":["salmon"]},{"meta":{"id":"black
|
|
1117
|
+
salmon","uuid":"0a75d3f5-b816-430a-ab01-da53aa2fb41a","sort":"020261750","src":"collegiate","section":"alpha","stems":["black
|
|
1118
|
+
salmon","black salmons"],"offensive":false},"hwi":{"hw":"black salmon"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}{sx|chinook
|
|
1119
|
+
salmon||}"]]}]]]}],"date":"1873","shortdef":["chinook salmon"]},{"meta":{"id":"Chinook
|
|
1120
|
+
salmon","uuid":"1fa80af4-81c1-4a08-9f0b-578454e0eabe","sort":"032660000","src":"collegiate","section":"alpha","stems":["Chinook","Chinook
|
|
1121
|
+
salmon","Chinooks","chinook","chinook jargon","chinook salmon","chinook salmons","chinookan","chinooks","king
|
|
1122
|
+
salmon"],"offensive":false},"hwi":{"hw":"Chinook salmon"},"vrs":[{"vl":"or
|
|
1123
|
+
less commonly","va":"chinook salmon"},{"vl":"or","va":"Chinook"},{"vl":"or","va":"chinook"}],"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
1124
|
+
large, usually red-fleshed, commercially important salmon ({it}Oncorhynchus
|
|
1125
|
+
tshawytscha{\/it}) of the northern Pacific Ocean that is typically bluish-green
|
|
1126
|
+
above with silvery sides, has a dark mouth with black gums, and attains an
|
|
1127
|
+
average weight of about 30 to 40 pounds (13.5 to 18 kilograms) but may sometimes
|
|
1128
|
+
exceed 120 pounds (54 kilograms) "],["ca",{"intro":"called also","cats":[{"cat":"black
|
|
1129
|
+
salmon"},{"cat":"king salmon"}]}]]}]]]}],"art":{"artid":"chin_sa","capt":"Chinook
|
|
1130
|
+
salmon"},"date":"1851","shortdef":["a large, usually red-fleshed, commercially
|
|
1131
|
+
important salmon (Oncorhynchus tshawytscha) of the northern Pacific Ocean
|
|
1132
|
+
that is typically bluish-green above with silvery sides, has a dark mouth
|
|
1133
|
+
with black gums, and attains an average weight of about 30 to 40 pounds (13.5
|
|
1134
|
+
to 18 kilograms) but may sometimes exceed 120 pounds (54 kilograms) \u2014called
|
|
1135
|
+
also black salmon, king salmon"]},{"meta":{"id":"chum salmon","uuid":"a0d372d5-dd32-419f-b79f-5160e5f296c0","sort":"033065000","src":"collegiate","section":"alpha","stems":["chum","chum
|
|
1136
|
+
salmon","chum salmons","chums","chumship","chumships"],"offensive":false},"hwi":{"hw":"chum
|
|
1137
|
+
salmon"},"vrs":[{"vl":"or less commonly","va":"chum"}],"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a
|
|
1138
|
+
metallic bluish green salmon ({it}Oncorhynchus keta{\/it}) of the northern
|
|
1139
|
+
Pacific Ocean and Arctic Ocean that may reach a length of about 3.5 feet (1
|
|
1140
|
+
meter) but is typically smaller "],["snote",[["t","Upon entering fresh water
|
|
1141
|
+
to spawn, the male chum salmon develops large, sharp teeth and becomes dark
|
|
1142
|
+
green to brown with reddish-purple vertical stripes."]]]]}]]]}],"et":[["text","{et_link|chum:5|chum:5}"]],"date":"1907","shortdef":["a
|
|
1143
|
+
metallic bluish green salmon (Oncorhynchus keta) of the northern Pacific Ocean
|
|
1144
|
+
and Arctic Ocean that may reach a length of about 3.5 feet (1 meter) but is
|
|
1145
|
+
typically smaller"]},{"meta":{"id":"jack salmon","uuid":"d3d51ea4-f587-418d-a756-feb55f6795dc","sort":"100005100","src":"collegiate","section":"alpha","stems":["jack
|
|
1146
|
+
salmon","jack salmons"],"offensive":false},"hwi":{"hw":"jack salmon"},"fl":"noun","def":[{"sseq":[[["sense",{"sn":"1","dt":[["text","{bc}{sx|walleye||3}"]]}]],[["sense",{"sn":"2
|
|
1147
|
+
a","dt":[["text","{bc}{sx|grilse||}"]]}],["sense",{"sn":"b","dt":[["text","{bc}{sx|coho||}"]]}]]]}],"date":"1850{ds||1||}","shortdef":["walleye","grilse","coho"]},{"meta":{"id":"king
|
|
1148
|
+
salmon","uuid":"9c8b42d9-a92d-4900-ae11-25f5bd6898cd","sort":"110049200","src":"collegiate","section":"alpha","stems":["king
|
|
1149
|
+
salmon","king salmons"],"offensive":false},"hwi":{"hw":"king salmon"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}{sx|chinook
|
|
1150
|
+
salmon||}"]]}]]]}],"date":"1871","shortdef":["chinook salmon"]}]'
|
|
1151
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
1152
|
+
- request:
|
|
1153
|
+
method: get
|
|
1154
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/fungi?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
1155
|
+
body:
|
|
1156
|
+
encoding: US-ASCII
|
|
1157
|
+
string: ''
|
|
1158
|
+
headers:
|
|
1159
|
+
Accept-Encoding:
|
|
1160
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1161
|
+
Accept:
|
|
1162
|
+
- "*/*"
|
|
1163
|
+
User-Agent:
|
|
1164
|
+
- Ruby
|
|
1165
|
+
response:
|
|
1166
|
+
status:
|
|
1167
|
+
code: 200
|
|
1168
|
+
message: OK
|
|
1169
|
+
headers:
|
|
1170
|
+
Date:
|
|
1171
|
+
- Tue, 21 Jun 2022 23:24:56 GMT
|
|
1172
|
+
Content-Type:
|
|
1173
|
+
- application/json; charset=utf-8
|
|
1174
|
+
Content-Length:
|
|
1175
|
+
- '91'
|
|
1176
|
+
Connection:
|
|
1177
|
+
- keep-alive
|
|
1178
|
+
Server:
|
|
1179
|
+
- Apache
|
|
1180
|
+
Cache-Control:
|
|
1181
|
+
- max-age=86400, public
|
|
1182
|
+
Pragma:
|
|
1183
|
+
- cache
|
|
1184
|
+
Vary:
|
|
1185
|
+
- Accept-Encoding
|
|
1186
|
+
Access-Control-Allow-Origin:
|
|
1187
|
+
- "*"
|
|
1188
|
+
body:
|
|
1189
|
+
encoding: ASCII-8BIT
|
|
1190
|
+
string: '["fuggy","fungible","funny","bung","funned","bungs","funner","dung","funk","dungs","funks","dungy","funky","flung","funs","fudge","funnies","fun","fund","funds"]'
|
|
1191
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
1192
|
+
- request:
|
|
1193
|
+
method: get
|
|
1194
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/fungi?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
1195
|
+
body:
|
|
1196
|
+
encoding: US-ASCII
|
|
1197
|
+
string: ''
|
|
1198
|
+
headers:
|
|
1199
|
+
Accept-Encoding:
|
|
1200
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1201
|
+
Accept:
|
|
1202
|
+
- "*/*"
|
|
1203
|
+
User-Agent:
|
|
1204
|
+
- Ruby
|
|
1205
|
+
response:
|
|
1206
|
+
status:
|
|
1207
|
+
code: 200
|
|
1208
|
+
message: OK
|
|
1209
|
+
headers:
|
|
1210
|
+
Date:
|
|
1211
|
+
- Tue, 21 Jun 2022 23:24:57 GMT
|
|
1212
|
+
Content-Type:
|
|
1213
|
+
- application/json; charset=utf-8
|
|
1214
|
+
Content-Length:
|
|
1215
|
+
- '2164'
|
|
1216
|
+
Connection:
|
|
1217
|
+
- keep-alive
|
|
1218
|
+
Server:
|
|
1219
|
+
- Apache
|
|
1220
|
+
Cache-Control:
|
|
1221
|
+
- max-age=86400, public
|
|
1222
|
+
Pragma:
|
|
1223
|
+
- cache
|
|
1224
|
+
Vary:
|
|
1225
|
+
- Accept-Encoding
|
|
1226
|
+
Access-Control-Allow-Origin:
|
|
1227
|
+
- "*"
|
|
1228
|
+
body:
|
|
1229
|
+
encoding: ASCII-8BIT
|
|
1230
|
+
string: '[{"meta":{"id":"fungi","uuid":"fb106d74-bb56-4096-a6ff-104c078bbe5f","sort":"063686500","src":"collegiate","section":"alpha","stems":["fungi"],"offensive":false},"hwi":{"hw":"fungi"},"cxs":[{"cxtis":[{"cxl":"plural
|
|
1231
|
+
of","cxt":"fungus"}]}],"shortdef":[]},{"meta":{"id":"fungi-","uuid":"0bb785c2-096f-41f2-805d-a24aeb7d0a4a","sort":"063687000","src":"collegiate","section":"alpha","stems":["fungi-"],"offensive":false},"hwi":{"hw":"fungi-"},"fl":"combining
|
|
1232
|
+
form","def":[{"sseq":[[["sense",{"dt":[["text","{bc}fungus "],["vis",[{"t":"{it}fungi{\/it}form"}]]]}]]]}],"et":[["text","Latin
|
|
1233
|
+
{it}fungus{\/it}"]],"shortdef":["fungus"]},{"meta":{"id":"fungus","uuid":"f81d4703-b543-47ed-a7f2-764386d8af82","sort":"063698000","src":"collegiate","section":"alpha","stems":["fungi","fungus","funguses"],"offensive":false},"hwi":{"hw":"fun*gus","prs":[{"mw":"\u02c8f\u0259\u014b-g\u0259s","sound":{"audio":"fungou01","ref":"c","stat":"1"}}]},"fl":"noun","ins":[{"il":"plural","if":"fun*gi","prs":[{"mw":"\u02c8f\u0259n-\u02ccj\u012b","sound":{"audio":"fungus03","ref":"c","stat":"1"}},{"mw":"\u02c8f\u0259\u014b-\u02ccg\u012b","sound":{"audio":"fungus02","ref":"c","stat":"1"}}]},{"il":"also","if":"fun*gus*es","prs":[{"mw":"\u02c8f\u0259\u014b-g\u0259-s\u0259z","sound":{"audio":"fungus04","ref":"c","stat":"1"}}]}],"lbs":["often
|
|
1234
|
+
attributive"],"def":[{"sseq":[[["sense",{"dt":[["text","{bc}any of a kingdom
|
|
1235
|
+
(Fungi) of saprophytic and parasitic spore-producing eukaryotic typically
|
|
1236
|
+
filamentous organisms formerly classified as plants that lack chlorophyll
|
|
1237
|
+
and include molds, rusts, mildews, smuts, mushrooms, and yeasts"]]}]]]}],"et":[["text","Latin"]],"date":"1527","shortdef":["any
|
|
1238
|
+
of a kingdom (Fungi) of saprophytic and parasitic spore-producing eukaryotic
|
|
1239
|
+
typically filamentous organisms formerly classified as plants that lack chlorophyll
|
|
1240
|
+
and include molds, rusts, mildews, smuts, mushrooms, and yeasts"]},{"meta":{"id":"bracket
|
|
1241
|
+
fungus","uuid":"c00ffa70-1f27-4168-a9f4-350ec83c4259","sort":"020389400","src":"collegiate","section":"alpha","stems":["bracket
|
|
1242
|
+
fungi","bracket fungus","bracket funguses"],"offensive":false},"hwi":{"hw":"bracket
|
|
1243
|
+
fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a basidiomycete
|
|
1244
|
+
that forms shelflike sporophores"]]}]]]}],"date":"1896","shortdef":["a basidiomycete
|
|
1245
|
+
that forms shelflike sporophores"]},{"meta":{"id":"chytrid","uuid":"8ad2a302-17cb-4469-bc72-c9278dd44979","sort":"033111500","src":"collegiate","section":"alpha","stems":["chytrid","chytrid
|
|
1246
|
+
fungi","chytrid fungus","chytrid funguses","chytrids"],"offensive":false},"hwi":{"hw":"chy*trid","prs":[{"mw":"\u02c8k\u012b-tr\u0259d","sound":{"audio":"chytrid_1","ref":"u","stat":"1"}},{"mw":"\u02c8ki-"}]},"vrs":[{"vl":"or","va":"chytrid
|
|
1247
|
+
fungus"}],"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}any simple,
|
|
1248
|
+
microscopic, aquatic fungus (phylum Chytridiomycota) that does not typically
|
|
1249
|
+
form {d_link|mycelium|mycelium}, that bears motile spores with a single posterior
|
|
1250
|
+
flagellum, and that is either saprophytic on decaying organic matter or parasitic
|
|
1251
|
+
especially on algae, higher plants, and the skin of amphibians (as in {d_link|chytridiomycosis|chytridiomycosis})"]]}]]]}],"et":[["text","probably
|
|
1252
|
+
taken as singular of German {it}Chytriden{\/it}, variant of {it}Chytridien{\/it},
|
|
1253
|
+
plural of {it}Chytridium,{\/it} a fungus genus, borrowed from New Latin, borrowed
|
|
1254
|
+
from Greek {it}chytr\u00eddion{\/it} \u0022small pot, cup\u0022 (alluding
|
|
1255
|
+
to the pot-like sporangium), diminutive of {it}ch\u00fdtra{\/it} \u0022earthenware
|
|
1256
|
+
pot,\u0022 from {it}chy-{\/it} (zero-grade stem of {it}ch\u00e9\u014d, che\u00een{\/it}
|
|
1257
|
+
\u0022to pour,\u0022 going back to Indo-European {it}*g\u0301heu\u032f-{\/it})
|
|
1258
|
+
+ {it}-tr\u0101,{\/it} suffix of instruments {ma}{mat|found:5|}{\/ma}"]],"date":"1903","shortdef":["any
|
|
1259
|
+
simple, microscopic, aquatic fungus (phylum Chytridiomycota) that does not
|
|
1260
|
+
typically form mycelium, that bears motile spores with a single posterior
|
|
1261
|
+
flagellum, and that is either saprophytic on decaying organic matter or parasitic
|
|
1262
|
+
especially on algae, higher plants, and the skin of amphibians (as in chytridiomycosis)"]},{"meta":{"id":"club
|
|
1263
|
+
fungus","uuid":"cc124aff-f974-43c8-bdb1-3bbfae3c3cbf","sort":"033858000","src":"collegiate","section":"alpha","stems":["club
|
|
1264
|
+
fungi","club fungus","club funguses"],"offensive":false},"hwi":{"hw":"club
|
|
1265
|
+
fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}any of
|
|
1266
|
+
various basidiomycetes (family Clavariaceae) with a simple or branched often
|
|
1267
|
+
club-shaped sporophore"]]}]]]}],"date":"1899","shortdef":["any of various
|
|
1268
|
+
basidiomycetes (family Clavariaceae) with a simple or branched often club-shaped
|
|
1269
|
+
sporophore"]},{"meta":{"id":"cup fungus","uuid":"12b1c1a8-b45d-489f-8a35-6db0d9a9863e","sort":"035774400","src":"collegiate","section":"alpha","stems":["cup
|
|
1270
|
+
fungi","cup fungus","cup funguses"],"offensive":false},"hwi":{"hw":"cup fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}any
|
|
1271
|
+
of an order (Pezizales) of mostly saprophytic ascomycetous fungi with a fleshy
|
|
1272
|
+
or horny apothecium that is often colored and typically shaped like a cup,
|
|
1273
|
+
saucer, or disk"]]}]]]}],"date":"circa 1905","shortdef":["any of an order
|
|
1274
|
+
(Pezizales) of mostly saprophytic ascomycetous fungi with a fleshy or horny
|
|
1275
|
+
apothecium that is often colored and typically shaped like a cup, saucer,
|
|
1276
|
+
or disk"]},{"meta":{"id":"imperfect fungus","uuid":"b949a08c-691d-45f0-86c6-07162f1bd664","sort":"090615000","src":"collegiate","section":"alpha","stems":["imperfect
|
|
1277
|
+
fungi","imperfect fungus","imperfect funguses"],"offensive":false},"hwi":{"hw":"imperfect
|
|
1278
|
+
fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}any of
|
|
1279
|
+
a large and varied group of {d_link|fungi|fungus} that are only known to reproduce
|
|
1280
|
+
by the production of asexual spores ({d_link|conidia|conidium}) and in which
|
|
1281
|
+
a sexual form of reproduction is lacking or has not been scientifically observed
|
|
1282
|
+
"],["snote",[["t","Imperfect fungi are often considered to comprise a taxonomic
|
|
1283
|
+
division (Deuteromycota) or class (Deuteromycetes)."]]]]}]]]}],"date":"1803","shortdef":["any
|
|
1284
|
+
of a large and varied group of fungi that are only known to reproduce by the
|
|
1285
|
+
production of asexual spores (conidia) and in which a sexual form of reproduction
|
|
1286
|
+
is lacking or has not been scientifically observed"]},{"meta":{"id":"lower
|
|
1287
|
+
fungus","uuid":"ff8b114a-3b46-4b54-b6fb-634ca5b1bdbf","sort":"120268700","src":"collegiate","section":"alpha","stems":["lower
|
|
1288
|
+
fungi","lower fungus","lower funguses"],"offensive":false},"hwi":{"hw":"lower
|
|
1289
|
+
fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a fungus
|
|
1290
|
+
with hyphae absent or rudimentary and nonseptate"]]}]]]}],"date":"1821","shortdef":["a
|
|
1291
|
+
fungus with hyphae absent or rudimentary and nonseptate"]},{"meta":{"id":"pore
|
|
1292
|
+
fungus","uuid":"0c0b7235-db62-49a7-90b0-54ee7eafedca","sort":"165932000","src":"collegiate","section":"alpha","stems":["pore
|
|
1293
|
+
fungi","pore fungus","pore funguses"],"offensive":false},"hwi":{"hw":"pore
|
|
1294
|
+
fungus"},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}a fungus
|
|
1295
|
+
(family Boletaceae or Polyporaceae) having the spore-bearing surface within
|
|
1296
|
+
tubes or pores"]]}]]]}],"date":"1922","shortdef":["a fungus (family Boletaceae
|
|
1297
|
+
or Polyporaceae) having the spore-bearing surface within tubes or pores"]}]'
|
|
1298
|
+
recorded_at: Tue, 21 Jun 2022 23:24:56 GMT
|
|
1299
|
+
- request:
|
|
1300
|
+
method: get
|
|
1301
|
+
uri: https://www.dictionaryapi.com/api/v3/references/thesaurus/json/ferris_wheel?key=<COLLEGIATE_THESAURUS_API_KEY>
|
|
1302
|
+
body:
|
|
1303
|
+
encoding: US-ASCII
|
|
1304
|
+
string: ''
|
|
1305
|
+
headers:
|
|
1306
|
+
Accept-Encoding:
|
|
1307
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1308
|
+
Accept:
|
|
1309
|
+
- "*/*"
|
|
1310
|
+
User-Agent:
|
|
1311
|
+
- Ruby
|
|
1312
|
+
response:
|
|
1313
|
+
status:
|
|
1314
|
+
code: 200
|
|
1315
|
+
message: OK
|
|
1316
|
+
headers:
|
|
1317
|
+
Date:
|
|
1318
|
+
- Tue, 21 Jun 2022 23:24:57 GMT
|
|
1319
|
+
Content-Type:
|
|
1320
|
+
- application/json; charset=utf-8
|
|
1321
|
+
Content-Length:
|
|
1322
|
+
- '44'
|
|
1323
|
+
Connection:
|
|
1324
|
+
- keep-alive
|
|
1325
|
+
Server:
|
|
1326
|
+
- Apache
|
|
1327
|
+
Cache-Control:
|
|
1328
|
+
- max-age=86400, public
|
|
1329
|
+
Pragma:
|
|
1330
|
+
- cache
|
|
1331
|
+
Access-Control-Allow-Origin:
|
|
1332
|
+
- "*"
|
|
1333
|
+
body:
|
|
1334
|
+
encoding: UTF-8
|
|
1335
|
+
string: '["big wheel","ferried","ferries","pinwheel"]'
|
|
1336
|
+
recorded_at: Tue, 21 Jun 2022 23:24:57 GMT
|
|
1337
|
+
- request:
|
|
1338
|
+
method: get
|
|
1339
|
+
uri: https://www.dictionaryapi.com/api/v3/references/collegiate/json/ferris_wheel?key=<COLLEGIATE_DICTIONARY_API_KEY>
|
|
1340
|
+
body:
|
|
1341
|
+
encoding: US-ASCII
|
|
1342
|
+
string: ''
|
|
1343
|
+
headers:
|
|
1344
|
+
Accept-Encoding:
|
|
1345
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
|
1346
|
+
Accept:
|
|
1347
|
+
- "*/*"
|
|
1348
|
+
User-Agent:
|
|
1349
|
+
- Ruby
|
|
1350
|
+
response:
|
|
1351
|
+
status:
|
|
1352
|
+
code: 200
|
|
1353
|
+
message: OK
|
|
1354
|
+
headers:
|
|
1355
|
+
Date:
|
|
1356
|
+
- Tue, 21 Jun 2022 23:24:57 GMT
|
|
1357
|
+
Content-Type:
|
|
1358
|
+
- application/json; charset=utf-8
|
|
1359
|
+
Content-Length:
|
|
1360
|
+
- '413'
|
|
1361
|
+
Connection:
|
|
1362
|
+
- keep-alive
|
|
1363
|
+
Server:
|
|
1364
|
+
- Apache
|
|
1365
|
+
Cache-Control:
|
|
1366
|
+
- max-age=86400, public
|
|
1367
|
+
Pragma:
|
|
1368
|
+
- cache
|
|
1369
|
+
Vary:
|
|
1370
|
+
- Accept-Encoding
|
|
1371
|
+
Access-Control-Allow-Origin:
|
|
1372
|
+
- "*"
|
|
1373
|
+
body:
|
|
1374
|
+
encoding: ASCII-8BIT
|
|
1375
|
+
string: '[{"meta":{"id":"Ferris wheel","uuid":"6004760b-44ca-4eda-849a-3865d3e1fb2a","sort":"060884000","src":"collegiate","section":"alpha","stems":["Ferris
|
|
1376
|
+
wheel","Ferris wheels","ferris wheels"],"offensive":false},"hwi":{"hw":"Fer*ris
|
|
1377
|
+
wheel","prs":[{"mw":"\u02c8fer-\u0259s-","sound":{"audio":"ferris01","ref":"c","stat":"1"}},{"mw":"\u02c8fe-r\u0259s-"}]},"fl":"noun","def":[{"sseq":[[["sense",{"dt":[["text","{bc}an
|
|
1378
|
+
amusement device consisting of a large upright power-driven wheel carrying
|
|
1379
|
+
seats that remain horizontal around its rim"]]}]]]}],"et":[["text","G. W.
|
|
1380
|
+
G. {it}Ferris{\/it} \u20201896 American engineer"]],"date":"1892","shortdef":["an
|
|
1381
|
+
amusement device consisting of a large upright power-driven wheel carrying
|
|
1382
|
+
seats that remain horizontal around its rim"]}]'
|
|
1383
|
+
recorded_at: Tue, 21 Jun 2022 23:24:57 GMT
|
|
1384
|
+
recorded_with: VCR 6.1.0
|