File size: 769 Bytes
2738315
 
 
 
 
 
 
 
 
 
 
 
8014fee
0410c6a
 
 
 
 
 
 
 
 
 
 
 
8014fee
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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`.