Mr B

In this project we will focus on learning about writing and using python scripts. Scope: Python scripts, arguments, python basics, etc. First, we must install missing packages sklearn and stop-words. In scholar, open up a shell and type the following: python3.6 -m pip install sklearn --userpython3.6 -m pip install stop-words --user ................
................