Open shashank88 opened 7 years ago
This has multiple parts:
a) It should be easy to pip install to use.
i.e I just want to setup the sql file to use once (generally you don't have to change that once setup) and just query as:
query = Ln2sql.to_query(sentence)
b) Thinking about reasonable defaults. eg. english as default, specifying the db file once when initialising the class and then doing as in a)
Have a look at ln2sqlmodule to install via pip
pip install ln2sqlmodule
This has multiple parts:
a) It should be easy to pip install to use.
i.e I just want to setup the sql file to use once (generally you don't have to change that once setup) and just query as:
query = Ln2sql.to_query(sentence)
b) Thinking about reasonable defaults. eg. english as default, specifying the db file once when initialising the class and then doing as in a)