search for: twlisttodf

Displaying 3 results from an estimated 3 matches for "twlisttodf".

Did you mean: listtodf
2012 Aug 14
1
twitteR location?
Hi all, Is it possible to get the latitude and longitude of the location of a tweet? If I do tweets<- searchTwitter("#obama", n=200) #get tweets df <- twListToDF(tweets) #converts to data frame for ease of viewing it does not seem to be getting the location of where that tweet was posted. >From what I read from the twitter API this is possible? Thanks, Sachin [[alternative HTML version deleted]]
2012 Oct 25
2
Minería de texto
...tengo es el siguiente: library(twitteR)library(tm)library(wordcloud)library(RXKCD)library(RColorBrewer) tweets=searchTwitter(''@afflorezr'', n=1500) generateCorpus= function(tweets,my.stopwords=c(),min.freq){ #Install the textmining library require(tm) require(wordcloud) tw.df=twListToDF(tweets) RemoveAtPeople <- function(x){gsub("@\\w+", "",x)} df<- as.vector(sapply(tw.df$text, RemoveAtPeople)) #The following is cribbed and seems to do what it says on the can tw.corpus = Corpus(VectorSource(df)) tw.corpus = tm_map(tw.corpus, function(x) iconv(enc2utf...
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
...Varias aclaraciones, la librería puede generar problemas con las variables de texto pues los usuarios pueden usar cualquier caracter (utf8) y en algunos casos el parser de rjson no los procesa. Luego si bien es muy comodo el sistema con twitteR existe el problema de que en algunos casos la función twListToDF no anexa todas las variables de que tiene un objeto de twitter en su formato S4. Por esta razón, en mi lugar de trabajo estamos tratando de migrar el sistema de bases de datos hacia una base de grafos como puede ser neo4j o bien a un sistema nosql de documentos como MongoDB. La ventaja de mongodb...