-
With the recent success of the code2vec paper, we can expect a certain demand for a standalone tool capable of mining the AST-path-based representations of code.
It looks feasible to convert a par…
vovak updated
5 years ago
-
Hello Code2Vec Team,
You mentioned in your paper Code2Vec that there are two main challenges in your work: 1) how you can decompose a program into smaller building blocks such that:
1. large en…
-
Hello,
I am trying to evaluate the model by testing the trained model on small-java dataset.
1. I downloaded the trained model (1.4 GB)
`wget https://s3.amazonaws.com/code2vec/model/java14m_…
-
G drive link:
https://drive.google.com/open?id=1G0JtgelCNjjIHiGolUpF-4DbIrGyUdxO
-
Hi! Thank you for your work!
I used the command
> python code2seq.py --load models/java-large-model/model_iter52.release --predict
to predict a new name for a single method, and it works well…
-
Hello.
I got the following error when I tried to Evaluating with sample model to compare it with my own data set.
I have looked and cannot find any information that might lead to a solution.
I wo…
-
Hi Dr.Alon,
I have my own Java dataset and I am trying to preprocess it with the given Script. I have changed the path directories in the script.I get the following output:
shali@DESKTOP-JNLA5ED MI…
-
**Description**
Code Embeddings are abstract representations of source code employed in multiple automation tasks in software engineering like clone detection, traceability, or code generation. This …
-
Die Benennung von Methoden und Variablen ist sehr schwierig, es ist aber auch sehr aufwändig Feedback dazu zu geben. Neben dem relativ einfachen Feedback in #172 soll hier ein Ansatz für komplexere An…
-
Hello Code2Vec team,
Could you please give some hints giving a whole software of code written in different programming languages, how it's possible to apply your tool on it?