word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
38 lines (37 loc) • 1.08 kB
JSON
{
"term": "photocopy",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": null,
"definition": "a copy of a document, etc. made by a machine that photographs and then prints",
"examples": [
{
"text": "Make as many photocopies as you need."
},
{
"text": "Could you take a photocopy of this letter for me, please?"
}
],
"collocations": {
"adjective": ["black-and-white", "colour/color"],
"verb + photocopy": ["do", "make", "take"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈfəʊtəʊkɒpi/",
"audio": "ph/photocopy/photocopy__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈfəʊtəʊkɑːpi/",
"audio": "ph/photocopy/photocopy__us_1.mp3"
}
]
},
"wordOrigin": null
}