Skip to content

Implemented string similarity algorithms: Edit Distance | Dice Coefficient | Jaccard Index

Notifications You must be signed in to change notification settings

nayemalam/fuzzyMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzyMatching

using Levenshtein Edit Distance and Sørensen Dice Coefficient and Jaccard Index

Instructions

  • Create a method that takes in two strings
  • The two strings need to be dynamic (user input)
  • You need to rate in terms of percentages how well these two strings match

Sites to verify this program's accuracy:

Resources

About

Implemented string similarity algorithms: Edit Distance | Dice Coefficient | Jaccard Index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages