| input_params | [{"name":"input","type":"string","required":true,"description":"输入JSONL文件路径"},{"name":"output","type":"string","required":true,"description":"输出JSONL文件路径"},{"name":"text_field","type":"string","required":false,"default":"text","description":"文本字段名"},{"name":"expand_abbreviations","type":"string","required":false,"default":"True","description":"是否展开缩写"},{"name":"fix_spelling","type":"string","required":false,"default":"True","description":"是否纠正拼写"},{"name":"normalize_case","type":"string","required":false,"default":"False","description":"是否规范化大小写"},{"name":"mark_cleaned","type":"string","required":false,"default":"True","description":"是否标记已清洗样本"},{"name":"custom_abbreviations","type":"string","required":false,"default":"","description":"自定义缩写词典JSON文件路径"},{"name":"custom_spellings","type":"string","required":false,"default":"","description":"自定义拼写词典JSON文件路径"}] |
| output_params | [{"name":"output","type":"jsonl_file","description":"清洗后的JSONL文件"},{"name":"total_samples","type":"integer","description":"总样本数"},{"name":"processed_samples","type":"integer","description":"处理样本数"},{"name":"abbreviations_expanded","type":"integer","description":"缩写展开次数"},{"name":"spelling_fixed","type":"integer","description":"拼写纠正次数"}] |