Update notebook.ipynb

Corrected a minor typo
pull/323/head
Anurag 3 years ago committed by GitHub
parent 47a4b85d3b
commit 9120081588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@
"source": [ "source": [
"## Step 3: Getting Insights\r\n", "## Step 3: Getting Insights\r\n",
"\r\n", "\r\n",
"The most important step is to turn our data into some for from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n", "The most important step is to turn our data into some form from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n",
"\r\n", "\r\n",
"We will use Python library called [RAKE](https://github.com/aneesha/RAKE) for keyword extraction. First, let's install this library in case it is not present: " "We will use Python library called [RAKE](https://github.com/aneesha/RAKE) for keyword extraction. First, let's install this library in case it is not present: "
], ],

Loading…
Cancel
Save