cl-arff-parser

see LICENSE.txt

A parser for Weka arff (Attribute-Relation File Format) Machine learning datasets.

$ area51 add cl-arff-parserCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-arff-parser:some-function ...)