/Text-Analysis-Web-Scrapping

A custom script for calculating Metrics on textual data scrapped from multiple webpages

Primary LanguageJupyter Notebook

Text-Analysis-Web-Scrapping

Instructions

  • Create a Python environment from your IDE, or run the script in Colab (if you're using it).
  • Pip install Beautiful Soup or add the BeautifulSoup package from the interpreter setting if you are using Pycharm.
  • Please modify the code to update the path of the following :
  • Stop_words file
  • Positive_words file
  • Negative_words file
  • input _words file
  • Output_words file
  • Run the Python file from the terminal or a shift+enter if you are using a Notebook.