基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等
☆63Dec 8, 2022Updated 3 years ago
Alternatives and similar repositories for bert_crf_sequence_annotation
Users that are interested in bert_crf_sequence_annotation are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于BERT-BLSTM-CRF 序列标注模型,支持中文分词、词性标注、命名实体识别、语义角色标注。☆24Aug 17, 2020Updated 5 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆187Dec 10, 2022Updated 3 years ago
- 中文词义消歧项目(Chinese WSD),基于LSTM + ATTENTION模型架构,Pytorch实现。代码简单,上手容易。☆18May 18, 2022Updated 4 years ago
- 基于Pytorch + BERT的抽取式机器阅读理解