Code Monkey home page Code Monkey logo

slaf-linked-data-workbook's Introduction

SLAF-Linked-Data-Workbook

This workbook contains a simple project for identifying salient entities in a cultural heritage text and disambiguation them using Getty ULAN. The notebook will cover the tagging of entities, writing very simple SPARQL queries to match people's names against records in ULAN and then wrapping the names with basic markup.

The workbook does not require you to write any python but there are optional exercises for extending the provided SPARQL queries if you want to have a go.

Running with Google Colab

Here are the instructions to open and run the notebook in your browser using colab. This requires an internet connection to run as it is hosted on a cloud server but it means you can run the notebook without having to worry about your PC specs:

  1. Open Google Colab at the following link: https://colab.research.google.com/
  2. In the top left, select File and then Open Notebook
  3. In the left menu of the opened window, select GitHub
  4. In the search bar at the top of that window, enter the URL to this notebook and press enter: https://github.com/wrmthorne/SLAF-Linked-Data-Workbook/blob/main/workbook.ipynb

If you have not signed in with a Google account, you will be prompted to do so before you can run any cells.

Using the notebook

A Python Notebook allows you to have short snippets of code that can be run independently of the rest of your script, alongside markdown to help explain the content. The notebook has been setup to fetch and install any additional libraries and data for you so you don't need to worry about setting up the project.

Individual code cells can be run by clicking the Play (Circle with a right pointing triangle) button on the left of each code cell or by clicking in the cell and using the keyboard shortcut CTRL + ENTER. Cells may depend on code run in previous cells so make sure to run each code cell as you go to avoid unexpected behaviour.

WARNING: If you run code in a cell which sets a variable a, that value of a is set across the whole notebook, even in cells above it.

slaf-linked-data-workbook's People

Contributors

wrmthorne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.