Rehman1603 commited on
Commit
ead68eb
1 Parent(s): c7b249d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -7,6 +7,7 @@ import random
7
  import spacy
8
  import zipfile
9
  import os
 
10
  os.system('pip install git+https://github.com/boudinfl/pke.git')
11
  os.system('python -m nltk.downloader universal_tagset')
12
  os.system('python -m spacy download en')
 
7
  import spacy
8
  import zipfile
9
  import os
10
+ import git
11
  os.system('pip install git+https://github.com/boudinfl/pke.git')
12
  os.system('python -m nltk.downloader universal_tagset')
13
  os.system('python -m spacy download en')