chinese-ner topic

List chinese-ner repositories

chinese-ner-rs

11
Stars
2
Forks
Watchers

A CRF based Chinese Named-entity Recognition Library written in Rust

LatticeLSTM

1.8k
Stars
458
Forks
Watchers

Chinese NER using Lattice LSTM. Code for ACL 2018 paper.

NER-FunTool

76
Stars
19
Forks
Watchers

本NER项目包含多个中文数据集,模型采用BiLSTM+CRF、BERT+Softmax、BERT+Cascade、BERT+WOL等,最后用TFServing进行模型部署,线上推理和线下推理。

named_entity_recognition

2.1k
Stars
535
Forks
Watchers

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

CLUENER2020

1.4k
Stars
299
Forks
Watchers

CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition

NER-BERT-pytorch

424
Stars
112
Forks
Watchers

PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.

bertNER

423
Stars
97
Forks
Watchers

ChineseNER based on BERT, with BiLSTM+CRF layer

GlobalPointer_pytorch

353
Stars
43
Forks
Watchers

全局指针统一处理嵌套与非嵌套NER的Pytorch实现

BERT-NER

133
Stars
26
Forks
Watchers

Using pre-trained BERT models for Chinese and English NER with 🤗Transformers