From 0ef0e1e35e805fc04efa1d2c8f4cf781fda9953e Mon Sep 17 00:00:00 2001 From: Abhinav Sharma <63901956+abhi-bhatra@users.noreply.github.com> Date: Thu, 29 Jul 2021 07:34:20 +0530 Subject: [PATCH] Update README.md Address Link fix --- 6-NLP/3-Translation-Sentiment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-NLP/3-Translation-Sentiment/README.md b/6-NLP/3-Translation-Sentiment/README.md index bcd6cdd1a..0c6b568bf 100644 --- a/6-NLP/3-Translation-Sentiment/README.md +++ b/6-NLP/3-Translation-Sentiment/README.md @@ -143,7 +143,7 @@ Your task is to determine, using sentiment polarity, if *Pride and Prejudice* ha 1. If the polarity is 1 or -1 store the sentence in an array or list of positive or negative messages 5. At the end, print out all the positive sentences and negative sentences (separately) and the number of each. -Here is a sample [solution](solutions/notebook.ipynb). +Here is a sample [solution](solution/notebook.ipynb). ✅ Knowledge Check