Repository navigation

#

chinese-ner

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

Python
2200
3 年前

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

Python
1811
6 年前
Python
1485
2 年前

ChineseNER based on BERT, with BiLSTM+CRF layer

Python
450
4 年前

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

Python
443
2 年前

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

Python
392
2 年前

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

Python
136
5 年前

TPlinker for NER 中文/英文命名实体识别

Python
124
4 年前

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

Python
80
4 年前

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

Rust
14
4 年前

一套针对中文实体识别的BLSTM-CRF解决方案

Python
12
7 年前

chinese ner(model: bert+lstm)

Python
12
4 年前

follow paper TRANSFER LEARNING FOR SEQUENCE TAGGING WITH HIERARCHICAL RECURRENT NETWORKS

Roff
12
6 年前

Named Entity Recognition

Python
8
4 年前

NER (pytorch+tensorflow for chinese) word2vec

Python
5
4 年前

A tool to streamline the Chinese NER process using CKIP model. By student developers - Sherry, Berry

Python
4
9 天前

使用 BERT 預訓練模型進行中文 NER 任務。

Python
1
5 年前