Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/simple-jieba-tokenizer/ #2

Open
utterances-bot opened this issue Mar 3, 2023 · 7 comments
Open

posts/simple-jieba-tokenizer/ #2

utterances-bot opened this issue Mar 3, 2023 · 7 comments

Comments

@utterances-bot
Copy link

Simple: SQLite3 结巴分词插件 :: Wang Fenjin

SQLite3 中使用结巴分词实现更精准中文搜索

https://www.wangfenjin.com/posts/simple-jieba-tokenizer/

Copy link

mjiulee commented Mar 3, 2023

大佬,能帮忙看看这个问题不?wangfenjin/simple#113

Copy link
Owner

主要是确认 sqlite 库是支持 fts 的

Copy link

banboo3 commented Jan 6, 2024

这里提到
jieba_dict() 指定 dict 的目录,只需要调用一次,需要在调用 jieba_query() 之前指定。
如何指定dict目录呀,我搜了全网都没找到方法。

@wangfenjin
Copy link
Owner

就是用 jieba_dict() 这个函数,参考 这里 其他语言使用的方式类似

Copy link

zzhomes commented Mar 30, 2024

Linux下如何进行编译

@wangfenjin
Copy link
Owner

Linux下如何进行编译

readme 里写了

Copy link

zzhomes commented Apr 2, 2024

已成功编译,cmake版本的问题,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants