GitHub Issue Classifier:用于挖掘GitHub问题和注释并对其进行分类的Python脚本 源码
GitHub-问题-分类器 使用Python脚本挖掘GitHub的问题+注释并使用对它们进行分类。 我们的工具可自动执行针对特定问题的GitHub查询并将其输入分类模型的过程。 它支持交互式和非交互式模式。 设置: 确保已安装Python 3.9.1和对应的pip 3.9 安装要求: pip3.9 install -r requirements.txt 下载nltk停用词包(每个环境只需要执行一次) 通过python终端下载nltk停用词包wordnet和stopwords词 > import nltk > nltk.download('wordnet') > nltk.download('stopwords') 如果运行intl SSL错误,请确保已安装python ssl证书: bash /Applications/Python\ 3.9/Install\ Certifi
文件列表
GitHub-Issue-Classifier-main.zip
(预估有个21文件)
GitHub-Issue-Classifier-main
.travis.yml
237B
models
GitHub_comments_logisticRegression.model
544KB
GitHub_comments_logisticRegression.countVector
70KB
config
access_token.json
56B
cli_screenshot.png
55KB
interface.py
6KB
search_sample.json
698KB
暂无评论