A NLP based bot that can remember things.
This project is maintained by Vabs123
A NLP based bot that can remember things.
Vaibhav Grover
NLPImplementation.java
in nlp
folder./Memory/main/src/run
.terminal
or cmd
in the same directory.java -cp .:/...path to Memory folder..../Memory/main/classes run.AnswerQuery
.User can give inputs as text which he wants the bot to remember. In background the bot is using NLP api TextRazor. For complete information please read the api java documentation. After processing, text is saved as memory object
which can be retrieved when user asks question about that.
Only thing left was to categorize each word in one of the four categories as mentioned below:
Cheers