sqlite-fts-python
sqlite-fts-python copied to clipboard
A Python binding of SQLite Full Text Search Tokenizer
I tried using it on mac with sqlite compiled with fts5 extension built in: ``` sqlite --version 3.37.0 2021-12-09 01:34:53 9ff244ce0739f8ee52a3e9671adb4ee54c83c640b02e3f9d185fd2f9a179aapl sqlite> PRAGMA compile_options; ┌──────────────────────────────────┐ │ compile_options │ ├──────────────────────────────────┤ │...
The FTS tokenizer API has the concept of "colocated" tokens where multiple tokens can occupy the same position in a sentence. The main use of this functionality is to implement...
see https://www.sqlite.org/fts5.html peewee also supports FTS5 https://github.com/coleifer/peewee/blob/master/playhouse/sqlite_ext.py FTS5 API has been changed @ SQLite 3.20.0, consider support both old and new APIs.
PostgreSQL + plpython3u
Hi , i use this project with sqlite_fts4 to custom tokenizer and ranking function in a engine-map of sqlite. And the mainly interaction between sqlite and python is the register_functions...
the binary module is big (about 30MB) but no C compiler needed.
There're some changes that I think should be addressed before package Cheese-shop release. # Result ranking There's no full-text result set ranking function out-of-the-box in SQLite. I think it makes...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
python interpreters fetched from python-build-standalone (by rye) crash 100%. it occurs for all versions I tested locally 3.9, 3.10, 3.11, 3.12 on an Arch Linux VM x86-64. it also happens...