word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
47 lines (46 loc) • 1.4 kB
JSON
{
"term": "pizza",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "an Italian dish consisting of a flat round bread base with cheese, tomatoes, vegetables, meat, etc. on top",
"examples": [
{
"text": "a ham and mushroom pizza"
},
{
"text": "Is there any pizza left?"
},
{
"text": "What do you want on your pizza?"
},
{
"text": "a slice of cheese and tomato pizza"
}
],
"topics": ["Food"],
"collocations": {
"adjective": ["takeaway", "takeout", "frozen"],
"… of pizza": ["piece", "slice"],
"pizza + noun": ["sauce", "topping", "joint"],
"preposition": ["on a/the pizza"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈpiːtsə/",
"audio": "pi/pizza/pizza__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˈpiːtsə/",
"audio": "pi/pizza/pizza__us_1.mp3"
}
]
},
"wordOrigin": "Italian, literally ‘pie’."
}