Fixed hyperlink

Changed the hyperlink from the relative path to point to the notebook in the repo
pull/663/head
Vidushi Gupta 2 years ago committed by GitHub
parent 3f773877bb
commit 22c39a266a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 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. 5. At the end, print out all the positive sentences and negative sentences (separately) and the number of each.
Here is a sample [solution](solution/notebook.ipynb). Here is a sample [solution](https://github.com/microsoft/ML-For-Beginners/blob/main/6-NLP/3-Translation-Sentiment/solution/notebook.ipynb).
✅ Knowledge Check ✅ Knowledge Check

Loading…
Cancel
Save