syamdanda / nltkDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find user's intention based on given Question

This is a demo application created in Python on Natural Laguage Processing using nltk. The application asks user to enter his/her question, then process the question and give back the user's intention as a result. Currently below intentions were trained.

*Name
*Howd'y
*Experience
*Location

Here in this simple demo programme, I am trying to identify the user intention based on the paraphrasing concept. Paraphrasing means, you can construct different words to form a sentence whose meaning is same.

# Setup Install Python 3.6
pip install nltk

Demo

Run the demo.py file from your cmd prompt
nltkDemo>python demo.py

img 1
The application waits for user question, once a question is given, it will process it and give its response.

img 2

Further Development

You can clone this repository and train/enhance further to identify more intentions.

About

License:MIT License


Languages

Language:Python 100.0%