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

Safe HaskellNone

Data.CRF.Chain2.Generic.FeatMap

Documentation

class FeatMap m f whereSource

Methods

featIndex :: f -> m f -> Maybe FeatIxSource

mkFeatMap :: [(f, FeatIx)] -> m fSource

Instances