You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial-materials/sentiment-analysis-tutorial.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
"id": "956e1419-8b65-4810-ba93-cb4bb8dd1120",
73
73
"metadata": {},
74
74
"source": [
75
-
"## Getting started with Semantic Analysis\n",
75
+
"## Getting started with Sentiment Analysis\n",
76
76
"### Setting up NLTK\n",
77
77
"`nltk` is a great library for getting started with NLP. However, before we can use it properly, we will need to download some additional resources (which we will discuss later). To do so, we can run the following python script:"
0 commit comments