tech-srl / code2seq

Code for the model presented in the paper: "code2seq: Generating Sequences from Structured Representations of Code"
http://code2seq.org
MIT License
548 stars 165 forks source link

Extract java files #114

Closed Auzel closed 2 years ago

Auzel commented 2 years ago

I am trying to reproduce the experiment for this paper, and will like to obtain the java training and test examples used. They seem to be packaged in a .c2s file. So, how can I extract these java files from .c2s packaged file?

urialon commented 2 years ago

Hi @Auzel , thank you for your interest in our work! the .c2s files are preprocessed already. The raw *.java files are also available, see https://github.com/tech-srl/code2seq#datasets

Best, Uri

Auzel commented 2 years ago

Thanks