@ -34,7 +34,7 @@ if __name__ == '__main__':
txtpath = r'd:\学习\软件工程\swork\res\select_ai.txt'
imgpath = r'd:\学习\软件工程\swork\tu4.png'
savepath = r'd:\学习\软件工程\swork\cloud_ai.png'
stopword = ['啊', '的', '是', '视频', '个', '哈', '第', '哈哈哈', '吧', '了', '我', '你'] # 设置不想显示的词
stopword = ['啊', '的', '是', '视频', '个', '哈', '第', '哈哈哈', '吧', '了', '我', '你','福州大学'] # 不想显示的词
try:
with open(txtpath, 'r', encoding='utf-8') as file:
txt = file.read()