saritha5 commited on
Commit
df13e11
·
1 Parent(s): 4e870ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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."