GOOD_N_LCM  

2020年11月20日

摘要: from fuzzywuzzy import fuzz from fuzzywuzzy import process # 简单匹配度 a = fuzz.ratio("this is a test", "this is a test!") print(a) # 模糊匹配度 b = fuzz.parti 阅读全文
posted @ 2020-11-20 14:33 GOOD_N_LCM 阅读(113) 评论(0) 推荐(0) 编辑