Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
-
Updated
Aug 2, 2021 - JavaScript
Add a description, image, and links to the string-similarity topic page so that developers can more easily learn about it.
To associate your repository with the string-similarity topic, visit your repo's landing page and select "manage topics."
Given an input string and a list of candidates, return the best matched candidate/s.
See the "Process" section of the
fuzzywuzzydocumentation for a demo of how this should work.For parity with
fuzzywuzzywe should be able to: