apollo-11-air-to-ground-transcript
收藏资源简介:
Apollo 11 空对地转录数据集,源自 NASA 阿波罗 11 号技术空对地语音传输(GOSS NET 1)的公共领域转录文本,经清理后形成。数据集包含 8460 行对话,每行以“说话人: 消息”的格式呈现,其中保留了说话人标签、地面站标签(如“STATION: MILA (REV 1)”)以及表示语音模糊的标记(如“...”、“-”、“- -”、“***”),但删除了引言文字、时间戳、磁带/页码标题、编辑注释和休息时段标记。该数据集适用于对话分析、自然语言处理、太空任务历史研究等任务,文件格式为纯文本,大小约 688 KB。
Apollo 11 Air-to-Ground Transcript Dataset, derived from the public domain transcript of NASA Apollo 11 technical air-to-ground voice transmissions (GOSS NET 1), cleaned. The dataset contains 8460 lines of dialogue, each in the format "Speaker: message", retaining speaker labels, ground station labels (e.g., "STATION: MILA (REV 1)"), and markers for speech ambiguity (e.g., "...", "-", "- -", "***"), but removing introductory text, timestamps, tape/page number titles, editorial notes, and rest period markers. The dataset is suitable for dialogue analysis, natural language processing, space mission history research, etc. The file format is plain text, size about 688 KB.
数据集概述
数据集名称:Apollo 11 Air-to-Ground Transcript(阿波罗11号空地通话记录)
许可证:CC0-1.0(公共领域)
语言:英语
标签:阿波罗11号、NASA、太空、通话记录、对话
数据规模:少于1,000条(n<1K)
内容说明
该数据集包含经过清洗的阿波罗11号技术空地语音传输(GOSS NET 1)对话记录。每一行代表一条话语,格式为 说话者: 消息。地面站标记保留为 STATION: MILA (REV 1) 的形式。
数据来源
数据源自 NASA ALSJ 的 阿波罗11号技术空地语音转录,是这一公共领域转录文本的清洗衍生版本。
清洗规则
保留内容:
- 说话者标签
- 地面站标签
- 语音中断标记(
...、-、- -、***)
移除内容:
- 引言文本
- 时间戳
- 磁带/页面标题
- 编辑者注释
- 休息期标记
文件信息
- 文件名:
apollo-11-air-to-ground-transcript.txt - 行数:8,460行
- 文件大小:约688 KB
使用示例
python from pathlib import Path text = Path("apollo-11-air-to-ground-transcript.txt").read_text() lines = text.splitlines()




