word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
40 lines (39 loc) • 1 kB
JSON
{
"term": "solely",
"partOfSpeech": "adverb",
"academic": true,
"ox5000": true,
"cefr": "c1",
"definitions": [
{
"senseNumber": null,
"definition": "only; not involving somebody/something else",
"examples": [
{
"text": "She was motivated solely by self-interest."
},
{
"text": "Selection is based solely on merit."
},
{
"text": "He became solely responsible for the firm."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈsəʊlli/",
"audio": "so/solely/solely__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈsəʊlli/",
"audio": "so/solely/solely__us_1.mp3"
}
]
},
"wordOrigin": null
}