← all repositories

Determined22/zh-NER-TF

A character-based BiLSTM-CRF sequence labeling model for Chinese Named Entity Recognition recognizing PERSON, LOCATION, and ORGANIZATION entities.

2.3k stars Python Language Models
zh-NER-TF
Velocity · 7d
+0.7
★ / day
Trend
steady
star history

This repository provides a simple character-based BiLSTM-CRF model for Chinese NER. The model uses a lookup layer for character embeddings, a BiLSTM layer to capture bidirectional context, and a CRF layer to ensure valid tag sequences (preventing invalid transitions like I-LOC following B-PER). It labels each character with BIO tags for three entity types: PERSON, LOCATION, and ORGANIZATION.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.