word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
69 lines (68 loc) • 2 kB
JSON
{
"term": "untidy",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": 1,
"definition": "not neat or well arranged; not in order",
"examples": [
{
"text": "an untidy desk"
},
{
"text": "untidy hair"
},
{
"text": "Everything was dreadfully untidy."
},
{
"text": "I'm afraid the house will have to stay untidy for now."
},
{
"text": "My son had left the studio very untidy."
},
{
"text": "The books were piled an untidy heap."
},
{
"text": "Try not to make the place untidy."
}
],
"collocations": {
"verbs": ["be", "look", "seem"],
"adverb": ["extremely", "fairly", "very"]
}
},
{
"senseNumber": 2,
"definition": "not keeping things neat or well organized",
"examples": [
{
"text": "Why do you have to be so untidy?"
},
{
"text": "I've become more untidy since I stopped going out to work."
}
],
"collocations": {
"verbs": ["be", "look", "seem"],
"adverb": ["extremely", "fairly", "very"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ʌnˈtaɪdi/",
"audio": "un/untidy/untidy__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ʌnˈtaɪdi/",
"audio": "un/untidy/untidy__us_1.mp3"
}
]
},
"wordOrigin": null
}