From 499996f7568b07431f0b29de133009df794201c1 Mon Sep 17 00:00:00 2001 From: Mohamad Jaallouk Date: Sun, 14 Nov 2021 01:32:51 +0100 Subject: [PATCH] Update notebook-papers.ipynb Typo fix --- 2-Working-With-Data/07-python/notebook-papers.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2-Working-With-Data/07-python/notebook-papers.ipynb b/2-Working-With-Data/07-python/notebook-papers.ipynb index c08b60eb..b801c7db 100644 --- a/2-Working-With-Data/07-python/notebook-papers.ipynb +++ b/2-Working-With-Data/07-python/notebook-papers.ipynb @@ -31,9 +31,9 @@ "\r\n", "**NOTE**: We do not provide a copy of the dataset as part of this repository. You may first need to download the [`metadata.csv`](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge?select=metadata.csv) file from [this dataset on Kaggle](https://www.kaggle.com/allen-institute-for-ai/CORD-19-research-challenge). Registration with Kaggle may be required. You may also download the dataset without registration [from here](https://ai2-semanticscholar-cord-19.s3-us-west-2.amazonaws.com/historical_releases.html), but it will include all full texts in addition to metadata file.\r\n", "\r\n", - "We will try to get the data directly from online source, however, if it fails, you need to download the data as described above. Also, it makese sense to download the data if you plan to experiment with it further, to save on waiting time.\r\n", + "We will try to get the data directly from online source, however, if it fails, you need to download the data as described above. Also, it makes sense to download the data if you plan to experiment with it further, to save on waiting time.\r\n", "\r\n", - "> **NOTE** that dataset is quite large, aroung 1 Gb in size, and the following line of code can take a long time to complete! (~5 mins)" + "> **NOTE** that dataset is quite large, around 1 Gb in size, and the following line of code can take a long time to complete! (~5 mins)" ], "metadata": {} }, @@ -2332,4 +2332,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}