src-d / awesome-machine-learning-on-source-code

Cool links & research papers related to Machine Learning applied to source code (MLonCode)
Creative Commons Attribution Share Alike 4.0 International
6.24k stars 840 forks source link

Add paper on code template generation. #146

Closed timmolderez closed 5 years ago

timmolderez commented 5 years ago

This paper may be relevant as well: it uses evolutionary algorithms to generate code templates from similar code snippets. (The next step would be to apply the same idea to systematic edits: generate code templates from similar code changes in one project, so you can quickly query for the same "similar change" in other projects.)

Signed-off-by: Tim Molderez id@timmolderez.be

m09 commented 5 years ago

Indeed it is very relevant, thanks Tim :+1: