# subtitle **Repository Path**: estiag/subtitle ## Basic Information - **Project Name**: subtitle - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-08 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 一些翻译工作 本项目提供一些外文资源的翻译,包括书籍、论文、视频等,主要是计算机科学相关, 每个目录下都有项目介绍 ### 字幕格式化 srt格式的字幕是带时间线信息的,如果要提取纯文本可以用以下正则替换为空格 `\n\n\d+\n(\d{2}:\d{2}:\d{2},\d{3} --> \d{2}:\d{2}:\d{2},\d{3}\n)|\n` ### John conner