achyutb6 / question-answering-system

Question Answering system using NLP features and techniques for the WH-type questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question-answering-system

Implementation of a Question Answering (QA) system using NLP features and techniques for the WH-type questions. E.g.

  • Who founded Apple Inc.?
  • When was Apple Inc. founded?
  • Where is Apple’s headquarters?

The following data is provided:

  • 100 Wikipedia articles: The QA system will process and answer questions on this data.
  • 20 question and answer pairs for QA system development process.

Deliverables:

  • Input: natural language question
  • Output:
  • Exact answer phrase(s)
  • Supporting sentence(s) in Wikipedia document
  • Supporting Wikipedia document name(s)

About

Question Answering system using NLP features and techniques for the WH-type questions.


Languages

Language:Java 100.0%