Creating an intelligent bot that will simplify getting relevant information and solving problems.
Abhinav Medhekar, Atit Shetty, Harshal Gurjar
If .env file present run (sample .env file has been provided)
node -r dotenv/config app.js
If .env file not present, set the environment variables present in the file and then run
node app.js
LUIS_config.xml is the configuration to set up intents and utterances in Microsoft LUIS website.
output.tsv has been created by parsing Lexis Advance xml. This will be used for NLP processing by Microsoft QNA cognitive service.