search for: wordcloud

Displaying 20 results from an estimated 20 matches for "wordcloud".

2012 Oct 04
1
Error in installing package wordcloud in R
Dear Sir, I faced problem during the installation of wordcloud package in R -2.15 . I have mentioned the error below. After selecting the cran mirror it shows the error. I will be thankful for your response to this solution. Error Selection: 34 Warning: unable to access index for repository http://ftp.iitm.ac.in/cran/src/contrib Error in apply(available[p1,...
2014 Jul 29
2
wordcloud y tabla de palabras [Avanzando]
...nte/claramente en qué parte del proceso de creación del corpus se puede hacer. Sin embargo, siguiendo el ejemplo de http://biostat.jhsph.edu/~jleek/code/sotu2011-2012comparison.R (proporcionado por Carlos O.), y las orientaciones que me han brindado he podido seguir avanzando en el proceso de crear wordclouds para dos informes de 2 años diferentes. Versión R: 3.1.1 require(tm) require(wordcloud) require(Rcpp) tmpinformes<-data.frame(c("todo el informe 2005", "todo el informe 2013"), row.names=c("2005", "2013")) ds<- DataframeSource(tmpText) ds<- Dataf...
2014 Jul 25
3
wordcloud y tabla de palabras
Buenas noches grupo. Saludos cordiales. He seguido en la búsqueda de una forma que me permita realizar la comparación de dos documentos pertenecientes a los años 2005 y 2013, y que pueda representar finalmente con wordcloud y con una table en la que las columnas sean los años de cada informe "2005" y "2013", y las filas sean las palabras con la frecuencia de cada una de ellas por cada informe: ---------------------------------- | | 2005 | 2013 | ----------------------------------...
2014 Jul 28
2
wordcloud y tabla de palabras
...producible: código + datos. Saludos, Carlos Ortega www.qualityexcellence.es El 28 de julio de 2014, 21:24, Alfredo David Alvarado Ríos < david.alvarado.r@gmail.com> escribió: > Buenas tardes, grupo. Agradecido Carlos por tu orientación y Eduardo. > Efectivamente, seguí el ejemplo de wordclouds, y al igual que > anteriormente logró hacer la nube de texto, pero sólo por cada uno de > los textos considerados. > Tengo los dos "corpus clean" por cada uno de los informes que estoy > considerando: año 2005 y 2013. > > >tdm05<-TermDocumentMatrix(cor.05.cl) >...
2012 Oct 25
2
Minería de texto
Cordial Saludo Actualmente estoy realizando una función para gráficar una nube de palabras el código que 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("@\\...
2012 Jan 13
0
Does wordcloud do clustering
Hi All, If anyone is using wordcloud, do you know if it clusters word that are used together. For example in a document if the words {bus, drive, eat, pizza} appeared as the most frequent word, you would expect {bus, drive} to be close to each other, whereas {eat,pizza} to be away from the other cluster but close to each other. Thank...
2012 Jan 27
2
tm package: handling contractions
I tried making a wordcloud of Obama's State of the Union address using the tm package to process the text sotu <- scan(file="c:/R/data/sotu2012.txt", what="character") sotu <- tolower(sotu) corp <-Corpus(VectorSource(paste(sotu, collapse=" "))) corp <- tm_map(corp, removePunct...
2012 Dec 13
2
Tamaño de la matriz de términos y memoria. Paquete TM
Hola a todos! Tengo algunos problemas con el tamaño de la matriz de términos que obtengo. Los comandos que utilizo son los siguientes: # carga librerias library(tm) library(wordcloud) library(Rstem) library(Snowball) # lee el documento UTF-8 y lo convierte a ASCII txt <- readLines("D:/Publico/Documents/texto1.txt",encoding="UTF-8") txt = iconv(txt, to="ASCII//TRANSLIT") # construye...
2013 Nov 22
1
Descargar tweets con package twitteR
...ngo problemas a la hora de conseguir la autentificación con OAuth. Este es el código que estoy utilizando: options( RCurlOptions = list(verbose = TRUE, proxy = "XXXXXXXXXXXXXXXXXX")) setInternet2(use = TRUE) require("ROAuth") require("twitteR") require("wordcloud") require("tm") require("bitops") require("RCurl") require("digest") require("Rcpp") require("RColorBrewer") library(twitteR) library(tm) library(wordcloud) library(RColorBrewer) library(bitops) library(ROAuth) library(RCurl...
2013 Jul 24
4
Error al utilizar twitteR
Buenas tardes a tod@s, Estoy incursionando en el analisis de tweets utilizando el paquete twitteR y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/ Desafortunadamente cuando ejecuto # cargar librerias library(twitteR) library(tm) library(wordcloud) # recolecta tweets de @camila_vallejo tweets = userTimeline("camila_vallejo", 2000) obtengo Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : OAuth authentication is required with Twitter's API v1.1 He buscado por varias horas como resolver este problema y aun no en...
2012 Feb 26
2
tm_map help
...ribute [1] must be the same length as the vector [0] When I use tm_map. Has anyone had/seen this error before? The code I have is shown below and this error only occurs with #qantas, hashtags like #asx, #obama work ok. Appreciate any help. Thanks, Sachin library(twitteR) library(tm) library(wordcloud) hashTag<-function (hashTag, minFreq){ tweets<- searchTwitter(hashTag, n=200) df <- do.call("rbind", lapply(tweets, as.data.frame)) myCorpus <- Corpus(VectorSource(df$text)) myCorpus <- tm_map(myCorpus, function(x) iconv(enc2utf8(x), sub = "byte")) myCorpus &l...
2013 Jul 24
2
Error al utilizar twitteR
...bmining.cl/2012/**07/text-mining-de-twitter-** >> usando-r/<http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/> >> >> >> Desafortunadamente cuando ejecuto >> >> # cargar librerias >> library(twitteR) >> library(tm) >> library(wordcloud) >> >> # recolecta tweets de @camila_vallejo >> tweets = userTimeline("camila_vallejo", 2000) >> >> obtengo >> >> Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : >> OAuth authentication is required with Twitter's API v1....
2015 Mar 25
2
Error mapply haciendo text mining con twitteR
...a lista a diario. Estoy realizando un curso de text mining en twitter en Udemy y estoy clavado en un error. La verdad es que ya no sé que hacer, he buscado por todos los lados, en foros, blogs; he probado diversos scripts pero nada. El tema es que haciendo un simple text mining de un hashtag con un wordcloud al final me sale el error In mclapply(content(x), FUN, ...) : scheduled core 1 encountered error in user code, all values of the job will be affected o In mclapply(content(x), FUN, ...) : scheduled cores 2 encountered errors in user code, all values of the jobs will be affected Lo raro de t...
2011 Oct 26
1
Webscraping - How to Scrape Out Text Into R As If Copied & Pasted From Webpage?
...ture to work with: web.pg <- htmlTreeParse(file=web.pg, ignoreBlanks=TRUE) Now I have a lovely html tree, but don't know the best way to get just the text components (job descriptions, job titles, etc...) as they appear on the web site. I'd like to do a little text mining and make a wordcloud using the text. Can anybody suggest a method to achieve this result? Thank you, Gary R. Moser Institutional Research Analyst Heald College p <- 415.808.1533 f <- 415.808.1598 gary_moser@heald.edu <mailto:gary_moser@heald.edu> Disclaimer: This communication may contai...
2013 Jul 24
2
Error al utilizar twitteR
...>> usando-r/< > http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/> > >> > >> > >> Desafortunadamente cuando ejecuto > >> > >> # cargar librerias > >> library(twitteR) > >> library(tm) > >> library(wordcloud) > >> > >> # recolecta tweets de @camila_vallejo > >> tweets = userTimeline("camila_vallejo", 2000) > >> > >> obtengo > >> > >> Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : > >> OAuth authenticatio...
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
...t; > Estoy incursionando en el analisis de tweets utilizando el paquete twitteR > y siguiendo > http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/ > > > Desafortunadamente cuando ejecuto > > # cargar librerias > library(twitteR) > library(tm) > library(wordcloud) > > # recolecta tweets de @camila_vallejo > tweets = userTimeline("camila_vallejo", 2000) > > obtengo > > Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : > OAuth authentication is required with Twitter's API v1.1 > > He buscado por varias...
2013 Jul 24
0
Error al utilizar twitteR
...s, > > Estoy incursionando en el analisis de tweets utilizando el paquete twitteR > y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/ > > > Desafortunadamente cuando ejecuto > > # cargar librerias > library(twitteR) > library(tm) > library(wordcloud) > > # recolecta tweets de @camila_vallejo > tweets = userTimeline("camila_vallejo", 2000) > > obtengo > > Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : > OAuth authentication is required with Twitter's API v1.1 > > He buscado por varia...
2013 Jul 24
0
Error al utilizar twitteR
...>> usando-r/< > http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/> > >> > >> > >> Desafortunadamente cuando ejecuto > >> > >> # cargar librerias > >> library(twitteR) > >> library(tm) > >> library(wordcloud) > >> > >> # recolecta tweets de @camila_vallejo > >> tweets = userTimeline("camila_vallejo", 2000) > >> > >> obtengo > >> > >> Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : > >> OAuth authenticatio...
2013 Jul 24
0
Error al utilizar twitteR
...Error al utilizar twitteR Buenas tardes a tod en s, Estoy incursionando en el analisis de tweets utilizando el paquete twitteR y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/ Desafortunadamente cuando ejecuto # cargar librerias library(twitteR) library(tm) library(wordcloud) # recolecta tweets de @camila_vallejo tweets = userTimeline("camila_vallejo", 2000) obtengo Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : OAuth authentication is required with Twitter's API v1.1 He buscado por varias horas como resolver este problema y aun no en...
2013 Jul 25
0
Error al utilizar twitteR
...webmining.cl/2012/07/text-mining-de-twitter-usando-r/> > > >> > > >> > > >> Desafortunadamente cuando ejecuto > > >> > > >> # cargar librerias > > >> library(twitteR) > > >> library(tm) > > >> library(wordcloud) > > >> > > >> # recolecta tweets de @camila_vallejo > > >> tweets = userTimeline("camila_vallejo", 2000) > > >> > > >> obtengo > > >> > > >> Error in twInterfaceObj$doAPICall(cmd, params, method, ...) : &...