word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
39 lines (38 loc) • 926 B
JSON
{
"term": "hi",
"partOfSpeech": "exclamation",
"ox3000": true,
"cefr": "a1",
"definitions": [
{
"senseNumber": null,
"definition": "used to say hello",
"examples": [
{
"text": "Hi guys!"
},
{
"text": "**Hi, there!** How're you doing?"
},
{
"text": "Say hi to her from me."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/haɪ/",
"audio": "hi/hi/hi__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/haɪ/",
"audio": "hi/hi/hi__us_1.mp3"
}
]
},
"wordOrigin": "natural exclamation: first recorded in late Middle English."
}