Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import spacy
|
|
3 |
from spacy import displacy
|
4 |
import en_core_web_sm
|
5 |
|
|
|
6 |
st.title('Entity Extraction')
|
7 |
|
8 |
raw_text="The Indian Space Research Organisation or is the national space agency of India, headquartered in Bengaluru. It operates under Department of Space which is directly overseen by the Prime Minister of India while Chairman of ISRO acts as executive of DOS as well."
|
|
|
3 |
from spacy import displacy
|
4 |
import en_core_web_sm
|
5 |
|
6 |
+
NER = spacy.load("en_core_web_sm")
|
7 |
st.title('Entity Extraction')
|
8 |
|
9 |
raw_text="The Indian Space Research Organisation or is the national space agency of India, headquartered in Bengaluru. It operates under Department of Space which is directly overseen by the Prime Minister of India while Chairman of ISRO acts as executive of DOS as well."
|