Skip to content

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.

Notifications You must be signed in to change notification settings

aniket1992/Question-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published