I have an ARFF that i've loaded into the weka explorer. I'm quite new to weka but to my understanding the arff i have should be working however none of the classifiers appear to work with it?
@RELATION wordfrequency
@ATTRIBUTE word string
@ATTRIBUTE frequency numeric
@DATA
allah,71
ye,65
day,46
lord,21
truth,20
say,20
and,20
the,19
return,19
it,19
Is there something i've missed adding to the arff file? Any help is appreciated. Thanks.