合并/聚类术语和短语

发布于 2024-08-15 11:37:54 字数 84 浏览 2 评论 0原文

我们的应用程序允许用户输入其组织合作的公司名称。当前的问题是,用户输入公司名称的方式因用户而异。我们需要整合这些数据。有没有行之有效的方法来解决这个问题?

Our application allows a user to enter company names that their organization works with. A current issue is that the way one user inputs the company name varies from user to user. We need to consolidate this data. Are there any proven approaches for tackling this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傾城如夢未必闌珊 2024-08-22 11:37:54

数据质量问题通常被称为“数据清理”。这个领域有很多方法和工具。

最适合您的方案取决于您问题的严重程度以及您使用的技术。但如果我理解得很好,存储的数据是好的,问题是用户输入的数据搜索拼写不正确?在这种情况下,模糊搜索可能会有所帮助。

The problem of data quality is generally referred to as Data Cleansing. There are many methods and tools in this area.

The best for you will depend on the extent of your problem and also on the technologies you use. But if I understand well, the data that are stored are OK, the problem is that user input data to search against with incorrect spelling? In this case fuzzy searching could help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文