From 11871159162fac54b064aa97212a45a7d865996e Mon Sep 17 00:00:00 2001 From: Pardeep Singh Date: Wed, 13 Oct 2021 11:44:48 +0530 Subject: [PATCH] Fix British Fiction Corpus link in 2b-odds-and-ends notebook --- 2b-odds-and-ends.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2b-odds-and-ends.ipynb b/2b-odds-and-ends.ipynb index 6e8efc8..9d98069 100644 --- a/2b-odds-and-ends.ipynb +++ b/2b-odds-and-ends.ipynb @@ -252,7 +252,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Data was downloaded from [here](https://de.dariah.eu/tatom/datasets.html)\n", + "Data was downloaded from [here](https://github.com/DARIAH-DE/TaToM2/tree/master/data)\n", "\n", "The code below was used to create the matrices which are displayed in the SVD and NMF of British Literature excel workbook. The data is intended to be viewed in Excel, I've just included the code here for thoroughness." ]