Spaces:
Runtime error
Runtime error
ValadisCERTH
commited on
Commit
·
b7ebabc
1
Parent(s):
e28e68e
Update countriesIdentification.py
Browse files
countriesIdentification.py
CHANGED
@@ -8,6 +8,7 @@ from geotext import GeoText
|
|
8 |
|
9 |
import re
|
10 |
|
|
|
11 |
|
12 |
# Load the spacy model with GloVe embeddings
|
13 |
nlp = spacy.load("en_core_web_lg")
|
|
|
8 |
|
9 |
import re
|
10 |
|
11 |
+
spacy.cli.download("en_core_web_lg")
|
12 |
|
13 |
# Load the spacy model with GloVe embeddings
|
14 |
nlp = spacy.load("en_core_web_lg")
|