Returns a list of the available registers [blocked] for a given bilingual language dataset.
643 matches
26 actions
Oxford Dictionaries
26 actions
- Apply filters to responseGETv1.0.0
- Check a word exists in the dictionary and retrieve its root formGETv1.0.0
- Lists available dictionariesGETv1.0.0
- Lists available domains in a bilingual datasetGETv1.0.0
- Lists available domains in a monolingual datasetGETv1.0.0
- Lists available filtersGETv1.0.0
- Lists available filters for specific endpointGETv1.0.0
- Lists available grammatical features in a datasetGETv1.0.0
- Lists available lexical categories in a datasetGETv1.0.0
- Lists available regions in a monolingual datasetGETv1.0.0
- Lists available registers in a monolingual datasetGETv1.0.0
- Lists available registers in a bilingual datasetGETv1.0.0
- Retrieve a list of frequencies of a word/words derived from a corpus.GETv1.0.0
- Retrieve a list of words in a categoryGETv1.0.0
- Retrieve corpus sentences for a given wordGETv1.0.0
- Retrieve dictionary information for a given wordGETv1.0.0
- Retrieve list of words for category with advanced optionsGETv1.0.0
- Retrieve possible matches to inputGETv1.0.0
- Retrieve possible translation matches to inputGETv1.0.0
- Retrieve synonyms and antonyms for a given wordGETv1.0.0
- Retrieve the frequency of a word derived from a corpus.GETv1.0.0
- Retrieve the frequency of ngrams (1-4) derived from a corpusGETv1.0.0
- Retrieve translation for a given wordGETv1.0.0
- Retrieve words that are similarGETv1.0.0
- Retrieve words that mean the oppositeGETv1.0.0
- Specify GB or US dictionary for English entry searchGETv1.0.0
Other/Oxford Dictionaries
Lists available registers in a bilingual dataset
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
{
"type": "object",
"properties": {
"app_id": {
"type": "string"
},
"app_key": {
"type": "string"
},
"source_register_language": {
"type": "string",
"enum": [
"en",
"es",
"ms",
"id",
"ur",
"de",
"pt"
]
},
"target_register_language": {
"type": "string",
"enum": [
"es",
"en",
"nso",
"zu",
"ms",
"id",
"tn",
"ro",
"de",
"pt"
]
}
},
"required": [
"app_id",
"app_key",
"source_register_language",
"target_register_language"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
{
"description": "Schema for lexicalcategories, registers utility endpoints.",
"properties": {
"metadata": {
"type": "object",
"description": "Additional Information provided by OUP"
},
"results": {
"type": "object",
"description": "Mapping of labels available."
}
}
}