-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
165 lines (165 loc) · 4.4 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"word": "word",
"phonetic": "/wɜːd/",
"phonetics": [
{ "text": "/wɜːd/", "audio": "" },
{
"text": "/wɝd/",
"audio": "https://api.dictionaryapi.dev/media/pronunciations/en/word-us.mp3",
"sourceUrl": "https://commons.wikimedia.org/w/index.php?curid=1197728",
"license": {
"name": "BY-SA 3.0",
"url": "https://creativecommons.org/licenses/by-sa/3.0"
}
}
],
"meanings": [
{
"partOfSpeech": "noun",
"definitions": [
{
"definition": "The smallest unit of language that has a particular meaning and can be expressed by itself; the smallest discrete, meaningful unit of language. (contrast morpheme.)",
"synonyms": [],
"antonyms": []
},
{
"definition": "Something like such a unit of language:",
"synonyms": [],
"antonyms": []
},
{
"definition": "The fact or act of speaking, as opposed to taking action. .",
"synonyms": [],
"antonyms": []
},
{
"definition": "Something that someone said; a comment, utterance; speech.",
"synonyms": [],
"antonyms": []
},
{
"definition": "A watchword or rallying cry, a verbal signal (even when consisting of multiple words).",
"synonyms": [],
"antonyms": [],
"example": "mum's the word"
},
{
"definition": "A proverb or motto.",
"synonyms": [],
"antonyms": []
},
{
"definition": "News; tidings (used without an article).",
"synonyms": [],
"antonyms": [],
"example": "Have you had any word from John yet?"
},
{
"definition": "An order; a request or instruction; an expression of will.",
"synonyms": [],
"antonyms": [],
"example": "Don't fire till I give the word"
},
{
"definition": "A promise; an oath or guarantee.",
"synonyms": ["promise"],
"antonyms": [],
"example": "I give you my word that I will be there on time."
},
{
"definition": "A brief discussion or conversation.",
"synonyms": [],
"antonyms": [],
"example": "Can I have a word with you?"
},
{
"definition": "(in the plural) See words.",
"synonyms": [],
"antonyms": [],
"example": "There had been words between him and the secretary about the outcome of the meeting."
},
{
"definition": "(sometimes Word) Communication from God; the message of the Christian gospel; the Bible, Scripture.",
"synonyms": ["Bible", "word of God"],
"antonyms": [],
"example": "Her parents had lived in Botswana, spreading the word among the tribespeople."
},
{
"definition": "(sometimes Word) Logos, Christ.",
"synonyms": ["God", "Logos"],
"antonyms": []
}
],
"synonyms": [
"Bible",
"word of God",
"God",
"Logos",
"promise",
"vocable"
],
"antonyms": []
},
{
"partOfSpeech": "verb",
"definitions": [
{
"definition": "To say or write (something) using particular words; to phrase (something).",
"synonyms": [
"express",
"phrase",
"put into words",
"state"
],
"antonyms": [],
"example": "I’m not sure how to word this letter to the council."
},
{
"definition": "To flatter with words, to cajole.",
"synonyms": [],
"antonyms": []
},
{
"definition": "To ply or overpower with words.",
"synonyms": [],
"antonyms": []
},
{
"definition": "To conjure with a word.",
"synonyms": [],
"antonyms": []
},
{
"definition": "To speak, to use words; to converse, to discourse.",
"synonyms": [],
"antonyms": []
}
],
"synonyms": ["express", "phrase", "put into words", "state"],
"antonyms": []
},
{
"partOfSpeech": "interjection",
"definitions": [
{
"definition": "Truth, indeed, that is the truth! The shortened form of the statement \"My word is my bond.\"",
"synonyms": [],
"antonyms": [],
"example": "\"Yo, that movie was epic!\" / \"Word?\" (\"You speak the truth?\") / \"Word.\" (\"I speak the truth.\")"
},
{
"definition": "(stereotypically) An abbreviated form of word up; a statement of the acknowledgment of fact with a hint of nonchalant approval.",
"synonyms": [],
"antonyms": []
}
],
"synonyms": [],
"antonyms": []
}
],
"license": {
"name": "CC BY-SA 3.0",
"url": "https://creativecommons.org/licenses/by-sa/3.0"
},
"sourceUrls": ["https://en.wiktionary.org/wiki/word"]
}