Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Translate from Java to Java #5

Open
Lsaes opened this issue Jun 16, 2018 · 1 comment
Open

Question: Translate from Java to Java #5

Lsaes opened this issue Jun 16, 2018 · 1 comment

Comments

@Lsaes
Copy link

Lsaes commented Jun 16, 2018

Hello,

Is it possible to use this project to make predictions from Java code to Java code?

@neubig
Copy link

neubig commented Jun 18, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants