# Conflicts: # fastNLP/modules/encoder/embedding.py # reproduction/seqence_labelling/ner/train_ontonote.py # reproduction/text_classification/model/lstm.py
2. sequence labeling中增加BiLSTMCRF 3. embedding中修复bug 4. 将之前版本的reproduction移动到legacy文件夹 5. sequence labeling中增加中文NER 6. text classification中loader增强,修改lstm模型,增加train_bert.py