• Stars
    star
    1
  • Language
    Python
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

使用Python 3.7搭配相關web crawler模組如Requests, Beautiful Soup等撰寫爬蟲程式,使用輕量級Web應用框架Flask,並以Flask-SQLAlchemy存取SQLite。針對回傳資料進行文字探勘,如使用difflib進行關鍵字搜尋的模糊比對、使用jieba進行中文斷詞斷句、使用WordCloud、Word2Vec、SVM等模組解析文字內容,並即時產出互動式圖表。