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
Currently the search results are mostly being sorted based on their semantic relevance, and partly on relevance heuristics based on patterns in Git history.
To improve the result sorting, it could be interesting to also experiment with analyzing the structure of the codebase with regards to which files reference each other and such. Based on this, centrality scores could be calculated, or even a score similar to pagerank could be used.
Currently the search results are mostly being sorted based on their semantic relevance, and partly on relevance heuristics based on patterns in Git history.
To improve the result sorting, it could be interesting to also experiment with analyzing the structure of the codebase with regards to which files reference each other and such. Based on this, centrality scores could be calculated, or even a score similar to pagerank could be used.
https://networkx.org/
The text was updated successfully, but these errors were encountered: