mantono / DuplicateSearcher

Identification of Duplicate Tickets in Issue Tracking Systems for Software Development
0 stars 0 forks source link

Read and parse comments #15

Closed mantono closed 8 years ago

mantono commented 8 years ago

Read data in comments as a complement to the data in the issue description. Apply the same techniques as used on the issue description, but do not add the words to the same set as they should probably be weighted different.

Issues it depends on: #3

mantono commented 8 years ago

This is done right now, but it's not optional.

mantono commented 8 years ago

As of d853f159 it is now possible to remove comments after they have been added to an issue, and consequently, parsing comments as a port of the similarity analysis is now optional.