Analysing online review data – Part 2

Previously, we developed a module to take care of getting the review data from Tripadvisor or Yelp in a DataFrame format. Now we want to do some analysis on this data. In this part of the series, we will do some topic modeling using Latent Dirichlet Allocation (LDA) and create…