Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 750 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 750 Bytes

open-qas

Building a question answering system using the Wikipedia data and Natural Language Processing

File Structure

  • openqas - Holds the main package implementation
  • tests - Holds the test cases used to verify implementation
  • learning-phase - Holds all the learning phase schedule and submissions
  • data - Holds the smaller datasets used for testing.
  • notebooks - Holds iPython notebooks created during development. Useful for reference.

Contributors