koth/kcws
A Chinese word segmentation system using deep learning models BiLSTM+CRF and IDCNN+CRF.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This is a Chinese word segmentation tool built with deep learning techniques. It implements BiLSTM+CRF and IDCNN+CRF models for sequence labeling tasks in NLP. The system uses TensorFlow for training and inference, incorporating word embeddings via Word2Vec. It supports training custom models on Chinese text corpora and provides a backend API for segmentation services.