sea-lab-wm / bee-tool

BEE (Bug rEport analyzEr), a tool for structuring and analyzing bug reports
GNU General Public License v3.0
24 stars 7 forks source link

Question #13

Open DigOrDog opened 3 years ago

DigOrDog commented 3 years ago

Question: I can't download the depedence(group: 'seers', name: 'text-analyzer', version:'1.2') that you use in your code. Then I search the mvnrepository.com to find, but I can't find it. I would appreciated it if you can please tell me how to find the depedence.

ysong10 commented 3 years ago

Hi, you can download text-analyzer from here: https://github.com/ojcchar/text-analyzer

DigOrDog commented 3 years ago

Okay, thank you very much.

DigOrDog commented 2 years ago

I am curious about the datasets that you provide.Could you please tell me where you find them or how to create them?I am looking forward your reply, thank you.

ojcchar commented 2 years ago

I guess you mean the dataset we use in BEE's evaluation. It is found here: https://github.com/sea-lab-wm/bee-tool/tree/master/fse20-evaluation/data

DigOrDog commented 2 years ago

I know the dataset you use in BEE's evaluation.However,I want to know where you find them.

DigOrDog commented 2 years ago

The paper says that the data is conclued from 5067 reports.I really want to know how to generate the data.label ob、eb and sr by hand ?

ojcchar commented 2 years ago

The dataset comes from several of our papers. See the references we cite in our BEE paper ("We compiled the bug reports used in our prior research [16–19], which amount to 5,067 reports from 35 different software systems").

Those papers describe the procedure we followed to manually label the sentences in bug reports. Perhaps the paper below is the one that describes the process in more detail: https://ojcchar.github.io/files/8-fse17.pdf

DigOrDog commented 2 years ago

Thank you!

1477619915 commented 1 year ago

@DigOrDog Did you reproduce the project? I download text-analyzer1.1 from the URL, but I can't know how to do in the next step. Can you help me? I am looking forward your reply, thank you.