来自 mysql 的 php 名​​称拼写纠正

发布于 2024-12-06 12:15:37 字数 202 浏览 4 评论 0原文

我有一个包含用户的“名字 - 姓氏 - 公司”的数据库,

我正在寻找拼写校正器来帮助我在表单上的数据和数据库之间进行匹配

想象一下,我的数据库中有“Luk - Vandbrol - Google”。 .. 如果我输入“Luc - Vandrol - Google”,我希望能够找到此条目

您有任何已知的课程可以帮助我吗?

谢谢

I have a database containing "FirstName - LastName - Company" from users

I'm looking for a spelling corrector to help me to do matching between data on a form and the database

Imagine I have "Luk - Vandbrol - Google" on my database... I want to be able to find this entry if i enter "Luc - Vandrol - Google"

Do you have anny known class that could help me?

Thanks

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

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

发布评论

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

评论(1

若水微香 2024-12-13 12:15:37

PHP 有一个名为“PHP Spell Check”的组件,它允许您在开发中包含拼写检查。

您可以测试它并从 http://www.phpspellcheck.com/ 下载它

There is a component for PHP called "PHP Spell Check" which allows you to include spellcheck in your development.

You can test it and download it from http://www.phpspellcheck.com/

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