Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ service = pd.read_csv('cust_service_data.csv')
|
|
48 |
|
49 |
# extract entities, label, label definition from natural language questions and append to dataframe
|
50 |
|
51 |
-
pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
52 |
nlp = spacy.load("en_core_web_sm")
|
53 |
def EntityExtraction(text:str):
|
54 |
# print(text)
|
|
|
48 |
|
49 |
# extract entities, label, label definition from natural language questions and append to dataframe
|
50 |
|
|
|
51 |
nlp = spacy.load("en_core_web_sm")
|
52 |
def EntityExtraction(text:str):
|
53 |
# print(text)
|