sequor-0.7.2: A sequence labeler based on Collins's sequence perceptron.

Safe HaskellNone

NLP.Perceptron.Vector

Documentation

data I Source

Constructors

I !Int !Int 

Instances

Eq I 
Ord I 
Show I 
Ix I 
Binary I 

data Local Source

Constructors

Local !Int !(Vector Int) 

for_ :: Monad m => [a] -> (a -> m b) -> m ()Source

plus_ :: WeightsST s -> Global -> ST s ()Source