Question

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

Was it helpful?

Solution

You should not worry about have your data as arff file, since Weka supports other input formats. You can simply have your data as csv file and imported to Weka. You can export it from Weka as arff if you want.

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top