stemming
Retrieve a stemming dictionary
Fetch details of a specific stemming dictionary.
get/stemming/dictionaries/{dictionaryId}
Path parameters
dictionaryIdstring required
The ID of the dictionary to retrieve
Response
Stemming dictionary details
Example response
{
"id": "irregular-plurals",
"words": [
{
"word": "people",
"root": "person"
}
]
}