- How to run the code for Question2:
- pip install os
- pip install math
- pip install re
- pip install BeautifulSoup
- pip install numpy
- pip install json
- pip install pandas
- pip install nltk
- pip install stopwords
- pip install operator
- pip install icecream
- pip install ntpath
- pip install joblib
- pip install word_tokenize
- pip install WordNetLemmatizer
- pip install string
- pip install PrettyTable
- Download the stopwords and punkt tokenizer
- nltk.download('stopwords')
- nltk.download('punkt')
- Open the jupyter notebook and place all the three files into your running environment
- Now run the code