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 is to integrate the code indexing and searching/matching in ScanCode.io, PurlDB and MatchCode.io.
This means to create an indexing pipeline that is able to compute and index code for approximate fragment matching and also perform index-time matching to avoid indexing duplicates.
The outcome should be:
Create new indexing pipeline in PurlDB for code fragments
Implement indexing-time matching to avoid indexing duplicates.
Then, make a new release of MatchCode.io/PurlDB as needed
Create guide documenting how to use API for indexing
The text was updated successfully, but these errors were encountered:
This is to integrate the code indexing and searching/matching in ScanCode.io, PurlDB and MatchCode.io.
This means to create an indexing pipeline that is able to compute and index code for approximate fragment matching and also perform index-time matching to avoid indexing duplicates.
The outcome should be:
The text was updated successfully, but these errors were encountered: