We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375683 commit 1646912Copy full SHA for 1646912
index_search_whoosh.md
@@ -141,3 +141,10 @@ title/path/content就是所谓的字段。每个字段对应索引查找目标
141
{"title":u"my second document","path":u"/a"}
142
143
前面已经将上述两个字段设置为stored=True.
144
+
145
+##中文分词
146
147
+中文分词中,结巴分词是不错的。以下两个内容解决中文分析问题:
148
149
+- [结巴分词](https://github.com/qiwsir/jieba)
150
+- [whoosh and 结巴分词](https://github.com/qiwsir/algorithm/blob/master/chinesetokenizer.py)
0 commit comments