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