Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 957 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 957 Bytes

google_review_LDA_english

1. Project Introduce

스크린샷 2023-10-10 오후 2 53 26 This is a project that crawls the reviews of the 15 apps above to practice preprocessing, topic modeling, and LDA courses.

File Structure

  • LDA_english(한국어).ipynb : Korean Korab file
  • LDA_english.ipynb : English Korab File

2. Precautions

When you run code through Korab and download csv and html files in the middle and at the end, make sure your Google drive is mounted. Then modify the path and execute the code. (If you do not follow this part, you will not be able to download the file.)

How to mount a Google drive

https://lungfish.tistory.com/49

3. References