Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,11 @@ import os
|
|
| 5 |
import spacy
|
| 6 |
#pandas is used to read, edit, and write tabular data
|
| 7 |
import pandas as pd
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
from collections import Counter
|
| 10 |
import en_core_web_sm
|
| 11 |
# spacy.cli.download("en_core_web_lg")
|
|
|
|
| 5 |
import spacy
|
| 6 |
#pandas is used to read, edit, and write tabular data
|
| 7 |
import pandas as pd
|
| 8 |
+
!pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
| 9 |
+
|
| 10 |
+
# Using spacy.load().
|
| 11 |
+
import spacy
|
| 12 |
+
|
| 13 |
from collections import Counter
|
| 14 |
import en_core_web_sm
|
| 15 |
# spacy.cli.download("en_core_web_lg")
|