Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 752 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 752 Bytes

Introduction

This is a graduation projects of my college, it is used to monitor public opinion of BeiJing Institute of Technology(BIT).
这是我的北理工上大学时的毕业设计,题目为:<校园网络舆情监控系统的设计与实现>.

Function

该系统旨在实现一个分析学校网民舆情的系统.系统流程为:

  1. 获取舆情数据
  2. 数据预处理
  3. 数据内容的主题分析
  4. 舆情趋势分析
  5. 舆情告警
    我将以上的系统流程划分为四个子模块,分别为:
  6. 舆情搜集模块
  7. 主题分析模块
  8. 趋势分析模块
  9. 舆情报警模块

模块

引用

改进想法

  1. 将爬虫部分改为守护线程, 被调用时启动系统退出时自动停止.