Skip to content

rohit22059/CSE508_Winter2023_A2_31

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE508_Winter2023_A2_31

  • How to run the code for Question2:
  1. pip install os
  2. pip install math
  3. pip install re
  4. pip install BeautifulSoup
  5. pip install numpy
  6. pip install json
  7. pip install pandas
  8. pip install nltk
  9. pip install stopwords
  10. pip install operator
  11. pip install icecream
  12. pip install ntpath
  13. pip install joblib
  14. pip install word_tokenize
  15. pip install WordNetLemmatizer
  16. pip install string
  17. pip install PrettyTable
  • Download the stopwords and punkt tokenizer
  1. nltk.download('stopwords')
  2. nltk.download('punkt')
  • Open the jupyter notebook and place all the three files into your running environment
  • Now run the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published