naxingyu / opensmile

A github repo of the openSMILE feature extraction tool.
http://www.audeering.com/research/opensmile
Other
214 stars 79 forks source link

Define CORRECT attributes in arff #11

Open tats-u opened 6 years ago

tats-u commented 6 years ago

https://github.com/renatopp/liac-arff/issues/58#event-1520347058

@attribute emotion 0,1,2,3

OpenSMILE sometimes outputs definitions of attributes in arff like this, but they are not valid as a part of arff.

An example of arff output by OpenSMILE is: https://github.com/renatopp/liac-arff/files/1737109/sample_arff.arff.txt

The guide of arff is: http://weka.wikispaces.com/ARFF%20%28stable%20version%29

naxingyu commented 6 years ago

Thanks. I'll let the developers know.