Lab: DBpedia Spotlight: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 March 2024

  • curprev 18:4718:47, 3 March 2024Sinoa talk contribs 2,561 bytes +2,561 Created page with "== If you have more time == '''Task:''' If you have more time, you can use DBpedia Spotlight to try to link the people (and other "named entities") mentioned in the dataset to DBpedia resources. pip install pyspotlight You can start with the code example below, but you will need exception-handling when DBpedia is unable to find a match. For instance: <syntaxhighlight> import spotlight ENDPOINT = 'https://api.dbpedia-spotlight.org/en/annotate' CONFIDENCE = 0.5 # filt..."