This Choreo retrieves the related words of a given word.The documentation for this Wordnik method can be found here.
Here is an example of acceptable inputs:
APIKey: {YOUR API KEY}
Word: frequency
The following is a sample of the information returned by this Choreo:
[
{
"words": [
"infrequency"
],
"relationshipType": "antonym"
},
{
"words": [
"rate",
"cardinal",
"ratio",
"cardinal number"
],
"relationshipType": "hypernym"
},
{
"words": [
"cadence",
"occurrence",
"periodicity",
"commonness",
"high frequency",
"modal frequency",
"law of frequency",
"convergence frequency",
"group frequency",
"frequency converter"
],
"relationshipType": "cross-reference"
},
{
"words": [
"frequent",
"frequentative",
"frequenter"
],
"relationshipType": "etymologically-related-term"
},
{
"words": [
"incidence",
"attendance",
"audio",
"infrared",
"radio frequency",
"audio frequency",
"wave number",
"count per minute",
"sampling frequency",
"counts/minute"
],
"relationshipType": "hyponym"
},
{
"words": [
"crowd",
"throng",
"repetition",
"thickness",
"commonness",
"oftenness",
"quotiety",
"habitualness",
"oftness",
"howmanyness"
],
"relationshipType": "synonym"
},
{
"words": [
"range",
"level",
"number",
"flow",
"rate",
"speed",
"count",
"size",
"mode"
],
"relationshipType": "same-context"
}
]