CJK 搜索优化
#657
Replies: 3 comments
-
附上另一款 SSG 主题(Python 实现的 Material for MkDocs)的中文分词方式供参考~ https://squidfunk.github.io/mkdocs-material/plugins/search/#segmentation |
Beta Was this translation helpful? Give feedback.
0 replies
-
并不是我不想在进行分词,而是主题内置的搜索是一个本地搜索,它是基于 minisearch 实现的。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
好的,晚点我试试看 Algolia 的中文搜索,成功的话我到时补充到文档关于“内容搜索”的说明里~ 再次感谢开发维护这个主题! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the feature
少有的美观的 VuePress 主题!感谢开发维护!
与其他 SSG 类似,这个主题对于中文内容的搜索有一定要求(要准确的开头),不知能否通过某些分词方法优化一下搜索结果显示,以下两个示例都是常见的情况,使用搜索功能的用户通常只有一些关键词语,不一定能完整打出句子开头,进而就可能错过了某些内容。
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions