You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is intended as an example of how the stopwords are produced and to provide the data used in the paper (Stop Words for Processing Software Engineering Documents: Do they Matter?)
Folder Structure
Stopwords
|_ data_for_replications (contains all the required data for replicating software engineering tools)
|_ Maalej_Dataset (original data for app review tool)
|_ queries (queries used for RACKTool)
|_ stackoverflow_questions (more than 10k top reviewed questions on stackoverflow)
|_ stopwords_lists (all the stoplists)
|_ replications
|_ stackoverflow (code for creating the domain-specific corpus)
Expected Result
The result may vary by a small fraction depending on the trial, but it should be approximately the same as the tables below.
This repository is intended as an example of how the stopwords are produced and to provide the data used in the paper (Stop Words for Processing Software Engineering Documents: Do they Matter?)