aboutcode-org / aboutcode-org/scancode-analyzer

Remove Identical/Correct Detections

Đang mở
#16 0 bình luận 0 reaction 1 người được giao Được @AyanSinhaMahapatra nhận Xem trên GitHub
Ngôn ngữ chính
Python
Star
4
Fork
4
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

1. Removing Identical Cases across the same Package

Across one same package, there can be similar faulty license detection results, as there
might exist same license notices/pieces of text throughout the package files, referring to

- the same license
- some specific exception/variation of the same license

Only keep one of these cases, and delete the remaining. Also, preserve data on how many of these were detected (non-unique).

2. Group License Detections by location in the file and delete Correct Detections

So, there can be multiple slices of important texts, in multiple locations of the file. And
not all of these has an incorrect license detection, it can be the case that some are correct, only keep the faulty ones and delete correct blocks of detection. (Uses Line Numbers where they are detected, i.e. `start_line` and `end_line`)

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.