I am a college student, and i have to submit a project a project to college. Thus, i selected a project topic i.e NLIDB - Natural Language Interface to Database.
In that instead of taking SQL as interface language to Database we take Natural Language(English) as input and after processing it we convert that Natural Language Query to SQL. After conversion we fire that SQL query to Database and get desired Result.
So can you help me out in this project.
My Queries :
1)How to convert any Natural Language (Unstructured Language) to Structured Language (SQL).
2)How can i check the whether a sentence is grammatically correct or not????