Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用类似于 Jaro-Winkler 的方法以 90% 的准确率匹配 Python 中的两列企业名称。不幸的是,我在一家大型金融机构工作,被禁止使用模糊匹配和许多其他库。如果两个字符串 90% 相似,有谁知道匹配两个字符串的函数?