Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 8
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: AI     Data     Text    

attoparsec-arff alternatives and similar packages

Based on the "AI" category.
Alternatively, view attoparsec-arff alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of attoparsec-arff or a related project?

Add another 'AI' Package

README

Attoparsec-ARFF

A Haskell library for parsing ARFF files.

List of unsupported features

  • "String" attribute types
  • "Date" attribute types
  • Quoted identifiers in attribute names and nominal values

TODO list

  1. Use HLint and clean up code
  2. Testing
  3. Quoted identifiers
  4. Extra attribute types
  5. Fix haddock comments
  6. Re-do exports & hide some functions