摘要: import xml.dom.minidom from pandas import Series # 存储句子 data_list = [] # 存储句子标注极性 label_list = [] if __name__ == '__main__': # 获取xml文件 document_tree = 阅读全文
posted @ 2020-10-17 10:47 jie_74 阅读(236) 评论(0) 推荐(0)