#107 · Primary category: NLP Tools & Text Processing
named_entity_recognition
中文命名实体识别(包括多种模型: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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量