word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 1.06 kB
JSON
{
"term": "composer",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "b2",
"definitions": [
{
"senseNumber": null,
"definition": "a person who writes music, especially classical music",
"examples": [
{
"text": "Verdi was a prolific composer of operas."
}
],
"topics": ["Music", "Jobs"],
"collocations": {
"adjective": ["famous", "fine", "great"],
"verb + composer": ["commission"],
"composer + verb": ["compose something", "write something"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/kəmˈpəʊzə(r)/",
"audio": "co/composer/composer__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/kəmˈpəʊzər/",
"audio": "co/composer/composer__us_1.mp3"
}
]
},
"wordOrigin": null
}