This repository accompanies the paper "Feature Request Analysis and Processing: Tasks, Techniques, and Trends". It contains scripts and artifacts used to collect, process, and analyze feature request–related data.
Snowballing/: Helper scripts for building the literature dataset via Semantic Scholar.getDoi.py: GivenForSnowballing.xlsx(with at leastTitleandPublication Yearcolumns), queries the Semantic Scholar API and producespapers_with_ids.xlsxwith DOI and Semantic ScholarPaperId.snowballing.py: Usespapers_with_ids.xlsxas seed papers and performs one round of forward and backward snowballing, outputtingsnowball_output.xlsx.
Figures/: Plotting scripts used to generate figures (e.g., distributions by year/topic/venue/source and the bubble figure).
These materials are intended to support replication of the study and to illustrate the data collection workflow, rather than to serve as a polished, general-purpose toolkit.