mattupson commited on
Commit
3f1f888
β€’
1 Parent(s): 59135d9

Update app.py

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