-
Notifications
You must be signed in to change notification settings - Fork 0
003. May 14 to May 18
aradu12 edited this page Jul 4, 2018
·
1 revision
- task 1: clean up format of diff documentation ✔️
- worked out a format to use and edited data accordingly
-
thinking more about eliminating false positives:
- we can filter out doc files like README's, or even all non .java files
- searching for 'fix' and 'bug' gives a lot of false positives -> might be helpful to filter out words like 'typo','NPE', etc. that are often attached to these
-
there is also potential for false negatives ex. a programmer misspelling one of the keywords we are looking for
- best long-term solution would probably be to use an NLP-search rather than a keyword search