ln2sql icon indicating copy to clipboard operation
ln2sql copied to clipboard

Make package more usable

Open shashank88 opened this issue 8 years ago • 1 comments

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)

shashank88 avatar Nov 27 '17 23:11 shashank88

Have a look at ln2sqlmodule to install via pip

pip install ln2sqlmodule

rupinder1133 avatar Aug 04 '19 07:08 rupinder1133