Spaces:
Runtime error
Runtime error
Commit ·
3a7d16b
1
Parent(s): afdca9b
Update datesIdentification.py
Browse files- datesIdentification.py +2 -0
datesIdentification.py
CHANGED
|
@@ -3,6 +3,8 @@ import re
|
|
| 3 |
|
| 4 |
from datetime import datetime
|
| 5 |
|
|
|
|
|
|
|
| 6 |
# Load the spacy model with GloVe embeddings
|
| 7 |
nlp = spacy.load("en_core_web_lg")
|
| 8 |
|
|
|
|
| 3 |
|
| 4 |
from datetime import datetime
|
| 5 |
|
| 6 |
+
spacy.cli.download("en_core_web_lg")
|
| 7 |
+
|
| 8 |
# Load the spacy model with GloVe embeddings
|
| 9 |
nlp = spacy.load("en_core_web_lg")
|
| 10 |
|