ln2sql
ln2sql copied to clipboard
Make package more usable
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)