morenjiujiu / chinese_ner_pytorch_bilstm_crfLinks
中文命名体识别,采用pytorch官方提供的BiLSTM+CRF
☆15Updated 6 years ago
Alternatives and similar repositories for chinese_ner_pytorch_bilstm_crf
Users that are interested in chinese_ner_pytorch_bilstm_crf are comparing it to the libraries listed below
Sorting:
- pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类☆14Updated 4 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测☆65Updated 6 years ago
- A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)