Address Link fix
This commit is contained in:
Abhinav Sharma 2021-07-29 07:34:20 +05:30 коммит произвёл GitHub
Родитель d9e007b729
Коммит f29dc516b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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