摘要: `import jieba from collections import Counter def load_text(file_path): """加载文本文件""" try: with open(file_path, 'r', encoding='utf-8') as file: return 阅读全文
posted @ 2025-06-23 11:33 黎孜 阅读(16) 评论(0) 推荐(0)