word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 887 B
JSON
{
"term": "good morning",
"partOfSpeech": "exclamation",
"definitions": [
{
"senseNumber": null,
"definition": "used to say hello politely when people first see each other in the morning; sometimes also used formally when people leave each other in the morning",
"examples": [
{
"text": "He didn't even say ‘Good morning’."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌɡʊd ˈmɔːnɪŋ/",
"audio": "go/good-morning/good_morning_1_gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˌɡʊd ˈmɔːrnɪŋ/",
"audio": "go/good-morning/good_morning_1_us_1.mp3"
}
]
},
"wordOrigin": null
}