word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
53 lines (52 loc) • 1.76 kB
JSON
{
"term": "database",
"partOfSpeech": "noun",
"ox5000": true,
"cefr": "b2",
"definitions": [
{
"senseNumber": null,
"definition": "an organized set of data that is stored in a computer and can be looked at and used in various ways",
"examples": [
{
"text": "The database is updated monthly."
},
{
"text": "The new database contains 200 000 images."
},
{
"text": "We have over 8 000 customer names in our database."
},
{
"text": "We're trying to create our own computerized database."
},
{
"text": "a very large database of information"
}
],
"topics": ["Computers"],
"collocations": {
"adjective": ["large", "comprehensive", "central"],
"verb + database": ["build", "build up", "create"],
"database + verb": ["contain something"],
"database + noun": ["application", "engine", "server"],
"preposition": ["in a/the database", "on a/the database", "database of"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈdeɪtəbeɪs//ˈdɑːtəbeɪs/",
"audio": "da/database/database__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈdeɪtəbeɪs//ˈdætəbeɪs/",
"audio": "da/database/database__us_1_rr.mp3"
}
]
},
"wordOrigin": null
}