word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
44 lines (43 loc) • 1.32 kB
JSON
{
"term": "magnificent",
"partOfSpeech": "adjective",
"ox5000": true,
"cefr": "b2",
"definitions": [
{
"senseNumber": null,
"definition": "extremely attractive and impressive; deserving praise",
"examples": [
{
"text": "The Taj Mahal is a magnificent building."
},
{
"text": "She looked magnificent in her wedding dress."
},
{
"text": "You've all done a magnificent job."
}
],
"synonyms": "splendid",
"collocations": {
"verbs": ["be", "look"],
"adverb": ["really", "truly", "absolutely"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/mæɡˈnɪfɪsnt/",
"audio": "ma/magnificent/magnificent__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/mæɡˈnɪfɪsnt/",
"audio": "ma/magnificent/magnificent__us_1.mp3"
}
]
},
"wordOrigin": "late Middle English: via Old French from Latin magnificent- ‘making great’, based on magnus ‘great’."
}