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 阅读全文
|
Copyright © 2024 GOOD_N_LCM
Powered by .NET 9.0 on Kubernetes |