v1

latestOpenAPI 3.0.3GPL-3.02026-07-177978150.2 KB
stemming

Import a stemming dictionary

Upload a JSONL file containing word mappings to create or update a stemming dictionary.

post/stemming/dictionaries/import

Query parameters

idstring required

The ID to assign to the dictionary

Request body

string required

Example request

"{\"word\": \"people\", \"root\": \"person\"}\n{\"word\": \"children\", \"root\": \"child\"}\n"

Response

Dictionary successfully imported