pgsql-general
❮
Uzbek Hunspell extension for full-text search (Latin + Cyrillic)
- Jump to comment-1Abdugani Adikhanov<y2k.gostop@gmail.com>Mar 28, 2026, 9:09 AM UTCHello,
We would like to share an open-source PostgreSQL extension that adds Uzbek
full-text search using Hunspell dictionaries for both Latin and Cyrillic
text.
The extension registers:
- Hunspell-based text search dictionaries
- stopword lists (uzbek.stop / uzbek_cyrl.stop)
- a text search configuration (uz_fts)
It is built with PGXS (DATA_TSEARCH) and is licensed under GPL-3.0.
Repository: https://github.com/postgresprofi/postgresql-uz-hunspell
We hope this is useful for anyone indexing Uzbek content. Feedback on
installation, dictionary quality, or stopword lists is very welcome.
Best regards,
Abdugani