本关任务:编写 Python 代码实现原始数据加载的功能。
#coding:utf8 import os def load_data(path): ''' 读取原始语料数据 :param path: 文件路径 :return: 句子列表,如['he is a boy.', 'she is a girl'<
京公网安备 11010502049817号