Displaying 15 results from an estimated 15 matches for "hashtags".
Did you mean:
has_tags
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(Vector...
2015 Mar 25
2
Error mapply haciendo text mining con twitteR
Hola, buenas,
no me prodigo mucho por aqui 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
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 r...
2011 Mar 03
0
Friday #vuc at 12 Noon EST
Hello,
This Friday March 4th is the 307th VoIP Users Conference. In a few
weeks, we'll be starting our 5th year of this weekly live event that
began life as the Asterisk Users Conference. We'd love to have you
join on on our call with 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
2011 Mar 25
0
Today on VUC, Dan York on Google Voice + SIP
Hi,
Today at 12 Non EDT, Dan York will be with us to talk about the recent
on and off moments of Google Voice SIP URI calling. Like Skype +
Asterisk (or any SIP), Google Voice and SIP compose the other shoe
waiting to drop. We're following this with interest. So GV turned on
SIP URI and then a few days later, turned it off. Why? Did the geeks
(like us) jump on this too quickly or too heavily?
2012 Sep 27
0
Dynabyte bjuder in till SHRUG den 1 november!
Kom till oss på Kammakargatan 9A den 1 november. Vi startar klockan 18.00
med mat och sedan följer intressanta tal, mingel och kanske en öl eller
två. Vi har begränsat med platser så ta er tid att gå in på
http://simplesignup.se/event/14236<http://simplesignup.se/event/14236-shrug>och anmäl dig.
Varmt välkomna!
/Elin och Kim
Program
- Mat/Intro
- Presentationer
- Rails
2013 Jul 08
0
"error setting certificate" issue in R-studio
Hi all,
I'm a newbie to R and I can't figure out how to fix this error I keep getting in R-studio:
> "error setting certificate verify locations:\n CAfile: \n CApath: none\n"
Error in twInterfaceObj$doAPICall(cmd,params,"GET",...) :
Error: error setting certificate verify locations:
CAfile:
CApath: none
I'm trying to use the twitteR package to gather tweets
2009 Jun 03
0
Revolutions blog: May roundup
I write about R every weekday at
http://blog.revolution-computing.com?.?In case you missed them, here
are some articles from last month of particular interest to R users.
Some of the best stories this month came from reader tips -- thanks,
and please keep the emails coming in!
http://bit.ly/19T3Hj links to info on how Bump Charts are done in
ggplot2 -- with a Kentucky Derby example.
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
Good evening:
I've been trying to build up Samba on RHEL 8. My work is at:
https://github.com/nkadel/samba4repo/tree/nkadel-rhel8
I've run into a number of issues. One is that RHEL 8 does not have an
uptodate mocka. I've add a git submodule for that. Another is that
various python modules are missing: Again, I've added modules for
that. Another is that RHEL 8 introduced a very
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
"Beth <http://bethesday.gq/lists/lt.php?id=YUgFAQVcUU9RVlkdU1wDX1cNVg>
esda" reads as "the house is the..." in Spanglishrew ... CITY
Who knows whose ... *Adamic language* is, according to Jewish
<http://bethesday.gq/lists/lt.php?id=YUgFAQVcUk9RVlkdU1wDX1cNVg>
tradition (as recorded in the /midrashim