All public logs

Combined display of all available logs of info216. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:47, 3 March 2024 Sinoa talk contribs created page Lab: DBpedia Spotlight (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...")