butterswords commited on
Commit
2b779d8
·
1 Parent(s): 9faaa1c

Updating WordNet

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import pandas as pd, spacy, nltk, numpy as np
3
  from spacy.matcher import Matcher
4
  nlp = spacy.load("en_core_web_lg")
5
  nltk.download('omw-1.4')
 
6
  from nltk.corpus import wordnet
7
 
8
  #Import the libraries to support the model and predictions.
 
3
  from spacy.matcher import Matcher
4
  nlp = spacy.load("en_core_web_lg")
5
  nltk.download('omw-1.4')
6
+ nltk.download('wordnet')
7
  from nltk.corpus import wordnet
8
 
9
  #Import the libraries to support the model and predictions.