Rehman1603 commited on
Commit
c5c5fa1
1 Parent(s): 2ecd22a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ os.system('python -m nltk.downloader universal_tagset')
13
  os.system('python -m spacy download en')
14
  os.system('wget https://github.com/explosion/sense2vec/releases/download/v1.0.0/s2v_reddit_2015_md.tar.gz')
15
  os.system('tar -xvf s2v_reddit_2015_md.tar.gz')
16
- os.system('python -m spacy download en')
17
 
18
  import json
19
  from sense2vec import Sense2Vec
 
13
  os.system('python -m spacy download en')
14
  os.system('wget https://github.com/explosion/sense2vec/releases/download/v1.0.0/s2v_reddit_2015_md.tar.gz')
15
  os.system('tar -xvf s2v_reddit_2015_md.tar.gz')
16
+ os.system('python -m spacy download en_core_web_sm')
17
 
18
  import json
19
  from sense2vec import Sense2Vec