Entity_Linking_Demo / README.md
ghomasHudson's picture
Update README.md
0410c6a unverified
|
raw
history blame
769 Bytes
---
title: Entity Linking Demo
emoji: 🏢
colorFrom: purple
colorTo: green
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Example
```
The SNP chief executive Peter Murrell has resigned after taking responsibility for
misleading the media about party membership numbers. Mr Murrell, who is married to
outgoing party leader Nicola Sturgeon, said he had become a distraction to the leadership race.
ENTITIES:
Peter Murrell PERSON https://www.wikidata.org/wiki/Q467112
Nicola Sturgeon PERSON https://www.wikidata.org/wiki/Q61819939
```
## Quickstart
For a simple GUI, run `streamlit run app.py`. For CLI usage, run `entity_extraction.py`.