word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
44 lines (43 loc) • 1.23 kB
JSON
{
"term": "scattered",
"partOfSpeech": "adjective",
"ox5000": true,
"cefr": "c1",
"definitions": [
{
"senseNumber": null,
"definition": "spread far apart over a wide area or over a long period of time",
"examples": [
{
"text": "a few scattered settlements"
},
{
"text": "sunshine with scattered showers"
},
{
"text": "Her family are scattered around the world."
}
],
"collocations": {
"verbs": ["be", "lie", "find something"],
"adverb": ["liberally", "randomly", "thinly"],
"preposition": ["about", "across", "along"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈskætəd/",
"audio": "sc/scattered/scattered__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈskætərd/",
"audio": "sc/scattered/scattered__us_1.mp3"
}
]
},
"wordOrigin": null
}