|
Project Information
|
To execute a task usning natural language as input (Eg:please open the file hello.txt,i want to delete all the files in the folder hello with the extension .txt) and the corresponding task will be executed. It uses flex as lexical analyser and bison as parser to check the correctness or syntax of the entered natural language input,if the syntax of the input is correct,it executes the corresponding task. |