Yiqiao Jin

Results 1 comments of Yiqiao Jin

Seems like you just need to replace the following lines in softner_ner_predict_from_file.py ``` labels = get_labels(args.labels) ``` by ``` id2label = { "0" : "O", "1" : "Data_Structure", "2" :...