word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
45 lines (44 loc) • 1.22 kB
JSON
{
"term": "currently",
"partOfSpeech": "adverb",
"ox3000": true,
"cefr": "b1",
"definitions": [
{
"senseNumber": null,
"definition": "at the present time",
"examples": [
{
"text": "The hourly charge is currently £35."
},
{
"text": "Currently, over 500 students are enrolled on the course."
},
{
"text": "All the options are **currently available**."
},
{
"text": "She's currently working on a book about painters."
},
{
"text": "This matter is currently being discussed."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈkʌrəntli/",
"audio": "cu/currently/currently__gb_3.mp3"
}
],
"us": [
{
"pronunciation": "/ˈkɜːrəntli/",
"audio": "cu/currently/currently__us_1.mp3"
}
]
},
"wordOrigin": null
}