junxnone / examples

some code/notebook examples
0 stars 0 forks source link

Python - python-Levenshtein #209

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Reference

Brief

import Levenshtein
str1 = 'abcdefghij'
str2 = 'abcdefghij234567890'
Levenshtein.ratio(str1, str2)
0.6896551724137931