word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
52 lines (51 loc) • 1.6 kB
JSON
{
"term": "handbag",
"partOfSpeech": "noun",
"image": "data/images/cl/clothes_bags.png",
"definitions": [
{
"senseNumber": null,
"definition": "a small bag for money, keys, etc., especially one carried by a woman",
"examples": [
{
"text": "She was rummaging in her handbag for her keys."
},
{
"text": "She took a pen out of her large leather handbag."
},
{
"text": "I had my handbag stolen at the train station."
},
{
"text": "She put her purse into her handbag."
}
],
"topics": ["Clothes and Fashion"],
"collocations": {
"adjective": ["big", "capacious", "large"],
"verb + handbag": ["clutch", "hold", "carry"],
"preposition": [
"from a/the handbag",
"out of a/the handbag",
"in a/the handbag"
],
"phrases": ["the contents of a handbag"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈhændbæɡ/",
"audio": "ha/handbag/handbag__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈhændbæɡ/",
"audio": "ha/handbag/handbag__us_1.mp3"
}
]
},
"wordOrigin": null
}