word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
44 lines (43 loc) • 1.25 kB
JSON
{
"term": "textbook",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "b2",
"image": "data/images/cl/classroom.png",
"definitions": [
{
"senseNumber": null,
"definition": "a book that teaches a particular subject and that is used especially in schools and colleges",
"examples": [
{
"text": "a **school/medical/history textbook**"
},
{
"text": "Do you have the standard textbook on the subject?"
},
{
"text": "I would not recommend it as a classroom textbook."
}
],
"topics": ["Education"],
"collocations": {
"adjective": ["basic", "elementary", "introductory"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈtekstbʊk/",
"audio": "te/textbook/textbook__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈtekstbʊk/",
"audio": "te/textbook/textbook__us_1.mp3"
}
]
},
"wordOrigin": null
}