Differences

This shows you the differences between two versions of the page.

projs:clans:docs:identifyweibopostrelatedwithperson [2014/01/26 20:29]
xmill.zod created
projs:clans:docs:identifyweibopostrelatedwithperson [2014/01/26 21:58] (current)
xmill.zod
Line 1: Line 1:
-====== Description ======+====== identifyWeiboPostRelatedWithPerson(weibo_id, pid) ====== 
 +===== Description =====
Judge whether a weibo post is related to a certain person in the database or not. Judge whether a weibo post is related to a certain person in the database or not.
-====== Parameters =====+===== Parameters ===== 
-{| +^ Parameters ^ Necessity ^ Type ^ Description ^ 
-! Parameters !! Necessity !! Type !! Description  +| weibo_id | required | string | the unique id for each weibo post | 
-|- +| pid | required | int | the serial number of a certain person in the database | 
-| weibo_id || required || string || the unique id for each weibo post  +===== Output ===== 
-|- +^ Parameters ^ Type ^ Description ^ 
-| pid || required || int || the serial number of a certain person in the database  +| related | bool | True if the post is related to the person, false otherwise | 
-|} +===== See Also ===== 
-====== Output ====== +[[https://www.cse.cuhk.edu.hk/irwin.king/projs/clans/docs/extractfilterkeyword|extractfilterkeyword]] 
-====== Implementation ====== +===== Implementation ===== 
-====== Related Work ====== +  - Find out which filter keywords that related to the person appeared in the post.  
- +  - Use the product of these keywords' weight as the weight of this post.  
- +  - Set the threshold as the weight product of the keywords that apeared in the stock name of the related company.  
- +  - If the weight of the post is larger than the threshold, then we take it as a related one. Otherwise, it will be labbeled as an unrelated one 
 +===== Related Work ===== 
 +  * http://www.sciencedirect.com/science/article/pii/S0957417413001516 
 +  * http://dl.acm.org/citation.cfm?id=1119181 
 +  * http://dl.acm.org/citation.cfm?id=1060813 
 +  * http://dl.acm.org/citation.cfm?id=1871689 
 +  * http://dl.acm.org/citation.cfm?id=2124364
 
projs/clans/docs/identifyweibopostrelatedwithperson.1390739351.txt.gz · Last modified: 2014/01/26 20:29 by xmill.zod     Back to top