-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for code stemming with tree-sitter #19
Conversation
keshav-space
commented
Feb 5, 2025
- Resolves AI-GCS: Design and implement "Code Stemming", e.g., token replacement and abstraction ai-gen-code-search#6
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
Signed-off-by: Keshav Priyadarshi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@keshav-space The code looks alright, but I need to play around with this to better understand code stemming
Signed-off-by: Keshav Priyadarshi <[email protected]>
@keshav-space I am using this branch of matchcode-toolkit in aboutcode-org/matchcode-tests#2 and it is failing when stemming some C source files.
|
@JonoYang Looking into it |
@keshav-space The issue was that I was not using the same version of tree sitter in matchcode-tests. Once I created requirements files and pinned the dependencies to the same ones we have in matchcode-toolkit, it worked. |
tests are passing in matchcode-toolkit. Thanks! |