From 9edab4e9e73519e2786651ea5c29e992ff32bf09 Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Thu, 25 Mar 2021 13:37:18 -0400 Subject: [PATCH] Update README.md Minor fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f8ff8..395ce45 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GitHub-Issue-Classifier [![Build Status](https://www.travis-ci.com/ponder-lab/GitHub-Issue-Mining.svg?token=hsn7ZoyjgYPPHKxyfxk7&branch=main)](https://www.travis-ci.com/ponder-lab/GitHub-Issue-Mining) [![DOI](https://zenodo.org/badge/336956045.svg)](https://zenodo.org/badge/latestdoi/336956045) -Python script to mine for GitHub issues + comments and classify them using an [analysis and detection of information types of open source software issue discussions](https://doi.org/10.1109/ICSE.2019.00058). Our tool automates the process of querying GitHub for particular issues and feeding them into classification models. It supports both interactive and non-interactive modes. +Python script to mine for GitHub issues + comments and classify them using [analysis and detection of information types of open source software issue discussions](https://doi.org/10.1109/ICSE.2019.00058). Our tool automates the process of querying GitHub for particular issues and feeding them into classification models. It supports both interactive and non-interactive modes. ![CLI Tool Screenshot](./cli_screenshot.png)