Hi,
I am looking for Natural language query processing libraries to convert plain english query to sql like statements. For ex, show the list of employees whose age is 30 should be converted to select * from employees where age = 30.
Can you provide pointers/references?
Thanks, Mani