word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
58 lines (57 loc) • 1.61 kB
JSON
{
"term": "cabin",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "b2",
"image": "data/images/ai/airliner.png",
"definitions": [
{
"senseNumber": 1,
"definition": "a small room on a ship in which you live or sleep",
"cefr": "b2",
"examples": [
{
"text": "I lay in my cabin feeling miserably seasick."
}
],
"topics": ["Transport by water"]
},
{
"senseNumber": 2,
"definition": "one of the areas for passengers to sit in a plane",
"cefr": "b2",
"examples": [
{
"text": "the first-class cabin"
}
],
"topics": ["Transport by air"]
},
{
"senseNumber": 3,
"definition": "a small house or shelter, usually made of wood",
"cefr": "c2",
"examples": [
{
"text": "a log cabin"
}
],
"topics": ["Buildings"]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈkæbɪn/",
"audio": "ca/cabin/cabin__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈkæbɪn/",
"audio": "ca/cabin/cabin__us_1.mp3"
}
]
},
"wordOrigin": "Middle English: from Old French cabane, from Provençal cabana, from late Latin capanna, cavanna."
}