NL2code
NL2code copied to clipboard
Question: Translate from Java to Java
Hello,
Is it possible to use this project to make predictions from Java code to Java code?
Theoretically this would be possible: you would have to use a tokenized Java string instead of a natural language string on the input side, and on the output side you would have to generate a Java AST instead of a Python AST. These changes, particularly the second, would be rather involved though, so it would probably require a bit of expertise.