TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Creating an English Dictionary Metaphone Lookup Database using PHP and MySQL

1 点作者 jqueryin将近 13 年前

1 comment

jqueryin将近 13 年前
This is a bit of a follow up on my recent domain listings. It's a demonstration of how to make use of the English dictionary to find similar available domains. I stop short on explaining how to do so, but it's essentially taking `metaphone('exampledomain')` and querying the value against the metaphone column of the database to check for any matches, implying similarity or sameness.