word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
45 lines (44 loc) • 1.13 kB
JSON
{
"term": "freshman",
"partOfSpeech": "noun",
"definitions": [
{
"senseNumber": 1,
"definition": "a first-year student at a university or college",
"cefr": "c2",
"examples": [
{
"text": "college freshmen"
},
{
"text": "during my freshman year"
}
],
"topics": ["Education"]
},
{
"senseNumber": 2,
"definition": "a first-year student at high school or junior high school",
"examples": [
{
"text": "high school freshmen"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈfreʃmən/",
"audio": "fr/freshman/freshman__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈfreʃmən/",
"audio": "fr/freshman/freshman__us_1.mp3"
}
]
},
"wordOrigin": null
}