Skip to content

lindera/lindera-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

lindera-sqlite is a C ABI library which exposes a FTS5 tokenizer function.

When used as a custom FTS5 tokenizer this enables application to support Chinese, Japanese and Korean in full-text search.

Extension Build/Usage Example

cargo rustc --features extension -- --crate-type=cdylib

Load extension from ./target/release/liblindera_tokenizer.dylib.

CREATE VIRTUAL TABLE
fts
USING fts5(content, tokenize='lindera_tokenizer')

Generating headers

cbindgen --profile release . -o target/release/fts5-tokenizer.h

About

Lindera for SQLite FTS5 extention

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages