Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 621 Bytes

File metadata and controls

9 lines (8 loc) · 621 Bytes

Rule-based-Question-Generator

A system to take in a sentence, and generate questions out of valid clauses in the sentence.

  • This work is mainly based on my understanding of the publication https://ieeexplore.ieee.org/document/7732102/
  • Install all the libraries specified in requirements.txt.
  • Run speakup.py which should open a gui to interact with the system.
  • Knowledge.py contains all the utility functions including question generation rules.
  • Input can be either taken in the form of text or speech.
  • remaining text and audio files are to store outputs or inputs used, in text or audio format.