luopeixiang/named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
Implements four sequential architectures—HMM with Viterbi decoding, CRF with hand-crafted feature functions, BiLSTM, and BiLSTM+CRF—trained on resume NER data using BIOES tagging, with ensemble voting combining all models. Built in PyTorch, the project provides complete implementations including OOV handling, log-space probability computation to prevent underflow, and dynamic programming loss calculation for CRF layers. Achieves 95.7% F1 with BiLSTM+CRF alone on the ResumeNER dataset included in the repository.
2,275 stars. No commits in the last 6 months.
Stars
2,275
Forks
533
Language
Python
License
—
Category
Last pushed
Jun 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/luopeixiang/named_entity_recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hellohaptik/chatbot_ner
chatbot_ner: Named Entity Recognition for chatbots.
Rostlab/nalaf
NLP framework in python for entity recognition and relationship extraction
modelscope/AdaSeq
AdaSeq: An All-in-One Library for Developing State-of-the-Art Sequence Understanding Models
openeventdata/mordecai
Full text geoparsing as a Python library
NorskRegnesentral/skweak
skweak: A software toolkit for weak supervision applied to NLP tasks