word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
47 lines (46 loc) • 1.2 kB
JSON
{
"term": "bulky",
"partOfSpeech": "adjective",
"academic": true,
"definitions": [
{
"senseNumber": 1,
"definition": "large and difficult to move or carry",
"examples": [
{
"text": "Bulky items will be collected separately."
},
{
"text": "The key felt bulky in his pocket."
},
{
"text": "She laid two bulky files on the table."
}
]
},
{
"senseNumber": 2,
"definition": "tall and heavy",
"examples": [
{
"text": "The bulky figure of Inspector Jones appeared at the door."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈbʌlki/",
"audio": "bu/bulky/bulky__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈbʌlki/",
"audio": "bu/bulky/bulky__us_1.mp3"
}
]
},
"wordOrigin": null
}