kevy-text 3.17.4

Dictionary-free full-text search core: CJK bigram tokenizer, inverted segments, BM25 scoring.
Documentation
1
2
3
4
5
6
7
# kevy-text

Dictionary-free full-text search core for kevy: a script-aware
tokenizer (lowercased word tokens for Latin, adjacent bigrams for CJK
— no dictionary), per-shard inverted segments maintained synchronously
with writes, and BM25 ranking with shard-local statistics. Pure logic:
no I/O, no runtime.