Skip to main content

Description

Shows all available stemmers. These can be used in the function stem. Availability system.stemmers is present only in ClickHouse builds compiled with the libstemmer dependency (USE_LIBSTEMMER). On builds without it, the table does not exist and queries against it will fail with UNKNOWN_TABLE. You can check whether your build has it enabled with:

Columns

  • name (String) — Identifier of the Snowball stemmer (language/algorithm)

Example

Last modified on September 11, 2026