This commit is contained in:
ws3917 2025-05-14 13:19:37 +08:00
parent 5c3a2cb65a
commit 9b5bb1e7c6
3 changed files with 3 additions and 3 deletions

2
04.py
View File

@ -86,4 +86,4 @@ def process_all_jsons(original_root, processed_root, target_root):
# 运行入口
if __name__ == "__main__":
process_all_jsons("text_original", "text_processed", "text_target")
process_all_jsons("text_target", "text_processed", "text_target")