njmango / sales-bot

0 stars 2 forks source link

User input similarity #13

Open mcmcford opened 2 months ago

mcmcford commented 2 months ago

This can be considered a subcomponent of #10

By using a similarity algorithm like the Dice-Sørensen coefficient on users input for item names, slight variations can be accounted for within a defined similarity. An example of this can be seen on the slash commands branch which uses the now deprecated string similarity package.

alias