Skip to content

Instantly share code, notes, and snippets.

@rveitch
Created June 5, 2020 18:50
Show Gist options
  • Save rveitch/9f9165d4678924ad8804481118d2d642 to your computer and use it in GitHub Desktop.
Save rveitch/9f9165d4678924ad8804481118d2d642 to your computer and use it in GitHub Desktop.
Sample Defination from https://www.wordsapi.com/
{
"accessible": {
"syllables": {
"count": 4,
"list": [
"ac",
"ces",
"si",
"ble"
]
},
"pronunciation": {
"all": "æk'sɛsəbəl",
"simplified": "æksɛsəbəl"
},
"rhymePatterns": {
"all": "-ɛsəbəl"
},
"definitions": [
{
"definition": "capable of being read with comprehension",
"partOfSpeech": "adjective",
"synonyms": [
"approachable"
],
"similarTo": [
"comprehendible",
"comprehensible"
],
"examples": [
"readily accessible to the nonprofessional reader"
]
},
{
"definition": "capable of being reached",
"partOfSpeech": "adjective",
"also": [
"convenient"
],
"attribute": [
"availability",
"availableness",
"handiness",
"accessibility"
],
"similarTo": [
"ready to hand",
"approachable",
"come-at-able",
"get-at-able",
"getatable",
"handy",
"reachable"
],
"antonyms": [
"inaccessible"
],
"derivation": [
"access"
],
"examples": [
"a town accessible by rail"
]
},
{
"definition": "easily obtained",
"partOfSpeech": "adjective",
"similarTo": [
"available"
],
"derivation": [
"accessibility"
],
"examples": [
"most students now have computers accessible",
"accessible money"
]
},
{
"definition": "easy to get along with or talk to; friendly",
"partOfSpeech": "adjective",
"similarTo": [
"approachable"
],
"derivation": [
"accessibility"
],
"examples": [
"an accessible and genial man"
]
}
],
"letters": 10,
"sounds": 9,
"frequency": {
"zipf": 3.24,
"perMillion": 1.73,
"diversity": 0.01
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment