machinalis / quepy

A python framework to transform natural language questions to queries in a database query language.
Other
1.25k stars 298 forks source link

Unmaintained? #58

Open elgalu opened 6 years ago

elgalu commented 6 years ago

Unmaintained? Last commit to master was more than 1 year ago.

amirouche commented 6 years ago

Awesome project by the way.

I am working on a https://github.com/amirouche/zehefyu93 I thought about something like GEM https://github.com/palash1992/GEM support but I might as well, add something like quepy to my own database? I don't support sparql engine per se. I support something like describe in https://github.com/amirouche/AjguDB/pull/11/files which is another project where I plan to write a pseudo RDF database in Python (on top of leveldb).

Do you use something like Earley parser?