-
Add parameters to the application and make it usable as a standalone application.
-
Hi I am getting a preprocessing error (when invoking `source preprocess.sh`). I don't get any error when I preprocess the same dataset with code2vec. Appreciate any advice. Here's the error:
```
E…
-
Hi there team code2vec,
I am working on a personal project. My aim is to store a Java codebase in a vector database to run similarity searches and retrieve code files from the db relevant to my que…
-
can you explain how to extract context path from AST ? it will help a lot if you provide that details.
-
Hi, I am not fluent in English so I am using DeepL, so please forgive me if I am using strange expressions.
I have extracted some C++ source code in IBM/Project_CodeNet and am trying to parse them, b…
-
Hi Urialon,
Thank you again for sharing this project with us! I have a question.
I am trying to use this trained model in the next steps but i can't find file "saved_model_iter8.release".
M…
-
Hello,
I would like to train the model from scratch with the java14m dataset. However, I encountered an issue as below. Could you please help me to solve this? Thank you so much in advance.
Bes…
-
Hello!
Thank you for your amazing work.
I am new to AI and was trying to understand how you convert the train.raw file to embeddings and vector. I could not find _create_inner_model implementation …
-
I run JavaExtractor to get the ast paths and get the output like this "assign|message|group boolean,600457869,METHOD_NAME". I feel confused about the output. Is the output split by space and what's th…
-
Hi,
I used dashboard a bit and found that it's still hard to understand.
When you use UAST from bblfsh as text - it's really verbose (even if you hide some attributes of nodes).
+ it's hard to read…