Extensible Snowball text-search dictionary template with a Nepali stemmer.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | snowball_ext |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2018-11-02 |
| Catalogue updated | 2026-08-30 |
| pg_jieba | Chinese full-text search parser based on cppjieba |
| simple_parser | C full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens. |
| pg_fts_greek | Postgres FTS Improvements for Greek |
| zhparser | a parser for full-text search of Chinese |
| pg_cjk_parser | CJK bigram parser derived from PostgreSQL full-text search |
| pg_tokenizer | Tokenizers for full-text search |
| pg_bigm | create 2-gram (bigram) index for faster full text search. |
| pgroonga | Use Groonga as index, fast full text search platform for all languages! |
| dict_id | Indonesian-language full-text search stemming dictionary based on cSastrawi |
| tsexample | Example C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration. |