search for: hashtag

Displaying 15 results from an estimated 15 matches for "hashtag".

Did you mean: hashtab
2016 Apr 16
1
Twitter Hashtag
Dear group, I want to download text of weets and other data such as user id or so for a specific hashtag on twitter, how to do this..any reference suggestions that could help me to download almost it all without limits in number of dlwonloaded tweets. thanks in advance RaGiA [[alternative HTML version deleted]]
2012 Feb 26
2
tm_map help
...error: Error in structure(names(sapply(possibleCompletions, "[", 1)), names = x) : 'names' attribute [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(Vecto...
2015 Mar 25
2
Error mapply haciendo text mining con twitteR
...qui pero sigo la 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 affec...
2010 Mar 31
3
regular expression help to extract specific strings from text
...would like to come up with a data frame which looks like this (pulling out the usernames and #tags): > data.frame(Msg = x, Source = c("Eve", "Adam", "Eve", "Adam", NA), Mentions = c(NA, "Eve", "Adam, Cain, Able", "Eve", NA), HashTags = c(NA, "rstats", "Excel", NA, NA)) The best I can do so far is: source <- lapply(x, function (x) { tmp <- strsplit(x, ":", fixed = TRUE) if(length(tmp[[1]]) < 2) { tmp <- c(NA, tmp) } return(tmp[[1]][1]) } ) source <- unlist(source)...
2012 Feb 29
1
external connotation: tags, categories, prios, users
Hi Folks, are there some [markdown extensions][1] including categories or tags? Like #hashtags on twitter or [[Category:Foo]] on Mediawiki. Additionally on [RTM][2] you can write '!2' for priority, '@klml' for user or '#home' for listings. Afiak its useful to have standardized those tags for e.g. ticketsystems, todolists, taskboards etc merci & greetz klml [1]...
2011 Jul 23
0
Question about output from twitteR package
...om Twitter conversations for a network analysis class that I teach. I came across the twitteR package, and saw some examples of it in action on various websites. It is easy to use, and almost as easy to understand. I was able to pull sets of Twitter messages into a dataframe using various criteria (hashtags, etc.). To build a network, I would like to follow which messages are responses to earlier messages. According to the twitteR package documentation, this is stored in a 'replyToSN' field (reply to Screenname). However, when I do searches this field is always blank (NA). (The similar field...
2011 Mar 03
0
Friday #vuc at 12 Noon EST
...ith this week's guest OnSIP.com by connecting via SIP:200901 at login.zipdx.com Skype:vuc.me PSTN: +1 567 252 2286 iNum: +883 5100 123 94882 Tex backchat on #vuc channel of Freenode.net - use http://vuc.me/irc if you don't have a client You can also talk to us on Twitter @voipusers or the hashtag #vuc Hope to hear you soon. /r
2011 Mar 25
0
Today on VUC, Dan York on Google Voice + SIP
...ng via these technologies: SIP:200901 at login.zipdx.com - use g722 if you have it Skype:vuc.me PSTN: +1 567 252 2286 iNum: +883 5100 123 94882 Text backchat on #vuc channel of Freenode.net - use http://vuc.me/irc if you don't have a client You can also talk to us on Twitter @voipusers or the hashtag #vuc More info: http://vuc.me Hope to hear you soon. /r
2012 Sep 27
0
Dynabyte bjuder in till SHRUG den 1 november!
...anmäl dig. Varmt välkomna! /Elin och Kim Program - Mat/Intro - Presentationer - Rails tools at Bukowskis by Marius - Puppet/Mcollective/Chef by Lowe Schmidt - Rails#4 by Peter Marklund - Öl och mingel Frågor eller funderingar - maila Elin Uppström eller Kim Lodfelt Hashtag är #SHRUGse Tid och plats18:00 den 1 november 2012 Hos <http://www.valtech.se/>Dynabyte <http://www.dynabyte.se> på Kammakargatan 9A Vilka är anmälda? http://simplesignup.se/events/14236/attendees/index_with_secrect_token?token=3a287318c1 -- You received this message because yo...
2013 Jul 08
0
"error setting certificate" issue in R-studio
...t didn't fix the issue. >TweetFrame <- function(searchTerm, maxTweets)? ??? { ????? twtList<-searchTwitter(searchTerm,n=maxTweets) ????? #twtList is involved in ?variable? scoping so it only exists within the? ??????? function? ????? # searchTerm needs to be a string so use "#hashtag" ? ????? twtTempFrame<- do.call("rbind", lapply(twtList,as.data.frame)) ????? # as.data.frame() coerces each list element into a row ????? # lapply() applies this to all of the elements in twtList ????? # rbind() takes all the rows and puts them together ????? # do.call() gives r...
2009 Jun 03
0
Revolutions blog: May roundup
...Cnet News. http://bit.ly/yJrra links to instructions for applying cloud computing to R with Amazon EC2. http://bit.ly/ODz5M investigates Zipf's power-law distribution for cities, with log-log population plots. http://bit.ly/NV1Le reveals how to find other R users on Twitter with the #rstats hashtag. http://bit.ly/1ayebn reviews the inaugural issue of the R Journal. http://bit.ly/W4hPi links to a Wired article about Google using R to model AdWords auctions. http://bit.ly/AST4l links to an interview with me, by Ajay Ohri, discussing Statistics, Science, R and REvolution Computing. (I've...
2013 Jun 28
2
Hash_Tag Client side Validation
Hi anybody help me to find suitable validation way for Hash_Tag, My need is user should only type hash_tag like below format. a) #sports b) #sports,#news Please Help Me, Regards, Manoj. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving
2019 May 17
2
Building on RHEL 8
...pate that the need for this will evaporate as soon as the first CentOS 8 build is completed. What is still biting me is that RHEL has elected to build two RPM's from the same SRPM, one labeled "package-version-release.el8", and the other named "package-version-release.module+el8+hashtag", and this is making a mess out of library dependencies for "mock". They've also split the formerly single channel into one called "baseos" and one called "appstream", and they overlap in a bunch of different ways, with the module confusion wrapped on top. M...
2011 Jul 29
0
HTML sanitization
...**Parse HTML on output**, not input, instead of building JsonML nodes in the intermediate representation. This has the disadvantage that it would make some kinds of processing on the intermediate representation harder ? for example, in [yamemex][], I want to support Twitter-style #hashtags, and that will be easier to do if I can tell which hash marks are in the text of the document and which are in some URL somewhere. Also, any markup added by intermediate-representation processing would be prone to being stripped by the output filter. The advantage is that it would...
2018 Aug 19
0
The House of .... BETHESDAY ... and stripping in a Fishbowl. #nipoolsoparmleg
...he hidden silicon in Genesis ... maybe Mitsubishi ... and definately not the Gold in Auden, audacity, authority ... or El Dorado <http://bethesday.gq/lists/lt.php?id=YUgFAQZdUk9RVlkdU1wDX1cNVg> . Here is wisdom, dox me. <http://bethesday.gq/lists/lt.php?id=YUgBAAVUGAFQXR1QWlQKVF0F> The hashtag in the subject follows a pattern I noticed in "niflheim" which appears to use "ni" as notation for "intersect through the eye ... Florida, Heloicentric, and" ... day. It's elementary <http://bethesday.gq/lists/lt.php?id=YUgFCQFSGAFQXR1QWlQKVF0F> , my dear W...