stemming

List all stemming dictionaries

Retrieve a list of all available stemming dictionaries.

get/stemming/dictionaries

Response

List of all dictionaries

dictionariesstring[]

Example response

{
  "dictionaries": [
    "irregular-plurals",
    "company-terms"
  ]
}

Changes