ramsrigouthamg / Generate_MCQ_BERT_Wordnet_Conceptnet

Generate Multiple choice Questions from any content or news article using BERT Extractive Summarization, Wordnet and Conceptnet
87 stars 72 forks source link

Running it in Colab #2

Open abhi1nandy2 opened 3 years ago

abhi1nandy2 commented 3 years ago

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
!pip install -U nltk
!pip install -U pywsd
!pip install -U wn==0.0.23
!python -m spacy download en_core_web_lg
!python -m spacy download en_core_web_sm
!pip install flashtext
ramsrigouthamg commented 3 years ago

Thanks @abhi1nandy2 !

abhi1nandy2 commented 3 years ago

Thanks to you, great article!

rajenderK7 commented 1 year ago

image

Can you suggest some ways to get over this. I'm running this on Google Colab