word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
66 lines (65 loc) • 2.05 kB
JSON
{
"term": "that",
"partOfSpeech": "determiner",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": 1,
"definition": "used for referring to a person or thing that is not near the speaker or as near to the speaker as another",
"cefr": "a1",
"ox3000": true,
"examples": [
{
"text": "Look at that man over there."
},
{
"text": "How much are those apples at the back?"
}
]
},
{
"senseNumber": 2,
"definition": "used for referring to somebody/something that has already been mentioned or is already known about",
"cefr": "a1",
"ox3000": true,
"examples": [
{
"text": "I was living with my parents at that time."
},
{
"text": "That incident changed their lives."
},
{
"text": "Have you forgotten about that money I lent you last week?"
},
{
"text": "That dress of hers is too short."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ðæt/",
"audio": "th/that/that__gb_1.mp3"
},
{
"pronunciation": "/ðəʊz/",
"audio": "th/that/those__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ðæt/",
"audio": "th/that/that__us_1.mp3"
},
{
"pronunciation": "/ðəʊz/",
"audio": "th/that/those__us_1.mp3"
}
]
},
"wordOrigin": "Old English thæt, nominative and accusative singular neuter of se ‘the’, of Germanic origin; related to Dutch dat and German das."
}