SpatialWebAgent commited on
Commit
3edbe48
·
verified ·
1 Parent(s): 4883f24

Update 1_SpatialParse.py

Browse files
Files changed (1) hide show
  1. 1_SpatialParse.py +1 -1
1_SpatialParse.py CHANGED
@@ -195,7 +195,7 @@ def extract_spatial_entities(text):
195
  html = displacy.render(doc,style="ent", options = options)
196
  html = html.replace("\n","")
197
  st.write(HTML_WRAPPER.format(html),unsafe_allow_html=True)
198
- # show_spatial_ent_table(doc, text)
199
 
200
 
201
 
 
195
  html = displacy.render(doc,style="ent", options = options)
196
  html = html.replace("\n","")
197
  st.write(HTML_WRAPPER.format(html),unsafe_allow_html=True)
198
+ show_spatial_ent_table(doc, text)
199
 
200
 
201