KwabsHug commited on
Commit
f385ff5
1 Parent(s): 4608ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,8 +31,7 @@ nltk.download('gazetteers') #Location NER
31
  nltk.download('opinion_lexicon') #Sentiment words
32
  nltk.download('averaged_perceptron_tagger') #Parts of Speech Tagging
33
 
34
-
35
- #spacy.cli.download("en_core_web_sm")
36
 
37
  nlp = spacy.load('en_core_web_sm')
38
  translator = Translator()
 
31
  nltk.download('opinion_lexicon') #Sentiment words
32
  nltk.download('averaged_perceptron_tagger') #Parts of Speech Tagging
33
 
34
+ spacy.cli.download("en_core_web_sm")
 
35
 
36
  nlp = spacy.load('en_core_web_sm')
37
  translator = Translator()