Fuzzy string matching using Levenshtein distance
- Clone the repo
- Run the 'run' file
$ python3 run.py- Enter a sample string to match
Enter a string to validate :: honesy is the best polic
-------------------------------------------------------
| Original Word | Dictionary Word | Ratio |
-------------------------------------------------------
| honesy honesty 0.923
-------------------------------------------------------
| is is 1.0
-------------------------------------------------------
| the the 1.0
-------------------------------------------------------
| best best 1.0
-------------------------------------------------------
| polic policy 0.909
-------------------------------------------------------