We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the classifier wiki!
when use make command to build the program automatically, there is one step run as:
make
download-traindata
since no file check happened after download, it will cause
Unexpected end of ZLIB input stream
while expanding the traindata; when this error occured, you must re-download and make sure it is completed, and go on make
like:
rm classifier-path/build/classes/data.tgz wget -c http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz classifier-path/build/classes/data.tgz make