-
condor是一款工具,它运用基于域和路径的启发式方法,从Stack Overflow的postcomments中识别出指向开发人员资源的链接
资源介绍
秃鹰
精读文本待办事项cumentation [R eferencing堆栈溢出
图像来源: ,
链接目标的分类
该工具使用基于域和路径的启发式方法从Stack Overflow帖子/评论中标识指向开发人员资源的链接。
从控制台执行开发人员资源匹配器
必须在属性文件( condor.properties )中设置样本名称,例如sample=java_regex 。
mvn clean install
视窗:
mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.MatchDeveloperResources"
Linux / macOS:
mvn exec:java -Dexec.mainClass="org.sotorrent.condor.MatchDeveloperResources" output.log 2>&1