word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 1.04 kB
JSON
{
"term": "including",
"partOfSpeech": "preposition",
"ox3000": true,
"cefr": "a2",
"definitions": [
{
"senseNumber": null,
"definition": "having something as part of a group or set",
"examples": [
{
"text": "I've got three days' holiday including New Year's Day."
},
{
"text": "Six people were killed in the riot, including a policeman."
},
{
"text": "It's £7.50, **not including** tax."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ɪnˈkluːdɪŋ/",
"audio": "in/including/including__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ɪnˈkluːdɪŋ/",
"audio": "in/including/including__us_1.mp3"
}
]
},
"wordOrigin": null
}