select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Full-text search

kham_pg

Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER

pgext.cloud · Source code · Documentation · License text · Control file · PGXN

Overview

Packagekham_pg
Version0.8.2
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars1
Latest commit2026-05-03
Latest release2026-05-03
Catalogue updated2026-08-30

Related extensions

See also

pg_jiebaChinese full-text search parser based on cppjieba
thai_parserThai-language parser and text search configuration for PostgreSQL full-text search.
pspacyPL/Python full-text-search helpers that use spaCy for multilingual lemmatization, tsvector generation and tsquery generation.
jieba_parserJieba parser for full-text search.
jusquciFrench tokenizer and PostgreSQL full-text-search parser.
pg_mystemRuns Yandex Mystem worker processes to provide Russian-language lemmatization from PostgreSQL queries.
pgroongaUse Groonga as index, fast full text search platform for all languages!
pg_fts_greekPostgres FTS Improvements for Greek
pg_tiktoken_cFast tiktoken BPE tokenizer for PostgreSQL implemented in C
simple_parserC full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens.