word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
34 lines (33 loc) • 854 B
JSON
{
"term": "albeit",
"partOfSpeech": "conjunction",
"academic": true,
"ox5000": true,
"cefr": "c1",
"definitions": [
{
"senseNumber": null,
"definition": "although",
"examples": [
{
"text": "He finally agreed, albeit reluctantly, to help us."
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˌɔːlˈbiːɪt/",
"audio": "al/albeit/albeit__gb_2.mp3"
}
],
"us": [
{
"pronunciation": "/ˌɔːlˈbiːɪt/",
"audio": "al/albeit/albeit__us_1_rr.mp3"
}
]
},
"wordOrigin": "late Middle English: from the phrase all be it ‘although it be (that)’."
}