Collected molecules will appear here. Add from search or explore.
Provides a reference implementation of a BiLSTM-CRF model specifically tuned for Chinese Named Entity Recognition (NER) using TensorFlow.
Defensibility
stars
2,338
forks
928
The 'zh-NER-TF' repository is a classic example of a project with high historical significance but near-zero contemporary defensibility. With over 2,300 stars and 900 forks, it was likely a primary resource for Chinese NLP practitioners during the 2017-2019 era when BiLSTM-CRF was the state-of-the-art for sequence labeling. However, its zero velocity and use of legacy TensorFlow (1.x) render it technically obsolete. Modern transformer-based models (BERT-Chinese, RoBERTa) and more comprehensive libraries like HanLP or LTP (Language Technology Platform) have superseded this simple implementation. Furthermore, frontier LLMs (GPT-4o, Claude 3.5) now perform NER tasks with high accuracy through few-shot prompting, eliminating the need for maintaining custom BiLSTM-CRF stacks for most non-embedded applications. The project's value today is purely as a pedagogical reference or a baseline for legacy systems.
TECH STACK
INTEGRATION
cli_tool
READINESS