We present a system that is able to automatically assign tags to questions from the QnA site StackOverflow. The dataset used is 10% of questions on the Stack Overflow website.
https://www.kaggle.com/stackoverflow/stacksampleThe code is written in python. It uses the Random Forest and SVM classifiers for the classification of tags.