word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
88 lines (87 loc) • 2.48 kB
JSON
{
"term": "filthy",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": 1,
"definition": "very dirty and unpleasant",
"examples": [
{
"text": "filthy rags/streets"
},
{
"text": "It's filthy in here!"
},
{
"text": "The floor was filthy."
},
{
"text": "There were two beggars dressed in filthy rags."
},
{
"text": "Why are the streets so filthy in this part of the city?"
}
],
"collocations": {
"verbs": ["be", "feel", "look"],
"adverb": ["really", "absolutely"]
}
},
{
"senseNumber": 2,
"definition": "very rude and offensive and usually connected with sex",
"examples": [
{
"text": "**filthy language/words**"
},
{
"text": "He's got a **filthy mind** *(= is always thinking about sex)*."
},
{
"text": "That's enough of your filthy language!"
}
]
},
{
"senseNumber": 3,
"definition": "showing anger",
"labels": "(informal)",
"examples": [
{
"text": "He was in a **filthy mood**."
},
{
"text": "She has a **filthy temper**."
},
{
"text": "Ann gave him a **filthy look**."
}
]
},
{
"senseNumber": 4,
"definition": "cold and wet",
"labels": "(British English, informal)",
"examples": [
{
"text": "Isn't it a filthy day?"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈfɪlθi/",
"audio": "fi/filthy/filthy__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈfɪlθi/",
"audio": "fi/filthy/filthy__us_1.mp3"
}
]
},
"wordOrigin": null
}