Is there a Javascript npm package that returns the sentence similarity of two sentences using ML? Here similarity means how close the sentences are in terms of their meaning and not how close their character count is or word count is.
​
My ultimate aim is to find which sentence(strings) among a set is most similar to a given sentence in a NextJS app.
DeepArdent t1_ixdlbg1 wrote
Reply to [D] Simple Questions Thread by AutoModerator
Is there a Javascript npm package that returns the sentence similarity of two sentences using ML? Here similarity means how close the sentences are in terms of their meaning and not how close their character count is or word count is.
​
My ultimate aim is to find which sentence(strings) among a set is most similar to a given sentence in a NextJS app.