Soundex 有改进吗?

发布于 2024-10-31 14:51:24 字数 60 浏览 2 评论 0原文

Soundex 似乎在某些 DBMS 中实现,但是是否有任何算法改进明显优于 Soundex 当前的实现?

Soundex seems to be implemented in some DBMS's, but have there been any algorithmic improvements that are definitively better than the current implementation of Soundex?

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

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

发布评论

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

评论(3

错爱 2024-11-07 14:51:24

是的。正如 Wikipedia 指出的那样,有 Metaphone 和 Double Metaphone、NYSIIS 等等。

请记住,这些仅适用于英语,英语在拼写方面有其自身的特殊问题。西班牙语几乎不需要它,对于中文/普通话也没有意义。

Yes. As Wikipedia points out, there's Metaphone and Double Metaphone, NYSIIS and more.

Keep in mind that these only works for English, which has its own particular problems with its orthography. It's hardly needed for Spanish, and doesn't make sense for Chinese/Mandarin.

夜光 2024-11-07 14:51:24

我不知道“绝对更好”,但您可能想看看 Metaphone(及其变体)和 Caverphone。参见,例如,http://www.atomodo.com/code/double-metaphone其中有一个与 MYSQL 一起使用的“Double Metaphone”的实现。

I don't know about "definitively better", but you might want to look at Metaphone (and its variants) and Caverphone. See, e.g., http://www.atomodo.com/code/double-metaphone where there's an implementation of "Double Metaphone" for use with MYSQL.

蓦然回首 2024-11-07 14:51:24

Metaphone 3 是第三代 Metaphone 算法。
它提高了拼音编码的准确性,比 Double 的 89%
变音位 98%,针对最常见的数据库进行测试
北方人熟悉的英语单词、名字和非英语单词
美国。这产生了极其可靠的语音编码
美式发音。

Metaphone 3 由 Lawrence Philips 设计和开发,他
设计并开发了原始 Metaphone 和 Double Metaphone
算法。

Metaphone 3 is the third generation of the Metaphone algorithm.
It increases the accuracy of phonetic encoding from the 89% of Double
Metaphone to 98%, as tested against a database of the most common
English words, and names and non-English words familiar in North
America. This produces an extremely reliable phonetic encoding for
American pronunciations.

Metaphone 3 was designed and developed by Lawrence Philips, who
designed and developed the original Metaphone and Double Metaphone
algorithms.

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