Question Generator for sentences which have relative clauses.
- Install Spacy
- Install other dependencies
pip install -r requirements.txt
- Run
ipython run.py
- Run
ipython -i dev.py
- The following functions will be available to you:
- genq(sentence) : Prints all possible questions of a given sentence
- show(sentence) : Prints tagged sentence
- display(sentence) : Displays dependency tree for sentence