Hi, I build a fts5 tokenizer follow this https://www.sqlite.org/fts5.html#custom_tokenizers, how can I load it in YapDatabase ? This is my extension: https://github.com/wangfenjin/simple Thanks