在做搜索服务的时候,拼写检查应该算是一个锦上添花的功能点,相信大家都还对google的Did you mean:XXX印象深刻,这个是怎么实现的呢?
在使用sphinx搜索引擎的时候又能怎么做呢?
转载网上的两篇文章:
http://norvig.com/spell-correct.html
http://sphinxsearch.com/forum/view.html?id=3709
学以致用focus on Python , C++, and some interest in Go and R |
在做搜索服务的时候,拼写检查应该算是一个锦上添花的功能点,相信大家都还对google的Did you mean:XXX印象深刻,这个是怎么实现的呢?
在使用sphinx搜索引擎的时候又能怎么做呢?
转载网上的两篇文章:
http://norvig.com/spell-correct.html
http://sphinxsearch.com/forum/view.html?id=3709