Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a better feature for the function names #53

Open
patacca opened this issue Feb 1, 2024 · 0 comments
Open

Use a better feature for the function names #53

patacca opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers low Low priority

Comments

@patacca
Copy link
Collaborator

patacca commented Feb 1, 2024

Right now the only feature that leverages the functions name is FuncName and it works as a yes/no: it gives a similarity of 1 two functions have the exact same name, 0 otherwise.

It might be nice to have a better similarity score, for example using the levenshtein string distance or some LSH function.

@patacca patacca added enhancement New feature or request good first issue Good for newcomers low Low priority labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant