GithubHelp home page GithubHelp logo

cmpe272-project-group-20's Introduction

CMPE272-Project

Finding the Most Relevant Answer from Discussion Forum using NLP

Divjot Dhody, Ajith Balaji Nagarajan, Pooja Ramaswamy, Khang Doan

THe project can also be viewed at :https://github.com/SJSU272Spring2019/Project-Group-20

StackOverflow, a website that is ubiquitous in the engineering field for both academia and professional settings. StackOverflow remains one of the most used websites when it comes to finding and obtaining solutions to technical problems. Any users on that website has experience with trying to find the most appropriate answer from a long list of comments. This process involves manually looking for keywords, checking the number of up-votes each answer has, and trying out solution that may not be right.

The proposed solution is a system that takes in users’ query and matching it up with the most appropriate answer.

The core of this application is the backend python code that does the actual work. There are several factors to determine on what would make an answer the most relevant for a particular question from amongst the pool of other answers. These include: the number of non-stop words, the number of repetitive words present in the answer, the answer upvotes, the answer downvotes, the reliability of the user who wrote the answer, the number of unique words present in the answer, the reputation of the answer, the count of comments written for the answer, the relevancy between answer body, the question body and the question tags and the information provided by the answers. In this model, all these factors are obtained for all the answers for a particular question and that is used to predict the most relevant answer for that particular question.

To run :

  1. clone the repository.
  2. open it in VS 2019 or Atom.
  3. Run the predictor.py function
  4. Run the react app
  5. Use localhost:3000 in the web browser to run the application

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.