twitter - Topic Modeling in R language -


i have 1 question ,i'm applying topic modeling - lda in r language , used determine topics of user's tweets , notice when i'm using command tweets ( last 500 tweets without retweets) sometime got 500 , sometime got 130 , got 45 different users same n=500 , factor behind that

tweets <- usertimeline("barackobama",n=500,includerts = false) 

enter image description here

also if want remove name of user tweets how can in r because noticed accuracy of clustering topics it's not , don't know how can measure percentage of accuracy thing in r . last question if twitterr support arabic tweets or not !

thanks.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -