word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
35 lines (34 loc) • 1.05 kB
JSON
{
"term": "abundant",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "existing in large quantities; more than enough",
"examples": [
{
"text": "Fish are abundant in the lake."
},
{
"text": "We have abundant evidence to prove his guilt."
}
],
"synonyms": "plentiful"
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/əˈbʌndənt/",
"audio": "ab/abundant/abundant__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/əˈbʌndənt/",
"audio": "ab/abundant/abundant__us_1.mp3"
}
]
},
"wordOrigin": "late Middle English: from Latin abundant- ‘abounding’, from the verb abundare ‘overflow’, from ab- ‘from’ + undare ‘surge’ (from unda ‘a wave’)."
}