using Levenshtein Edit Distance and Sørensen Dice Coefficient and Jaccard Index
- 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
- Generate nGrams -> https://onlinetexttools.com/generate-text-n-grams
- Levenshtein Edit -> https://asecuritysite.com/forensics/simstring?word=loans%20and%20accounts%24loans%20accounts
- Dice and Levenshtein Edit -> http://cs.uef.fi/~zhao/Link/Similarity_strings.html