lonePatient / BERT-NER-Pytorch

Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
MIT License
2.05k stars 425 forks source link

bert_extract_item(start_logits, end_logits) 看抽取方式是不支持嵌套实体的? #90

Open DSXiangLi opened 1 year ago

lonePatient commented 1 year ago

目前该仓库实验是一个比较简单的方式,对于嵌套的其实处理也很简单的。可以结合多标签进行