|
|
|
|
|
by supriyo-biswas
30 days ago
|
|
Cool project, I've been meaning to do this myself at work for a codebase, and it's nice to see that this exists now. Does the project you simply compute embeddings for every function unit and cluster them, or do we also mean-pool significant dependencies of a function? In other words, given the function def a():
b()
c()
d()
Do we also embed b, c, and d as well and combine them somehow in the embedding of a? |
|
[1] https://github.com/rafal-qa/slopo/blob/main/src/slopo/indexi...