Skip to content

NishantTanwar/Question-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question-Generation

An automated system that can take as input a text and produce as output questions for assessing a reader’s knowledge of the information in the text. The system uses a combination of manually encoded transformation rules on each sentence in a paragraph.

Libraries Used

  • Spacy
  • NLTK
  • pandas
  • re

These are parts-of-speech tags used in the project

  • NNS Noun, plural
  • JJ Adjective
  • NNP Proper noun, singular
  • VBG Verb, gerund or present participle
  • VBN Verb, past participle
  • VBZ Verb, 3rd person singular present
  • VBD Verb, past tense
  • IN Preposition or subordinating conjunction
  • PRP Personal pronoun
  • NN Noun, singular or mass

About

An automatic question generation system using NLP processing techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published