Lightweight fuzzy search library

前端 未结 8 524
鱼传尺愫
鱼传尺愫 2020-12-14 03:05

Can you suggest some light weight fuzzy text search library?

What I want to do is to allow users to find correct data for search terms with typos.

I could us

8条回答
  •  攒了一身酷
    2020-12-14 03:52

    You didn't specify your development platform, but if its PHP then suggest you look at the ZEND Lucene lubrary :

    http://ifacethoughts.net/2008/02/07/zend-brings-lucene-to-php/ http://framework.zend.com/manual/en/zend.search.lucene.html

    As it LAMP its far lighter than Lucene on Java, and can easily be extended for other filetypes, provided you can find a conversion library or cmd line converter - there are lots of OSS solutions around to do this.

提交回复
热议问题