Using Fuzzy Matching to Search by Sound with Python
摘要
When you're writing code to search a database, you can't rely on all those data entries being spelled correctly. Doug Hellmann, developer at DreamHost and author of The Python Standard Library by Example, reviews available options for searching databases by the sound of the target's name, rather than relying on the entry's accuracy.
欢迎在评论区写下你对这篇文章的看法。