Generate_MCQ_BERT_Wordnet_Conceptnet icon indicating copy to clipboard operation
Generate_MCQ_BERT_Wordnet_Conceptnet copied to clipboard

Generate Multiple choice Questions from any content or news article using BERT Extractive Summarization, Wordnet and Conceptnet

Results 2 Generate_MCQ_BERT_Wordnet_Conceptnet issues
Sort by recently updated
recently updated
newest added

An error is thrown when the 0th index of `keyword_sentence_mapping[keyword]` is accessed even though it is empty. I can create a pull request to solve this issue. Will that be...

The first cell could be replaced by - ``` !pip install gensim !pip install git+https://github.com/boudinfl/pke.git !python -m spacy download en !pip install bert-extractive-summarizer --upgrade --force-reinstall !pip install spacy==2.1.3 --upgrade --force-reinstall...