Spaces:
Running
Running
Update 1_SpatialParse.py
Browse files- 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 |
-
|
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 |
|