[Codeproject daily recommendation] implements the double metaphone speech matching algorithm [2]: The com Implementation of Visual Basic and the relational database solution

Source: Internet
Author: User
Implement phonetic ("sounds-like") name searches with double metaphone Part II: Visual Basic and relational database solutions by Adam Nelson


For COM, only the usage is described here: regsvr32 metaphonecom. dll, then you can use mphone. computemetaphonekeys searchword, primarykey, alternatekey

Relational databases are introduced to express the common dynamic speech data in reality. The map (hashtable) data structure is not required for queries to record the matching of keys and words. you can use this SQL statement: Select word from words where (key1 =-25654) or (key2 =-25654) or (key1 =-25651) or (key2 =-25651 ), the Access Database demo is used in this article, but other databases can also be conveniently used.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.