word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
46 lines (45 loc) • 1.25 kB
JSON
{
"term": "heater",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a machine used for making air or water warmer",
"examples": [
{
"text": "a gas heater"
},
{
"text": "a water heater"
},
{
"text": "Even with the heater full on, the room felt cold."
},
{
"text": "a fan heater"
}
],
"topics": ["Houses and homes"],
"collocations": {
"adjective": ["convector", "fan", "storage"],
"verb + heater": ["have off", "have on", "turn off"],
"heater + verb": ["be off", "be on"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈhiːtə(r)/",
"audio": "he/heater/heater__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈhiːtər/",
"audio": "he/heater/heater__us_1.mp3"
}
]
},
"wordOrigin": null
}