Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何在搜索引擎中创建一个单词建议系统,如谷歌的“你的意思是……”?
最好使用向量空间模型方法。我用谷歌搜索了它,但没有找到解决方案。
看看Peter Norvig(谷歌研究总监)的例子。
Lucene搜索引擎支持“您的意思是”,并且它是开源的,因此您可以获取代码并查看它是如何工作的,或者在您的项目中重用它。实际上,可能值得使用整个引擎,而不是通过从头开始创建新的搜索引擎来重新发明轮子。