NL2code icon indicating copy to clipboard operation
NL2code copied to clipboard

A syntactic neural model for parsing natural language to executable code

Results 5 NL2code issues
Sort by recently updated
recently updated
newest added

There is a typo in dataset.py dataset.py line 602 max_qeury_length

Hi, I am looking to run this on google colab. Is there a `requirements.txt` file or some frozen version of each of the requirements?

I am just running the command given in the readme file to train the model on django dataset. ``` . train.sh django ``` I get the below error. I haven't...

Hi, I was trying to use your model and train it on another language. I have a dataset of english texts and corresponding codes. how should I change the grammar...

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