如何制作国际 Soundex?

发布于 2024-07-05 20:28:46 字数 55 浏览 6 评论 0原文

例如,Soundex 算法针对英语进行了优化。 是否有一种更通用的算法可以适用于大型语言家族?

E.g. the Soundex algorithm is optimized for English. Is there a more universal algorithm that would apply across large families of languages?

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

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

发布评论

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

评论(1

一口甜 2024-07-12 20:28:46

SOUNDEX确实是面向英语的。 另外两个考虑到更广泛的语音差异的是:Double MetaphoneNYSIIS

它们将编码生成到比 SOUNDEX 更大的可能空间中。 具体来说,双变音位包括缩减,其明确目的是处理基于比英语更多的语言的替代发音。

我最近做了一个关于模糊字符串匹配的演示, 幻灯片可能会有所帮助。

SOUNDEX is indeed English-oriented. Two others that take a wider variety of phonetic differences into account are: Double Metaphone and NYSIIS.

They produce encodings into a much larger possible space than SOUNDEX does. Double Metaphone, specifically, includes reductions with the express purpose of handling alternate pronunciations based on more languages than English.

I did a presentation on fuzzy string matching recently, the slides may be helpful.

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