python库:fuzzywuzzy

fuzzywuzzy

用于字符串匹配率、令牌匹配等

 

复制代码代码如下:

from fuzzywuzzy import fuzz
fuzz.ratio("Hit me with your best shot", "Hit me with your pet shark")
# 85
posted @ 2015-11-12 17:18  Django's blog  阅读(1368)  评论(0编辑  收藏  举报