Tag

Chinese Word Segmentation

0 views collected around this technical thread.

Java Tech Enthusiast
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
Fuzzy Company Name Matching Using MySQL Regular Expressions
58 Tech
58 Tech
May 31, 2019 · Artificial Intelligence

Deep Learning Approaches for Chinese Word Segmentation: BiLSTM‑CRF and BERT

This article reviews modern deep‑learning methods for Chinese word segmentation, comparing traditional CRF‑based approaches with BiLSTM‑CRF and BERT models, describing their architectures, training procedures, experimental results, and practical considerations for deployment.

BERTBiLSTMCRF
0 likes · 17 min read
Deep Learning Approaches for Chinese Word Segmentation: BiLSTM‑CRF and BERT