Coder Social home page Coder Social logo

Comments (1)

srtianxia avatar srtianxia commented on September 22, 2024 2

引用自作者回复的邮件

通常情况下每条微博的URL都是这样的形式: http://weibo.com/2480531040/z8ElgBLeQ,其中三个部
分,分别是微博域名,博主的用户ID(uid)和一个字符串。第三部分的字符串就是您提到的mid,是由每条微博的唯一标识id转换得到的。所以可以认为mid是每条微博(包括评论)的唯一标识。
kids和parent包含的是评论的层级关系,形式也是mid。例如一条微博原文下的某条评论mid是
z8ElgBLeQ,另一个用户回复了该条评论(回复评论的mid是kboVqy),则z8ElgBLeQ的kids中会包含
kboVqy,kboVqy的parent是z8ElgBLeQ

from chinese_rumor_dataset.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.