nboost icon indicating copy to clipboard operation
nboost copied to clipboard

How to configure synonym chain or to search synonym sentence

Open similonpascal opened this issue 4 years ago • 0 comments

We use this project to search sentence on indexed text, it's great, thank you.

This work great to get accurate result with semantics. For examples, "I carried out work audits" is indexed, this two queries give same result:

  • I carried out work audits
  • I carry out work audits

We want to improve the search to get better result based on synonyms : For examples, this 2 queries should return "I carried out work audits" :

  • I carry out work audits
  • I do work audits

How can we configure that with nboost ?

thanks for your help/assistance.

Pascal

similonpascal avatar Oct 15 '21 11:10 similonpascal