This is the source code for deep learning project 代码结构如下 ├─Named_Entity_Recognition ----命名实体识别 | ├─BERT ----bert及api代码 │ └─LSTM ----LSTM代码 └─Relation_Extraction ----关系分类 └─CNN └─R-BERT