這個系統可以分析 Google 評論並通過客戶撰寫的內容讓商家了解自己的優勢和劣勢。
- 從 Apify 下載所需的評論。
- 將下載的評論整理成只有 'star' 和 'text' 的欄位。(optional)
- 修改程式碼(barry_representative_comments_extraction.py)裡面的 stopwords_path(stop_word_list.txt的路徑) 和 file_path(hotpot_reviews_dataset.xlsx的路徑)。
- 在 command line 執行該檔案。
- 程式會需要使用者輸入要了解該商將的優勢(p)還是劣勢(n)。
- 等待顯示結果。

