/Question-Classification

In this project, we are specifically going to focus on the Question Classification part. The goal is to classify a given input question into predefined categories. This classification will help us in Query Construction / Modelling phases.

Primary LanguageJupyter Notebook

Question-Classification

There are two folders 'data' and 'notebook'

data:- it contains training and test test

notebook:- it contains the jupyter notebook which is having full code for making the question classifier.

Requirements before executing jupyter notebook:

  1. Pandas:

pip install pandas

  1. Spacy:-

pip install -U spacy

  1. Spacy english model:-

python -m spacy download en