Android-Sqlite-Fts5-Tokenizer icon indicating copy to clipboard operation
Android-Sqlite-Fts5-Tokenizer copied to clipboard

集成了FTS5中文分词器的Sqlite3源码

Results 5 Android-Sqlite-Fts5-Tokenizer issues
Sort by recently updated
recently updated
newest added

目前发现“你”、“待”搜不出来。

搜你搜不出,搜你的可以搜出来。

wcdb 的 `output_token` 最后是 `*piPosition = cur->token_count++;` 你改成 `*piPosition = ++cur->token_count;` 感觉不对啊, ft3_tokenizer.h 注释写了 `int *piPosition /* OUT: Number of tokens returned before this one */` before this one 应该是...

为什么我在手机上编译的时候,出现了error:no such file or directory(packed),无法正常运行,