word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
45 lines (44 loc) • 1.25 kB
JSON
{
"term": "legible",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "clear enough to read",
"examples": [
{
"text": "legible handwriting"
},
{
"text": "The signature was still legible."
},
{
"text": "The inscription is still legible."
},
{
"text": "The price must be legible to a purchaser."
}
],
"collocations": {
"verbs": ["be"],
"adverb": ["clearly", "still", "barely"],
"preposition": ["to"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈledʒəbl/",
"audio": "le/legible/legible__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈledʒəbl/",
"audio": "le/legible/legible__us_1.mp3"
}
]
},
"wordOrigin": "late Middle English: from late Latin legibilis, from legere ‘to read’."
}