“Did you mean?” feature in Lucene.net

后端 未结 4 2228
野的像风
野的像风 2020-11-30 22:07

Can someone please let me know how do I implement \"Did you mean\" feature in Lucene.net?

Thanks!

4条回答
  •  暖寄归人
    2020-11-30 22:29

    Take a look at google code project called semanticvectors. There's a decent amount of discussion on the Lucene mailing lists for doing functionality like what you're after using it - however it is written in java.

    You will probably have to parse and use some machine learning algorithms on your search logs to build a feature like this!

提交回复
热议问题