Skip to content

Commit 6b0eeea

Browse files
authored
Fixed typo
1 parent 7d18bb7 commit 6b0eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial-materials/sentiment-analysis-tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"id": "956e1419-8b65-4810-ba93-cb4bb8dd1120",
7373
"metadata": {},
7474
"source": [
75-
"## Getting started with Semantic Analysis\n",
75+
"## Getting started with Sentiment Analysis\n",
7676
"### Setting up NLTK\n",
7777
"`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:"
7878
]

0 commit comments

Comments
 (0)