I'm new in weka, I've to extract statuses from a social network and to analyse them using weka, how to build an arff file which contains those statuses? does weka contains the algorithms for stemming, stopwords and n-gramm or I 've to use other softwares in order to eliminate the unnecessary data before starting classification? and which the utility for weka for android and java, is there a difference in the use of this software ... have u any idea guys
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You should not worry about have your data as There is a port for Weka to android that you can download here, I did use it in my project without a problem. You can train your model in the PC and export it, then use it in android see my answer here for example code. Yes, Weka supports Stemmer algorithms |
|||||||||||
|
|
i don't know about face book but you can get twitter data by using the arff file here As for how to create them there's hundreds of tutorials online : have a look at this one and see if it helps you. Hope this helps Rachel |
|||||||||||
|