Convert Natural Language Questions to SQL Queries
问题 I want to convert Natural Language questions to SQL queries using opennlp Java library, i.e. Who won women figure skating in Sochi? should be converted to select name from winners where event='skating_woman' Anybody know which classes will be useful and how to achieve this? Also pasting code which I tried. I have converted question into statements and later into tokens. /////////1st part String paragraph = "Did Matt win the men slalom?"; InputStream is1 = new FileInputStream("bins/en-sent.bin