Specifically, I would be interested to see whether a keyword can be searched in social media, say Facebook, and all comments can be fetched and analyzed by using text analytic software. Thank you.
Most of the researchers have used scripts to download data from social networking sites in their studies. A list of tools for text analytics is available at:
As mentioned by Safwan, you can use 'R'. It has both API for getting data from twitter and facebook. There are some restrictions though. After getting the data you can use 'tm' , 'RTextTools' for processing the data. I have heard Python is better for text processing.
I agree with them in using R. There are many packages for connecting with social media APIs such as rTwitter, rFacebook, and many packages for text mining and visualization. Moreover, it is easy to implement. I have used R for my research too. :D