Go to file
Chasersxy 70e670ed1a ADD file via upload 2022-02-24 18:12:10 +08:00
README.md Update README.md 2022-02-07 12:18:12 +08:00
SOTorrent数据分析报告_孙鑫宇_林乐羽.docx ADD file via upload 2022-02-24 18:11:39 +08:00
SOTorrent文章概述.docx ADD file via upload 2022-02-10 19:37:11 +08:00
analyze_code To upload the code which analyzes the SOTorrent. 2022-02-07 12:12:55 +08:00
build_code To upload the code which builds the SOTorrent. 2022-02-07 12:11:29 +08:00
comment_version_relation.py 提交帖子评论与版本数据关系分析的代码 2022-02-10 00:57:27 +08:00
overview of the paper SOTorrent.7z ADD file via upload 2022-02-24 16:25:51 +08:00
text_code_relation.py ADD file via upload 文本块 代码块分析 2022-02-10 10:47:11 +08:00
汇报PPT _孙鑫宇_林乐羽.pptx ADD file via upload 2022-02-24 18:12:10 +08:00

README.md

data

通过阅读和筛选MSR会议论文我们初步选定了2018年第15届MSR会议论文中的SOTorrent:Reconstructing and Analyzing the Evolution of Stack Overflow Posts作为研究论文。该论文构建了SOTorrent数据库并进行分析。下述是该论文关于此工作的阐述 与其他软件工件一样Stack Overflow 上的问题和答案随着时间的推移而发展,例如,当代码片段中的错误被修复或代码片段周围的文本被编辑以保持清晰时。为了能够分析 Stack Overflow 帖子如何演变,我们构建了 SOTorrent这是一个基于官方 Stack Overflow 数据转储的开放数据集。SOTorrent提供对整个帖子和单个文本或代码块级别的 Stack Overflow 内容的版本历史的访问。它通过聚合来自文本块和评论的 URL以及从 GitHub 文件收集对 Stack Overflow 帖子的引用,将 Stack Overflow 帖子连接到其他平台。 论文如下: Sebastian Baltes, Lorik Dumani, Christoph Treude, and Stephan Diehl. 2018.SOTorrent: Reconstructing and Analyzing the Evolution of Stack OverflowPosts. In MSR 18: 15th International Conference on Mining Software Repositories, May 2829, 2018, Gothenburg, Sweden. ACM, New York, NY, USA,12 pages. https://doi.org/10.1145/3196398.3196430 本次数据分析工作基于SOTorrent数据库展开在该论文已有的工作和开源代码的基础上进行扩展方面的数据分析。 SOTorrent的相关数据集https://zenodo.org/record/4415593#.YfKrKf5Bw7E SOTorrent相关研究资料网址 https://empirical-software.engineering/sotorrent/ https://github.com/sotorrent SQL 和 Bash 脚本,用于导入官方 Stack Overflow 数据转储和 SOTorrent 数据集,从 BigQuery GitHub 数据集中检索 Stack Overflow 引用,并从 SOTorrent 数据集中检索数据以进行分析,下载地址:https://doi.org/10.5281/zenodo.1116346 从官方 Stack Overflow 数据转储中提取文本和代码块的版本历史。下载地址:https://doi.org/10.5281/zenodo.835046 SOTorrent数据分析补充材料下载地址https://zenodo.org/record/1201554