word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
60 lines (59 loc) • 1.61 kB
JSON
{
"term": "math",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": 1,
"definition": "mathematics, especially as a subject in school",
"examples": [
{
"text": "a math teacher"
}
]
},
{
"senseNumber": 2,
"definition": "the process of calculating using numbers",
"examples": [
{
"text": "Is your math correct?"
}
]
},
{
"senseNumber": null,
"definition": "to think carefully about something before doing it so that you know all the relevant facts or figures",
"examples": [
{
"text": "If only someone had done the math!"
},
{
"text": "Do the math before you take on more debt."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/mæθ/",
"audio": "ma/math/math__gb_2.mp3"
},
{
"pronunciation": "/mæθs/",
"audio": "ma/math/maths__gb_3.mp3"
}
],
"us": [
{
"pronunciation": "/mæθ/",
"audio": "ma/math/math__us_2.mp3"
},
{
"pronunciation": "/mæθs/",
"audio": "ma/math/maths__us_3.mp3"
}
]
},
"wordOrigin": null
}