3行实现模糊匹配
摘要:
三行实现模糊匹配 def fuzzyfinding(user_input,collection): s = [(len(re.compile('.*?'.join(user_input)).search(i).group()),re.compile('.*?'.join(... 阅读全文
posted @ 2016-08-16 20:36 白于空 阅读(271) 评论(0) 推荐(0)
2016年8月16日 #
posted @ 2016-08-16 20:36 白于空 阅读(271) 评论(0) 推荐(0)
posted @ 2016-08-16 20:25 白于空 阅读(387) 评论(0) 推荐(0)