From c4ace07cd97dc5b11c43d3e03dba0f70b22199a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=A4schke?= <jaeschke@l3s.de> Date: Wed, 14 Sep 2022 21:03:28 +0200 Subject: [PATCH] +FCA --- FCA.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FCA.ipynb b/FCA.ipynb index da7175a..a0b216d 100644 --- a/FCA.ipynb +++ b/FCA.ipynb @@ -7,7 +7,7 @@ "source": [ "# FCA & DraCor\n", "\n", - "We want to analyse which characters speak in scenes of different plays. Therefore, we extract the corresponding information from [DraCor](https://dracor.org/) and analyse it using [Formal Concept Analysis](https://www.upriss.org.uk/fca/fca.html).\n", + "We want to analyse which characters speak in scenes of different plays. Therefore, we extract the corresponding information from [DraCor](https://dracor.org/) and analyse it using [Formal Concept Analysis](https://www.upriss.org.uk/fca/fca.html) (FCA).\n", "\n", "## DraCor\n", "\n", @@ -112,7 +112,7 @@ }, { "cell_type": "markdown", - "id": "every-capture", + "id": "durable-multimedia", "metadata": {}, "source": [ "We use the [concepts](https://github.com/xflr6/concepts) Python library for FCA:" @@ -121,7 +121,7 @@ { "cell_type": "code", "execution_count": null, - "id": "younger-playback", + "id": "ranking-island", "metadata": {}, "outputs": [], "source": [ -- GitLab