-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
cl-arff-parser can be found here at GitHub: https://github.com/pieterw/cl-arff-parser
It contains a small example.arff file for "testing". It has been tested with all arff files that come with the Weka Machine learning package.
From the readme:
A simple and easy to use arff (Attribute-Relation File Format) parser for common lisp.
For more information on arff take a look at: http://www.cs.waikato.ac.nz/ml/weka/arff.html
It is compatible with all major lisps (SBCL, CCL, Lispworks, ...)