w-garcia / BugClustering

Code for the system described in "A First Look at Bugs in OpenStack", which automatically classifies open-source bug reports based on text semantics.

Home Page:https://doi.org/10.1145/3010079.3010086

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BugClustering

Based on TroubleMiner by Medem et al

Dependencies:

Jira: pip install jira

Peewee: pip install peewee

Pygraphviz: Follow the chosen answer here

PyMySql: pip install pymysql

(optional) For Windows, make sure MySql is properly configured:

Install perl (I used Strawberry Perl), then run mysql_secure_installation.pl found in mysql directory. Edit ~:\xampp\phpMyAdmin\config.inc.php and change password

About

Code for the system described in "A First Look at Bugs in OpenStack", which automatically classifies open-source bug reports based on text semantics.

https://doi.org/10.1145/3010079.3010086

License:Apache License 2.0


Languages

Language:Python 100.0%