{"adoption": {"forks": 527, "observed_at": "2026-08-28T04:06:34.009603+00:00", "stars": 2285}, "canonical_url": "https://ross.abutalabs.com/products/named_entity_recognition", "card": {"archived": false, "artifact_type": "learning-resource", "description": "中文命名实体识别（包括多种模型：HMM，CRF，BiLSTM，BiLSTM+CRF的具体实现）", "domain": ["machine-learning", "education"], "enriched": true, "function": ["nlp", "machine-learning"], "health_score": 20, "homepage": null, "language": "Python", "license": null, "license_family": "other", "maturity": "maintenance", "member_repos": ["luopeixiang/named_entity_recognition"], "name": "luopeixiang/named_entity_recognition", "platform": ["python"], "pushed_at": "2022-06-21T21:48:08+00:00", "repo": "luopeixiang/named_entity_recognition", "stars": 2285, "tags": ["named-entity-recognition", "sequence-labeling", "chinese-ner", "hmm", "crf", "bilstm", "bilstm-crf", "pytorch", "tutorial", "resume-ner", "natural-language-processing"], "topics": ["named-entity-recognition", "nlp", "sequence-labeling", "pytorch-nlp", "hmm", "crf", "bi-lstm-crf", "ner", "bi-lstm", "pytorch-ner", "chinese-ner"], "urls": [], "use_cases": ["learn how to implement NER from scratch in Chinese", "compare HMM vs CRF vs BiLSTM vs BiLSTM+CRF on sequence labeling", "train a Chinese NER model on resume data", "understand BIOES tagging and Viterbi decoding", "study a reference implementation of CRF and HMM for NER", "get baseline F1 scores for Chinese NER models"], "what_it_is": "A Chinese named entity recognition project implementing multiple sequence labeling models (HMM, CRF, BiLSTM, BiLSTM+CRF) in Python with PyTorch, trained and evaluated on the ResumeNER dataset from the LatticeLSTM paper. It serves primarily as an educational reference with detailed explanations of each model and includes an ensemble voting baseline.", "when_to_avoid": ["you need production-grade NER with pretrained transformers like BERT", "you need a maintained library with an API rather than a research/teaching codebase", "you need a permissively licensed project (no license is specified)", "you need multilingual or English NER support"], "when_to_choose": ["you want readable, well-commented implementations of classic NER models for learning", "you need a baseline comparison of HMM, CRF, BiLSTM, and BiLSTM+CRF on Chinese text", "you are studying sequence labeling with BIOES tags"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/named_entity_recognition", "repo": "luopeixiang/named_entity_recognition", "role": "main", "score": 32}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:34.009603+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:41:04.561104+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "ed70900f749d2f1162d7c4a3b93be5c8298de5cd58fe921d7630d01cf64fd440", "fetched_at": "2026-08-28T04:06:34.009603+00:00", "kind": "readme", "missing": false, "url": "https://github.com/luopeixiang/named_entity_recognition"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases", "no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2722, "days_push": 1534, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 32, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}