Tokenizes text to all substrings bigger than a fixed character length.
pgext.cloud · Source code · Documentation · Control file
| Package | all_substrings_tokenizer |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Archived |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2015-06-29 |
| Catalogue updated | 2026-08-30 |
| pg_tiktoken_c | Fast tiktoken BPE tokenizer for PostgreSQL implemented in C |
| text_domains | Pure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values. |
| kham_pg | Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER |
| postgres_security | Define a schema-local text type that duplicates PostgreSQL text storage and I/O behavior |
| pg_jieba | Chinese full-text search parser based on cppjieba |
| pg_markdown | Pre-release Markdown-to-HTML conversion extension for PostgreSQL. |
| pg_libnumbertext | Converts numbers to words in multiple languages through libnumbertext. |
| pg_str | Add Laravel-inspired string manipulation functions to PostgreSQL using pgrx |