Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ st.header("Location Recognition Demo ๐๐๐")
|
|
38 |
st.sidebar.header("Information โน๏ธ ")
|
39 |
st.sidebar.markdown(
|
40 |
"""
|
41 |
-
This example application accompanies the blog post: [Extracting useful information from documents with Named Entity Recognition]().
|
42 |
It uses a pre-trained Named Entity Recognition (NER) model from the [spaCy](https://spacy.io/) library to extract locations from your own examples, or a sample of grant applications from The Wellcome Trust.
|
43 |
The application will extract the following types of location entity:
|
44 |
|
|
|
38 |
st.sidebar.header("Information โน๏ธ ")
|
39 |
st.sidebar.markdown(
|
40 |
"""
|
41 |
+
This example application accompanies the blog post: [Extracting useful information from documents with Named Entity Recognition](https://medium.com/@reproducible/extracting-useful-information-from-documents-with-named-entity-recognition-4e009b60a8c).
|
42 |
It uses a pre-trained Named Entity Recognition (NER) model from the [spaCy](https://spacy.io/) library to extract locations from your own examples, or a sample of grant applications from The Wellcome Trust.
|
43 |
The application will extract the following types of location entity:
|
44 |
|