classify-2013.11.6.1: Library for classification of media files.

Portabilityportable
Maintainerlemmih@gmail.com
Safe HaskellNone

Data.Classify.Television

Contents

Description

This module defines a parser for television media files commonly found in filesharing communities. The internals of the parser are non-deterministic and heuristics are used to select the interpretation most likely to be correct.

Synopsis

Types

data Version Source

Constructors

Version 

Fields

season :: Int
 
episode :: Int
 
DateVersion 

Fields

year :: Int
 
month :: Int
 
day :: Int
 

Classify