常用函数 import jieba #加载字典 jieba.load_userdict("./user_dict.txt") #分词 comment_cut = jieba.lcut(comment) #来一条分一条,生成list