SQLNet
SQLNet copied to clipboard
Neural Network for generating structured queries from natural language.
Made changes to upgrade code to Python 3
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.14 to 1.3.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Resolving issue #69
### Motivation In order to facilitate use and distribution of the project it's ideal that the project implements some form of containerization such as Docker. Also, to better control the...
Python 3.x changes - print "ABC" to print ("ABC") - [] + map( ... ) to [] + list(map( .... ) ) Pytorch 2.x changes - hidden_size should be int...
Hi, Can anyone help me how to convert predicted agg,sel and conds to sql query? Also, is there a predict.py which can be used for predicting a sql query from...
Bumps [babel](https://github.com/python-babel/babel) from 2.5.1 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
There is no pointer networkin code, no same for the paper
The datasets like WikiSQL is that the table corresponding to question is given. But in real industrial application, we have 100+ tables for 1 new question. Thank you!
Python : 3.6 OS : windows 10 Dear all, I tried to figure out what is going wrong but due to my limited knowledge, I'm still facing some issues :...