buppt/ChineseNER
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2987
- days_rel: n/a
- days_push: 2362
- n_releases_24m: 0
Adoption not part of the score
1463 stars · 388 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple Chinese named entity recognition (NER) implementation using BiLSTM+CRF in both TensorFlow and PyTorch. It includes training scripts and three open Chinese datasets (Boson, People's Daily 1998, MSRA) for entity extraction of names, locations, and organizations.
Use cases
- train a Chinese NER model with BiLSTM+CRF
- extract entities like names, places, and organizations from Chinese text
- learn how sequence labeling and CRF work with a minimal example
- run named entity recognition on a text file and write results to another file
- experiment with pretrained word embeddings for Chinese NER
When to choose
- you want a minimal, easy-to-read BiLSTM+CRF NER implementation for Chinese
- you need a learning resource or baseline for Chinese entity extraction
- you want bundled open Chinese NER datasets to start training immediately
When to avoid
- you need production-grade accuracy or actively maintained code (last updated 2020, old TensorFlow 1.7/PyTorch 0.4, Python 2.7)
- you need multilingual NER or transformer-based models
- you need fast training - the PyTorch version has no batching and is very slow
Facets
library · maturity maintenance
nlp machine-learning deep-learning machine-learning localization python windows named-entity-recognition bilstm-crf chinese-ner tensorflow pytorch entity-extraction natural-language-processing linux macos
1 source
- readme: https://github.com/buppt/ChineseNER · fetched 2026-08-28 · e71458b16c9d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| buppt/ChineseNER | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="buppt/ChineseNER")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem