v1

latestOpenAPI 3.0.3GPL-3.02026-07-177978150.2 KB
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

idstring required

Unique identifier for the dictionary

Example response

{
  "id": "irregular-plurals",
  "words": [
    {
      "word": "people",
      "root": "person"
    }
  ]
}