Java Tech Enthusiast
Jul 8, 2024 · Databases
Fuzzy Company Name Matching Using MySQL Regular Expressions
The article describes a MySQL‑based fuzzy matching solution for preventing duplicate company entries in a business‑approval workflow, detailing preprocessing of Chinese company names, word segmentation with IKAnalyzer, RegExp pattern generation, and a custom SQL query that ranks results by keyword‑match ratio without using external search engines.
Chinese Word SegmentationMySQLRegular Expressions
0 likes · 9 min read