搜索资源列表
twitter
- twitter可以看成是一种微博客,其基本结构由发布者和跟随者组成。设计如下表格: user(uid, uname, rank), 初始时rank=0; follow(idol, fan), 表示fan跟随了idol;message(msg_id, uid, msg_content),存储所有发布的消息,uid是消息发布者的标识。 使用触发器完成如下功能:当往message表中插入新消息后,检索follow表,把该消息发送给它的生成者的fans,当然只要显示“***收到了**
Classifier
- A code for twitter text classification with python
retweet
- 一个通过Twitter API抓取的公开数据集,是tweet的转发关系,前一列和后一列都是处理过的Twitter账号。每一行表示一个转发关系-Datasets crawled through Twitter API