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.
我想创建一个可以使用近似字符串匹配在 sqlite 数据库中搜索单词的 android 应用程序。例如,如果有人将“switch”这个词拼错为“swithc”,系统将更正这个词并显示消息“你的意思是'switch'”。
它就像谷歌可以纠正错误的单词。我该怎么做 ?
看看这个答案
Java:如何在字符串列表中找到最可能的字符串?
您可以根据需要使用字符串匹配的方式。还有一个 github 项目: https ://github.com/northpoint/blur