-
Notifications
You must be signed in to change notification settings - Fork 85
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
Any suggestions about using this on javascript or python? #36
Comments
First, this model needs further fine-tuning. You should modify the default hyperparameter setting to adapt to other languages. |
Thanks for your reply! But I haven't found the proper way to extract the class name of an instance just using code analysis tools, because JavaScript and Python don't have type signature. Only some code inferring methods using GNN seems good, but it can only tell user the variable is an object, rather than directly give the class name. Do you know some tools to extract class name in JavaScript or Python? And do you know someone who applied Deep CS to JavaScript or Python? Thanks very much! |
Have you already solved this problem? I also use Python language in the dataset which is CosQA dataset. I also want to use deepcs baseline. If you have sovled this problem, please tell me, thank you very much! |
We're trying to apply this model to JavaScript and Python dataset, but we don't know how to get the class or type of a variable using static code analysis. So we just use function name instead of
<class name>.<function name>
or<variable name>.<function name>
.Now the result seems not good, do you think the class name of a function very important in this model?
Do you have any suggestions about using this model with JavaScript or Python data? Thank you!
The text was updated successfully, but these errors were encountered: