chinese-ner topic
chinese-ner-rs
A CRF based Chinese Named-entity Recognition Library written in Rust
LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
NER-FunTool
本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。
named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
CLUENER2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
NER-BERT-pytorch
PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.
bertNER
ChineseNER based on BERT, with BiLSTM+CRF layer
ChineseNER
中文NER的那些事儿
BERT-NER
Using pre-trained BERT models for Chinese and English NER with 🤗Transformers