Skip to content

This repo contains Various WebScrapers for different sites and process the retrieved data (reviews) using different NLP techniques such as aspect-based sentiment analysis, polarity sentiment analysis etc.

License

Notifications You must be signed in to change notification settings

aybarskerem/WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebScraper

  • Various WebScrapers for different sites.
  • Each folder represents a website and there are serial and parallel running versions for the codes where the paralellism is provided by the Message Passing Interface (MPI) libraries. The webscaper scripts output .csv files as results. Then, these .csv files are processed with some processor scripts in the corresponding folders using Natural Language Processing (NLP) techniques and "bag of words" and "wordclouds" are outputted.
  • Please refer to the readme files inside each folder for the correspoding code/program explanations.

Keywords:

  • Webscraping
  • Parallel Programming
  • Message Passing Interface (MPI)
  • Natural Language Processing (NLP)
  • Sentiment Analysis
  • Selenium Framework

About

This repo contains Various WebScrapers for different sites and process the retrieved data (reviews) using different NLP techniques such as aspect-based sentiment analysis, polarity sentiment analysis etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages