juji-io / datalevin

A simple, fast and versatile Datalog database
https://github.com/juji-io/datalevin
Eclipse Public License 1.0
1.07k stars 60 forks source link

Stemmer for search #209

Closed huahaiy closed 1 year ago

huahaiy commented 1 year ago

Add a default stemmer, e.g. porter's stemmer, to search-utils namespace

huahaiy commented 1 year ago

This is done. We use Snowball stemming library, the same as Lucene.