crf-chain2-generic-0.3.0: Second-order, generic, constrained, linear conditional random fields

Safe HaskellNone

Data.CRF.Chain2.Pair.Base

Documentation

newtype Ob Source

Constructors

Ob 

Fields

unOb :: Int
 

Instances

newtype Lb1 Source

Constructors

Lb1 

Fields

unLb1 :: Int
 

Instances

newtype Lb2 Source

Constructors

Lb2 

Fields

unLb2 :: Int
 

Instances

type Lb = (Lb1, Lb2)Source