Hello,
I am a new user to SAS and i need help with a project on segmenting tweets on a target twitter handle. I have spooled the tweets from the target twitter account using the Twitter API and have cleaned the data and done sentiment analysis.
Next step is the SAS platform, I have a few ideas on the steps to follow but not sure about the order or direction or expected outcome.
Any help will be appreciated please, the steps, codes, etc
Hello,
Do you have SAS Text Miner (SAS 9.4) or Visual Text Analytics (SAS VIYA).
Without any of the above, it will be difficult to deal with free text (unstructured data) and to do topic (central theme) clustering.
Let us know,
Koen
Hello,
Sorry if I was not clear.
SAS VIYA is just a skeleton on which all kinds of modules are hung.
So the question is : do you have VTA (Visual Text Analytics) in your license?
To find out, submit :
proc setinit; run;
... and check for these lines in the LOG-screen :
Do you have them?
Thanks,
Koen
OK. Good.
You can do visual text analytics in Model Studio or "non-visual" text analytics in SAS Studio V.
Here's an example of the latter (the programming way) :
SAS Visual Text Analytics Programming Guide
Text Mining Action Set: Examples
Derive Topics from a Document Collection
https://go.documentation.sas.com/doc/en/pgmsascdc/v_017/casvtapg/n0c59mygwvij7pn1gs52241turtu.htm
Koen
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.