word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
46 lines (45 loc) • 1.45 kB
JSON
{
"term": "underneath",
"partOfSpeech": "preposition, adverb",
"definitions": [
{
"senseNumber": 1,
"definition": "under or below something else, especially when it is hidden or covered by the thing on top",
"examples": [
{
"text": "The coin rolled underneath the piano."
},
{
"text": "This jacket's too big, even with a sweater underneath."
}
]
},
{
"senseNumber": 2,
"definition": "used to talk about somebody’s real feelings or character, as opposed to the way they seem to be",
"examples": [
{
"text": "Underneath her cool exterior she was really very frightened."
},
{
"text": "He seems bad-tempered, but he's very soft-hearted underneath."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌʌndəˈniːθ/",
"audio": "un/underneath/underneath__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˌʌndərˈniːθ/",
"audio": "un/underneath/underneath__us_1.mp3"
}
]
},
"wordOrigin": "Old English underneothan; compare with beneath."
}