word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
34 lines (33 loc) • 905 B
JSON
{
"term": "remaining",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "still needing to be done or dealt with",
"examples": [
{
"text": "The remaining twenty patients were transferred to another hospital."
},
{
"text": "Any remaining tickets for the concert will be sold on the door."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/rɪˈmeɪnɪŋ/",
"audio": "re/remaining/remaining__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/rɪˈmeɪnɪŋ/",
"audio": "re/remaining/remaining__us_1.mp3"
}
]
},
"wordOrigin": null
}