#107 · Primary category: NLP Tools & Text Processing

named_entity_recognition

bi-lstm bi-lstm-crf chinese-ner crf hmm named-entity-recognition ner nlp pytorch-ner pytorch-nlp sequence-labeling

中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)

Project last updated:06/21/22

GitHub Stars

2.3K

Forks

527

Contributors

1

License

Other

Why we included this project

This repository works through four approaches to Chinese named entity recognition on the same dataset, which makes the trade-offs easy to see. Each model, from the plain HMM up to the BiLSTM+CRF stack, has its own file with training and decoding code, and the README explains the theory behind each one and what the next model fixes, so the progression from probabilistic to neural taggers reads clearly. It ships with a resume corpus labeled in BIOES format, and running main.py trains all four and prints precision, recall, F1, and a confusion matrix, so you can compare them side by side on identical data. If you are learning sequence labeling or want a compact reference before building your own Chinese NER pipeline, this is a useful starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category