word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
43 lines (42 loc) • 1.21 kB
JSON
{
"term": "embrace",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": 1,
"definition": "an act of putting your arms around somebody as a sign of love or friendship",
"examples": [
{
"text": "He held her in a warm embrace."
},
{
"text": "There were tears and embraces as they said goodbye."
}
]
},
{
"senseNumber": 2,
"definition": "the act of accepting an idea, a proposal, a set of beliefs, etc, especially when it is done with enthusiasm",
"examples": [
{
"text": "the country’s eager embrace of modern technology"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ɪmˈbreɪs/",
"audio": "em/embrace/embrace__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ɪmˈbreɪs/",
"audio": "em/embrace/embrace__us_1.mp3"
}
]
},
"wordOrigin": null
}