SqliteSubstringSearch
Substring search tokenizer
A tokenizer that supports fast substring search with FTS (full text search) capabilities
An open source tokenizer which supports fast substring search with sqlite FTS (full text search)
83 stars
3 watching
9 forks
Language: C
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
illarionov/sqlite3-unicodesn | An extension that adds full-text search capabilities to SQLite with Snowball stemming. | 34 |
abiliojr/fts5-snowball | A Snowball stemmer tokenizer extension for FTS5 in SQLite | 47 |
wangwang4git/sqlite3-icu | A C-based implementation of a Chinese tokenizer for SQLite3 using ICU's Analysis feature. | 6 |
0xprinc/huff_binarysearch | An implementation of binary search in Solidity for finding elements in sorted arrays. | 2 |
zseder/huntoken | A tool for tokenizing raw text into words and sentences in multiple languages. | 3 |
denosaurs/tokenizer | A simple tokenizer library for parsing and analyzing text input in various formats. | 17 |
mathewsanders/mustard | A Swift library for tokenizing strings with customizable matching behavior | 689 |
thisiscetin/textoken | A gem for extracting words from text with customizable tokenization rules | 31 |
diasks2/pragmatic_tokenizer | A multilingual tokenizer to split strings into tokens, handling various language and formatting nuances. | 90 |
elau1004/tfr4sqlite | A module to read and parse structured text files into a virtual table in SQLite | 19 |
espressocake/needle_sift_bof | A tool for searching for specific strings within files using a needle-sift algorithm | 30 |
jonsafari/tok-tok | A fast and simple tokenizer for multiple languages | 28 |
fukamachi/sxql | An SQL generator for Common Lisp that provides a simple and flexible way to create SQL queries. | 363 |
wojciechmula/pyahocorasick | A fast and memory-efficient library for exact or approximate string search | 951 |
silverstripe/silverstripe-fulltextsearch | Enables search functionality with external full-text search engines. | 44 |